mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-28 18:56:21 +00:00
Added app module
This commit is contained in:
14
jabber.h
14
jabber.h
@@ -1,15 +1,9 @@
|
||||
#ifndef JABBER_H
|
||||
#define JABBER_H
|
||||
|
||||
#include <strophe/strophe.h>
|
||||
|
||||
int in_message_handler(xmpp_conn_t * const conn, xmpp_stanza_t * const stanza,
|
||||
void * const userdata);
|
||||
|
||||
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);
|
||||
void jabber_connect(char *user, char *passwd);
|
||||
void jabber_disconnect(void);
|
||||
void jabber_process_events(void);
|
||||
void jabber_send(char *msg);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user