Implemented /roster by group

This commit is contained in:
James Booth
2014-11-13 00:22:22 +00:00
parent 15d0f679f6
commit 4e429fe788
6 changed files with 90 additions and 2 deletions

View File

@@ -628,6 +628,14 @@ handle_roster_add(const char * const barejid, const char * const name)
ui_roster_add(barejid, name);
}
void
handle_roster_update(const char * const barejid, const char * const name,
GSList *groups, const char * const subscription, gboolean pending_out)
{
roster_update(barejid, name, groups, subscription, pending_out);
ui_roster();
}
void
handle_autoping_cancel(void)
{