From 399d65a68619538c4ecacddc5fb6f14312647bb6 Mon Sep 17 00:00:00 2001 From: dequis Date: Sun, 16 Oct 2016 23:46:33 -0300 Subject: jabber: Implement chat list command Also applies to hipchat. --- protocols/jabber/jabber.h | 1 + 1 file changed, 1 insertion(+) (limited to 'protocols/jabber/jabber.h') diff --git a/protocols/jabber/jabber.h b/protocols/jabber/jabber.h index db43f205..7774c855 100644 --- a/protocols/jabber/jabber.h +++ b/protocols/jabber/jabber.h @@ -262,6 +262,7 @@ xt_status jabber_iq_query_features(struct im_connection *ic, char *bare_jid); xt_status jabber_iq_query_server(struct im_connection *ic, char *jid, char *xmlns); void jabber_iq_version_send(struct im_connection *ic, struct jabber_buddy *bud, void *data); int jabber_iq_disco_server(struct im_connection *ic); +int jabber_iq_disco_muc(struct im_connection *ic, const char *muc_server); /* si.c */ int jabber_si_handle_request(struct im_connection *ic, struct xt_node *node, struct xt_node *sinode); -- cgit v1.2.3