diff options
author | dequis <dx@dxzone.com.ar> | 2016-10-16 23:46:33 -0300 |
---|---|---|
committer | dequis <dx@dxzone.com.ar> | 2016-10-16 23:46:33 -0300 |
commit | 399d65a68619538c4ecacddc5fb6f14312647bb6 (patch) | |
tree | 4d3c632e978f547c0860d5c482f416d14dcde822 /protocols/jabber/jabber.h | |
parent | 29062688035b13662d3e3de22351e55307873977 (diff) |
jabber: Implement chat list command
Also applies to hipchat.
Diffstat (limited to 'protocols/jabber/jabber.h')
-rw-r--r-- | protocols/jabber/jabber.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |