Check for groupchat

This commit is contained in:
James Booth
2012-11-05 20:29:57 +00:00
parent a141a997f8
commit 0deba9e13e
3 changed files with 116 additions and 85 deletions

View File

@@ -20,4 +20,7 @@
*
*/
#include <glib.h>
void room_join(const char * const jid, const char * const nick);
gboolean room_jid_is_room_chat(const char * const jid);