Added support for a message hook and simple message sending
[cascardo/chat.git] / xmpp_internal.h
index 2a120e0..1196cf8 100644 (file)
@@ -42,6 +42,7 @@ struct _hc_xmpp_t
   iksparser *parser;
   Gsasl *sasl_ctx;
   Gsasl_session *sasl_session;
+  hc_xmpp_hook_t msghook;
   GHashTable *nshooks;
   int fd;
   int tls;