Added parser, server name and file descriptor to context
[cascardo/chat.git] / xmpp_internal.h
index a1431e9..f57c688 100644 (file)
@@ -20,6 +20,7 @@
 #ifndef HC_XMPP_INTERNAL_H
 #define HC_XMPP_INTERNAL_H
 
 #ifndef HC_XMPP_INTERNAL_H
 #define HC_XMPP_INTERNAL_H
 
+#include <iksemel.h>
 #include "xmpp.h"
 
 enum
 #include "xmpp.h"
 
 enum
@@ -33,6 +34,9 @@ enum
 
 struct _hc_xmpp_t
 {
 
 struct _hc_xmpp_t
 {
+  char *server;
+  iksparser *parser;
+  int fd;
   int tls;
   int sasl;
 };
   int tls;
   int sasl;
 };