mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-27 06:26:22 +00:00
Added server property to accounts
This commit is contained in:
@@ -698,7 +698,7 @@ _connection_handler(xmpp_conn_t * const conn,
|
||||
// login success
|
||||
if (status == XMPP_CONN_CONNECT) {
|
||||
const char *jid = xmpp_conn_get_jid(conn);
|
||||
prof_handle_login_success(jid);
|
||||
prof_handle_login_success(jid, saved_altdomain);
|
||||
chat_sessions_init();
|
||||
|
||||
xmpp_handler_add(conn, _message_handler, NULL, STANZA_NAME_MESSAGE, NULL, ctx);
|
||||
|
||||
Reference in New Issue
Block a user