Leaving chat rooms on /close

This commit is contained in:
James Booth
2012-11-06 00:00:25 +00:00
parent 517bc30360
commit fb3d7a47d2
5 changed files with 78 additions and 19 deletions

View File

@@ -23,5 +23,6 @@
#include <glib.h>
void room_join(const char * const jid, const char * const nick);
void room_leave(const char * const jid);
gboolean room_jid_is_room_chat(const char * const jid);
char * room_get_nick_for_room(const char * const jid);