Added group add and group remove to /roster command

This commit is contained in:
James Booth
2013-06-02 02:48:20 +01:00
parent b450fa3ef7
commit 9dd5456f88
7 changed files with 222 additions and 3 deletions

View File

@@ -52,5 +52,6 @@ gboolean p_contact_has_available_resource(const PContact contact);
Resource * p_contact_get_resource(const PContact contact, const char * const resource);
void p_contact_set_groups(const PContact contact, GSList *groups);
GSList * p_contact_groups(const PContact contact);
gboolean p_contact_in_group(const PContact contact, const char * const group);
#endif