mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Moved muc.c
This commit is contained in:
parent
1c5efaeb58
commit
2af0d38e3d
@ -2,7 +2,7 @@ core_sources = \
|
||||
src/xmpp/contact.c src/xmpp/contact.h src/log.c src/common.c \
|
||||
src/log.h src/profanity.c src/common.h \
|
||||
src/profanity.h src/xmpp/chat_session.c \
|
||||
src/xmpp/chat_session.h src/muc.c src/muc.h src/xmpp/jid.h src/xmpp/jid.c \
|
||||
src/xmpp/chat_session.h src/xmpp/muc.c src/xmpp/muc.h src/xmpp/jid.h src/xmpp/jid.c \
|
||||
src/xmpp/chat_state.h src/xmpp/chat_state.c \
|
||||
src/resource.c src/resource.h \
|
||||
src/roster_list.c src/roster_list.h \
|
||||
@ -60,7 +60,7 @@ unittest_sources = \
|
||||
src/xmpp/contact.c src/xmpp/contact.h src/common.c \
|
||||
src/log.h src/profanity.c src/common.h \
|
||||
src/profanity.h src/xmpp/chat_session.c \
|
||||
src/xmpp/chat_session.h src/muc.c src/muc.h src/xmpp/jid.h src/xmpp/jid.c \
|
||||
src/xmpp/chat_session.h src/xmpp/muc.c src/xmpp/muc.h src/xmpp/jid.h src/xmpp/jid.c \
|
||||
src/resource.c src/resource.h \
|
||||
src/xmpp/chat_state.h src/xmpp/chat_state.c \
|
||||
src/roster_list.c src/roster_list.h \
|
||||
|
@ -46,7 +46,7 @@
|
||||
#include "command/cmd_funcs.h"
|
||||
#include "config/preferences.h"
|
||||
#include "config/scripts.h"
|
||||
#include "muc.h"
|
||||
#include "xmpp/muc.h"
|
||||
#include "xmpp/xmpp.h"
|
||||
#include "roster_list.h"
|
||||
#include "window_list.h"
|
||||
|
@ -62,7 +62,7 @@
|
||||
#include "roster_list.h"
|
||||
#include "xmpp/jid.h"
|
||||
#include "log.h"
|
||||
#include "muc.h"
|
||||
#include "xmpp/muc.h"
|
||||
#include "plugins/plugins.h"
|
||||
#include "profanity.h"
|
||||
#include "tools/autocomplete.h"
|
||||
|
@ -64,7 +64,7 @@
|
||||
#include "roster_list.h"
|
||||
#include "xmpp/jid.h"
|
||||
#include "log.h"
|
||||
#include "muc.h"
|
||||
#include "xmpp/muc.h"
|
||||
#ifdef HAVE_LIBOTR
|
||||
#include "otr/otr.h"
|
||||
#endif
|
||||
|
@ -40,7 +40,7 @@
|
||||
|
||||
#include "xmpp/chat_session.h"
|
||||
#include "log.h"
|
||||
#include "muc.h"
|
||||
#include "xmpp/muc.h"
|
||||
#include "config/preferences.h"
|
||||
#include "config/account.h"
|
||||
#include "config/scripts.h"
|
||||
|
@ -60,7 +60,7 @@
|
||||
#include "roster_list.h"
|
||||
#include "config/tlscerts.h"
|
||||
#include "log.h"
|
||||
#include "muc.h"
|
||||
#include "xmpp/muc.h"
|
||||
#include "plugins/plugins.h"
|
||||
#ifdef HAVE_LIBOTR
|
||||
#include "otr/otr.h"
|
||||
|
@ -46,7 +46,7 @@
|
||||
#include "command/cmd_defs.h"
|
||||
#include "common.h"
|
||||
#include "log.h"
|
||||
#include "muc.h"
|
||||
#include "xmpp/muc.h"
|
||||
#include "roster_list.h"
|
||||
#include "config/preferences.h"
|
||||
#include "config/theme.h"
|
||||
|
@ -64,7 +64,7 @@
|
||||
#include "roster_list.h"
|
||||
#include "xmpp/jid.h"
|
||||
#include "log.h"
|
||||
#include "muc.h"
|
||||
#include "xmpp/muc.h"
|
||||
#ifdef HAVE_LIBOTR
|
||||
#include "otr/otr.h"
|
||||
#endif
|
||||
|
@ -60,7 +60,7 @@
|
||||
#include "config/preferences.h"
|
||||
#include "config/theme.h"
|
||||
#include "log.h"
|
||||
#include "muc.h"
|
||||
#include "xmpp/muc.h"
|
||||
#include "profanity.h"
|
||||
#include "roster_list.h"
|
||||
#include "ui/ui.h"
|
||||
|
@ -46,7 +46,7 @@
|
||||
#endif
|
||||
|
||||
#include "log.h"
|
||||
#include "muc.h"
|
||||
#include "xmpp/muc.h"
|
||||
#include "ui/ui.h"
|
||||
#include "window_list.h"
|
||||
#include "config/preferences.h"
|
||||
|
@ -39,7 +39,7 @@
|
||||
|
||||
#include "command/cmd_funcs.h"
|
||||
#include "ui/win_types.h"
|
||||
#include "muc.h"
|
||||
#include "xmpp/muc.h"
|
||||
#include "config/tlscerts.h"
|
||||
#include "config/account.h"
|
||||
#ifdef HAVE_LIBOTR
|
||||
|
@ -40,7 +40,7 @@
|
||||
#include <wchar.h>
|
||||
|
||||
#include "xmpp/contact.h"
|
||||
#include "muc.h"
|
||||
#include "xmpp/muc.h"
|
||||
#include "ui/ui.h"
|
||||
#include "ui/buffer.h"
|
||||
#include "xmpp/xmpp.h"
|
||||
|
@ -32,8 +32,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef MUC_H
|
||||
#define MUC_H
|
||||
#ifndef XMPP_MUC_H
|
||||
#define XMPP_MUC_H
|
||||
|
||||
#include <glib.h>
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include "ui/ui.h"
|
||||
#include "ui/stub_ui.h"
|
||||
|
||||
#include "muc.h"
|
||||
#include "xmpp/muc.h"
|
||||
#include "common.h"
|
||||
|
||||
#include "command/cmd_funcs.h"
|
||||
|
@ -14,7 +14,7 @@
|
||||
#include "config/accounts.h"
|
||||
|
||||
#include "command/cmd_funcs.h"
|
||||
#include "muc.h"
|
||||
#include "xmpp/muc.h"
|
||||
|
||||
#define CMD_JOIN "/join"
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
#include <cmocka.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "muc.h"
|
||||
#include "xmpp/muc.h"
|
||||
|
||||
void muc_before_test(void **state)
|
||||
{
|
||||
|
@ -12,7 +12,7 @@
|
||||
#include "config/preferences.h"
|
||||
#include "ui/ui.h"
|
||||
#include "ui/stub_ui.h"
|
||||
#include "muc.h"
|
||||
#include "xmpp/muc.h"
|
||||
|
||||
void console_shows_online_presence_when_set_online(void **state)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user