Send presence changes to chat rooms

This commit is contained in:
James Booth
2012-11-20 00:33:11 +00:00
parent 2d590a81e0
commit 306965501a
3 changed files with 33 additions and 2 deletions

View File

@@ -51,5 +51,6 @@ char * room_create_full_room_jid(const char * const room,
const char * const nick);
void room_set_pending_nick_change(const char * const room);
gboolean room_is_pending_nick_change(const char * const room);
GList* room_get_rooms(void);
#endif