1
1
mirror of https://github.com/profanity-im/profanity.git synced 2025-01-03 14:57:42 -05:00
profanity/src/xmpp
Dmitry Podgorny 6138a5f79b Cancel autoping timer on disconnect or connection loss
If Profanity is disconnected in any way before ping response is
received, the autoping timer will expire after the next connection
is established. As result, user will be disconnected immediately.

Cancel autoping timer in ev_disconnect_cleanup(), so it is done
for all kind of disconnections.
2019-06-03 13:28:00 +03:00
..
blocking.c Update copyright to include 2019 2019-01-22 11:31:45 +01:00
blocking.h Update copyright to include 2019 2019-01-22 11:31:45 +01:00
bookmark.c Update copyright to include 2019 2019-01-22 11:31:45 +01:00
bookmark.h Update copyright to include 2019 2019-01-22 11:31:45 +01:00
capabilities.c Update copyright to include 2019 2019-01-22 11:31:45 +01:00
capabilities.h Update copyright to include 2019 2019-01-22 11:31:45 +01:00
chat_session.c Update copyright to include 2019 2019-01-22 11:31:45 +01:00
chat_session.h Update copyright to include 2019 2019-01-22 11:31:45 +01:00
chat_state.c Update copyright to include 2019 2019-01-22 11:31:45 +01:00
chat_state.h Update copyright to include 2019 2019-01-22 11:31:45 +01:00
connection.c xmpp/connection: fix #1103 2019-06-01 20:21:46 +03:00
connection.h Wait for discovery end to publish omemo devicelist and bundle 2019-04-10 17:23:46 +02:00
contact.c Update copyright to include 2019 2019-01-22 11:31:45 +01:00
contact.h Update copyright to include 2019 2019-01-22 11:31:45 +01:00
form.c Update copyright to include 2019 2019-01-22 11:31:45 +01:00
form.h Update copyright to include 2019 2019-01-22 11:31:45 +01:00
iq.c Cancel autoping timer on disconnect or connection loss 2019-06-03 13:28:00 +03:00
iq.h Rename ProfIdCallback into ProfIqCallback 2019-04-10 16:03:50 +02:00
jid.c Add random string at the end of the default resource 2019-04-12 15:49:54 +02:00
jid.h Add random string at the end of the default resource 2019-04-12 15:49:54 +02:00
message.c Rework MUC reflected message filtering 2019-04-10 17:23:46 +02:00
message.h Add pubsub event callback 2019-04-10 16:03:50 +02:00
muc.c Ensure MUC is Non-Anonymous before starting OMEMO 2019-04-17 13:56:27 +02:00
muc.h Ensure MUC is Non-Anonymous before starting OMEMO 2019-04-17 13:56:27 +02:00
omemo.c OMEMO: Check if ID is present before using it 2019-04-24 15:20:54 +02:00
omemo.h Handle bundle publication error on publish-options 2019-04-10 17:23:45 +02:00
presence.c Update copyright to include 2019 2019-01-22 11:31:45 +01:00
presence.h Update copyright to include 2019 2019-01-22 11:31:45 +01:00
resource.c Update copyright to include 2019 2019-01-22 11:31:45 +01:00
resource.h Update copyright to include 2019 2019-01-22 11:31:45 +01:00
roster_list.c Handle presence received before roster 2019-04-17 14:19:31 +02:00
roster_list.h Handle presence received before roster 2019-04-17 14:19:31 +02:00
roster.c Rename ProfIdCallback into ProfIqCallback 2019-04-10 16:03:50 +02:00
roster.h Update copyright to include 2019 2019-01-22 11:31:45 +01:00
session.c Add random string at the end of the default resource 2019-04-12 15:49:54 +02:00
session.h Update copyright to include 2019 2019-01-22 11:31:45 +01:00
stanza.c Update tests with new URL 2019-05-03 10:46:41 +02:00
stanza.h Rework MUC reflected message filtering 2019-04-10 17:23:46 +02:00
xmpp.h Cancel autoping timer on disconnect or connection loss 2019-06-03 13:28:00 +03:00