Removed caps functions from xmpp.h

This commit is contained in:
James Booth
2013-02-02 20:33:54 +00:00
parent ccf71715ef
commit 8cc4b55945
5 changed files with 38 additions and 4 deletions

View File

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