mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
refactored jabber_set_autoping()
This commit is contained in:
parent
9660f402ad
commit
d04c7d070a
@ -442,9 +442,7 @@ jabber_update_presence(jabber_presence_t status, const char * const msg,
|
||||
void
|
||||
jabber_set_autoping(int seconds)
|
||||
{
|
||||
if (jabber_conn.conn_status != JABBER_CONNECTED) {
|
||||
return;
|
||||
} else {
|
||||
if (jabber_conn.conn_status == JABBER_CONNECTED) {
|
||||
xmpp_timed_handler_delete(jabber_conn.conn, _ping_timed_handler);
|
||||
|
||||
if (seconds != 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user