Added simple roster

This commit is contained in:
James Booth
2014-11-10 00:31:11 +00:00
parent eed8f6c76d
commit 36331e4908
3 changed files with 34 additions and 0 deletions

View File

@@ -454,6 +454,8 @@ handle_contact_offline(char *barejid, char *resource, char *status)
prefs_free_string(show_chat_win);
jid_destroy(jid);
}
ui_roster();
}
void
@@ -494,6 +496,8 @@ handle_contact_online(char *barejid, Resource *resource,
prefs_free_string(show_console);
prefs_free_string(show_chat_win);
}
ui_roster();
}
void