aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/jabber/jabber.h
diff options
context:
space:
mode:
authorMarius Halden <marius.h@lden.org>2016-10-17 09:37:20 +0200
committerMarius Halden <marius.h@lden.org>2016-10-17 09:37:20 +0200
commitbfce290626ae7b771f8dafdc1e0c77279ce16fc8 (patch)
tree575fa544231b6ae925fc377ccccc5edf04b7a126 /protocols/jabber/jabber.h
parent305a1ddb6c5b03615f98ad45e80ee3d7a5387a3a (diff)
parentf95e606e153c785dab62a2ac4eab1bc34d41e50a (diff)
Merge branch 'master' into patched-master
Diffstat (limited to 'protocols/jabber/jabber.h')
-rw-r--r--protocols/jabber/jabber.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/jabber/jabber.h b/protocols/jabber/jabber.h
index 0804ebd7..a09bd060 100644
--- a/protocols/jabber/jabber.h
+++ b/protocols/jabber/jabber.h
@@ -280,6 +280,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);