mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-28 15:46:22 +00:00
Add optional server parameter to /connect command
This commit is contained in:
@@ -48,7 +48,7 @@ typedef enum {
|
||||
|
||||
void jabber_init(const int disable_tls);
|
||||
jabber_conn_status_t jabber_connect(const char * const user,
|
||||
const char * const passwd);
|
||||
const char * const passwd, const char * const altdomain);
|
||||
void jabber_disconnect(void);
|
||||
void jabber_process_events(void);
|
||||
void jabber_join(const char * const room, const char * const nick);
|
||||
|
||||
Reference in New Issue
Block a user