From ccabc08fef90b568ec08a9cf139ff225b28808d1 Mon Sep 17 00:00:00 2001 From: James Booth Date: Wed, 4 May 2016 01:19:51 +0100 Subject: Tidy xmpp headers --- src/xmpp/presence.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/xmpp/presence.c') diff --git a/src/xmpp/presence.c b/src/xmpp/presence.c index d817965a..4d59326b 100644 --- a/src/xmpp/presence.c +++ b/src/xmpp/presence.c @@ -58,6 +58,7 @@ #include "xmpp/capabilities.h" #include "xmpp/connection.h" #include "xmpp/stanza.h" +#include "xmpp/iq.h" #include "xmpp/xmpp.h" #include "plugins/plugins.h" @@ -668,7 +669,7 @@ _send_caps_request(char *node, char *caps_key, char *id, char *from) if (!caps_contains(caps_key)) { log_debug("Capabilities not cached for '%s', sending discovery IQ.", from); xmpp_stanza_t *iq = stanza_create_disco_info_iq(ctx, id, from, node); - send_iq_stanza(iq); + iq_send_stanza(iq); xmpp_stanza_release(iq); } else { log_debug("Capabilities already cached, for %s", caps_key); -- cgit 1.4.1-2-gfad0 and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log blame commit diff stats
path: root/html/ex1.mu.html
blob: fc07e235ef1a1369883faf2009d4d3a7c11288ea (plain) (tree)
1
2
3
4
5
6
7
8
9