about summary refs log tree commit diff stats
path: root/src/xmpp/connection.h
diff options
context:
space:
mode:
authorswirl <roachh@protonmail.com>2021-07-01 19:30:30 -0400
committerswirl <roachh@protonmail.com>2021-08-17 14:09:48 -0400
commitd9366a26d6ef1a82eeccd7d7523db25d91e4efc1 (patch)
treed3416bf02c3dca0c44b7702e65a3cb8ce8715c81 /src/xmpp/connection.h
parent4641537721df7e89090206802f623213a9abcb1a (diff)
downloadprofani-tty-d9366a26d6ef1a82eeccd7d7523db25d91e4efc1.tar.gz
initial register command test
Diffstat (limited to 'src/xmpp/connection.h')
-rw-r--r--src/xmpp/connection.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/xmpp/connection.h b/src/xmpp/connection.h
index cab579f7..cf24fc56 100644
--- a/src/xmpp/connection.h
+++ b/src/xmpp/connection.h
@@ -46,6 +46,8 @@ void connection_check_events(void);
 
 jabber_conn_status_t connection_connect(const char* const fulljid, const char* const passwd, const char* const altdomain, int port,
                                         const char* const tls_policy, const char* const auth_policy);
+jabber_conn_status_t connection_connect_raw(const char* const altdomain, int port,
+                                        const char* const tls_policy, const char* const auth_policy);
 void connection_disconnect(void);
 void connection_set_disconnected(void);
 
@@ -68,3 +70,4 @@ void connection_remove_available_resource(const char* const resource);
 char* connection_create_stanza_id(void);
 
 #endif
+