1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-09 21:30:42 +00:00

Moved muc.c

This commit is contained in:
James Booth 2016-07-24 15:02:43 +01:00
parent 1c5efaeb58
commit 2af0d38e3d
18 changed files with 19 additions and 19 deletions

View File

@ -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 \

View File

@ -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"

View File

@ -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"

View File

@ -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

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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

View File

@ -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"

View File

@ -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"

View File

@ -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

View File

@ -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"

View File

@ -32,8 +32,8 @@
*
*/
#ifndef MUC_H
#define MUC_H
#ifndef XMPP_MUC_H
#define XMPP_MUC_H
#include <glib.h>

View File

@ -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"

View File

@ -14,7 +14,7 @@
#include "config/accounts.h"
#include "command/cmd_funcs.h"
#include "muc.h"
#include "xmpp/muc.h"
#define CMD_JOIN "/join"

View File

@ -4,7 +4,7 @@
#include <cmocka.h>
#include <stdlib.h>
#include "muc.h"
#include "xmpp/muc.h"
void muc_before_test(void **state)
{

View File

@ -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)
{