Added roster list function to get display name for messages

This commit is contained in:
James Booth
2015-05-03 23:38:46 +01:00
parent ff867e7f2b
commit c3d2a7e937
3 changed files with 37 additions and 24 deletions

View File

@@ -67,5 +67,6 @@ char * roster_group_autocomplete(const char * const search_str);
char * roster_barejid_autocomplete(const char * const search_str);
GSList * roster_get_contacts_by_presence(const char * const presence);
GSList * roster_get_nogroup(void);
char * roster_get_msg_display_name(const char * const barejid, const char * const resource);
#endif