mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-28 03:56:21 +00:00
@@ -290,6 +290,10 @@ connection_supports(const char *const feature)
|
||||
char*
|
||||
connection_jid_for_feature(const char *const feature)
|
||||
{
|
||||
if (conn.features_by_jid == NULL) {
|
||||
return NULL;
|
||||
}
|
||||
|
||||
GList *jids = g_hash_table_get_keys(conn.features_by_jid);
|
||||
|
||||
GList *curr = jids;
|
||||
|
||||
Reference in New Issue
Block a user