Implemented roster grouped by presence

This commit is contained in:
James Booth
2014-11-12 23:19:07 +00:00
parent 7e360dc35a
commit 15d0f679f6
4 changed files with 122 additions and 62 deletions

View File

@@ -64,5 +64,6 @@ GSList * roster_get_group(const char * const group);
GSList * roster_get_groups(void);
char * roster_find_group(char *search_str);
char * roster_find_jid(char *search_str);
GSList * roster_get_contacts_by_presence(const char * const presence);
#endif