Refactored muc_room_is_active to only take room, rather than full jid

This commit is contained in:
James Booth
2014-03-08 21:20:26 +00:00
parent dd1ee18c72
commit b177250f47
11 changed files with 19 additions and 27 deletions

View File

@@ -33,7 +33,7 @@ void muc_init(void);
void muc_close(void);
void muc_join_room(const char * const room, const char * const nick);
void muc_leave_room(const char * const room);
gboolean muc_room_is_active(Jid *jid);
gboolean muc_room_is_active(const char * const room);
GList* muc_get_active_room_list(void);
char * muc_get_room_nick(const char * const room);