Added server property to accounts

This commit is contained in:
James Booth
2012-12-07 00:10:00 +00:00
parent 8304b30b52
commit 731dabd712
5 changed files with 10 additions and 6 deletions

View File

@@ -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);