Removed message handler function from xmpp.h

This commit is contained in:
James Booth
2013-02-02 20:18:23 +00:00
parent bc2784dae6
commit 59b79ec20c
5 changed files with 31 additions and 2 deletions

View File

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