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

Send presence after roster recieved

This commit is contained in:
James Booth 2012-10-28 21:32:26 +00:00
parent 4e0a631fee
commit bc5d8418ad

View File

@ -390,13 +390,11 @@ _roster_handler(xmpp_conn_t * const conn,
item = xmpp_stanza_get_next(item);
}
/*
xmpp_stanza_t* pres;
pres = xmpp_stanza_new(ctx);
xmpp_stanza_set_name(pres, "presence");
xmpp_send(conn, pres);
xmpp_stanza_release(pres);
*/
}
return 1;