Handle room presence notifications

This commit is contained in:
James Booth
2012-11-05 21:36:32 +00:00
parent 0deba9e13e
commit 2f6361a578
6 changed files with 53 additions and 2 deletions

View File

@@ -24,3 +24,4 @@
void room_join(const char * const jid, const char * const nick);
gboolean room_jid_is_room_chat(const char * const jid);
char * room_get_nick_for_room(const char * const jid);