Moved function to jabber module
This commit is contained in:
4
jabber.h
4
jabber.h
@@ -3,13 +3,13 @@
|
||||
|
||||
#include <strophe/strophe.h>
|
||||
|
||||
// message handlers
|
||||
int in_message_handler(xmpp_conn_t * const conn, xmpp_stanza_t * const stanza,
|
||||
void * const userdata);
|
||||
|
||||
// connection handler
|
||||
void conn_handler(xmpp_conn_t * const conn, const xmpp_conn_event_t status,
|
||||
const int error, xmpp_stream_error_t * const stream_error,
|
||||
void * const userdata);
|
||||
|
||||
void prof_send(char *msg, xmpp_ctx_t *ctx, xmpp_conn_t *conn);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user