Handle room subject and broadcasts sent before roster received

Issue #341
This commit is contained in:
James Booth
2014-05-05 20:13:22 +01:00
parent 83966bd4b2
commit f247f367e9
3 changed files with 96 additions and 5 deletions

View File

@@ -71,4 +71,9 @@ void muc_reset_invites_ac(void);
char* muc_find_invite(char *search_str);
void muc_clear_invites(void);
void muc_set_subject(const char * const room, const char * const subject);
char * muc_get_subject(const char * const room);
void muc_add_pending_broadcast(const char * const room, const char * const message);
GList * muc_get_pending_broadcasts(const char * const room);
#endif