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);
|
return xmpp_conn_get_jid(conn.xmpp_conn);
|
||||||
}
|
}
|
||||||
|
|
||||||
GSList*
|
|
||||||
connection_get_disco_infos(void)
|
|
||||||
{
|
|
||||||
return conn.disco_infos;
|
|
||||||
}
|
|
||||||
|
|
||||||
DiscoInfo*
|
DiscoInfo*
|
||||||
connection_get_disco_info(const char *const jid)
|
connection_get_disco_info(const char *const jid)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -57,7 +57,6 @@ void connection_free_log(void);
|
|||||||
xmpp_conn_t* connection_get_conn(void);
|
xmpp_conn_t* connection_get_conn(void);
|
||||||
xmpp_ctx_t* connection_get_ctx(void);
|
xmpp_ctx_t* connection_get_ctx(void);
|
||||||
char *connection_get_domain(void);
|
char *connection_get_domain(void);
|
||||||
GSList* connection_get_disco_infos(void);
|
|
||||||
char* connection_jid_for_feature(const char *const feature);
|
char* connection_jid_for_feature(const char *const feature);
|
||||||
DiscoInfo* connection_get_disco_info(const char *const jid);
|
DiscoInfo* connection_get_disco_info(const char *const jid);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user