Show message when own nickname changed in chat rooms

This commit is contained in:
James Booth
2012-11-18 22:49:01 +00:00
parent c6b07533c9
commit bd3f1d1575
7 changed files with 65 additions and 6 deletions

View File

@@ -47,5 +47,7 @@ gboolean room_get_roster_received(const char * const room);
void room_remove_from_roster(const char * const room, const char * const nick);
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);
#endif