Allow user to change his status, sending a broadcast presence
[cascardo/hcxmpp.git] / xmpp_internal.h
index 2a120e0..af75a88 100644 (file)
@@ -42,6 +42,10 @@ struct _hc_xmpp_t
   iksparser *parser;
   Gsasl *sasl_ctx;
   Gsasl_session *sasl_session;
+  hc_xmpp_hook_t msghook;
+  hc_xmpp_hook_t sentmsghook;
+  hc_xmpp_hook_t preshook;
+  hc_xmpp_hook_t sentpreshook;
   GHashTable *nshooks;
   int fd;
   int tls;