proxy advertises only SASL PLAIN mechanism if it is supported by server
[cascardo/rnetproxy.git] / jabber.h
index bb4bd9f..11e5097 100644 (file)
--- a/jabber.h
+++ b/jabber.h
 #define JABBER_H
 
 #include <gnet.h>
+#include <iksemel.h>
 #include "nethook.h"
 
 net_hook_t* jabber_hook_new (GConn *conn);
 void jabber_hook_destroy (net_hook_t*);
+net_hook_t* jabber_server_hook_new (net_hook_t*, char*);
+GString* jabber_new_start (iks* node);
 
 #endif