mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-26 10:26:22 +00:00
Remove connection_get_disco_infos()
This commit is contained in:
@@ -203,12 +203,6 @@ connection_get_fulljid(void)
|
||||
return xmpp_conn_get_jid(conn.xmpp_conn);
|
||||
}
|
||||
|
||||
GSList*
|
||||
connection_get_disco_infos(void)
|
||||
{
|
||||
return conn.disco_infos;
|
||||
}
|
||||
|
||||
DiscoInfo*
|
||||
connection_get_disco_info(const char *const jid)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user