Support for XEP-0249 Direct MUC Invitations
Commands /invite, /invites, /decline and /join
This commit is contained in:
@@ -71,6 +71,12 @@ autocomplete_free(Autocomplete ac)
|
||||
ac = NULL;
|
||||
}
|
||||
|
||||
gint
|
||||
autocomplete_length(Autocomplete ac)
|
||||
{
|
||||
return g_slist_length(ac->items);
|
||||
}
|
||||
|
||||
gboolean
|
||||
autocomplete_add(Autocomplete ac, void *item)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user