Removed iq functions from xmpp.h

This commit is contained in:
James Booth
2013-02-02 20:22:39 +00:00
parent 59b79ec20c
commit 5e3d414ee0
5 changed files with 32 additions and 5 deletions

View File

@@ -31,6 +31,7 @@
#include "log.h"
#include "xmpp.h"
#include "stanza.h"
#include "iq.h"
#define HANDLE(ns, type, func) xmpp_handler_add(conn, func, ns, STANZA_NAME_IQ, type, ctx)