mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-31 19:46:21 +00:00
Changed autocomplete for /group and /who
This commit is contained in:
@@ -420,6 +420,12 @@ roster_find_resource(char *search_str)
|
||||
return autocomplete_complete(fulljid_ac, search_str);
|
||||
}
|
||||
|
||||
char *
|
||||
roster_find_group(char *search_str)
|
||||
{
|
||||
return autocomplete_complete(groups_ac, search_str);
|
||||
}
|
||||
|
||||
char *
|
||||
roster_barejid_from_name(const char * const name)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user