1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-23 21:45:30 +00:00

Roster request on successful login

This commit is contained in:
James Booth 2012-02-16 23:35:40 +00:00
parent 66ae3d2bf8
commit 3be10300f4

View File

@ -150,6 +150,7 @@ static void _jabber_conn_handler(xmpp_conn_t * const conn,
xmpp_stanza_set_name(pres, "presence");
xmpp_send(conn, pres);
xmpp_stanza_release(pres);
jabber_roster_request();
}
else {
cons_show("Login failed.");