Moved chat_session.c

This commit is contained in:
James Booth
2016-07-24 14:23:55 +01:00
parent 0649aad80d
commit 25a6252a28
18 changed files with 22 additions and 22 deletions

View File

@@ -47,7 +47,7 @@
#include "ui/ui.h"
#include "xmpp/xmpp.h"
#include "config/preferences.h"
#include "chat_session.h"
#include "xmpp/chat_session.h"
#define PRESENCE_ONLINE 1
#define PRESENCE_OFFLINE 0