XEP-0199: XMPP Ping
Please support XMPP Ping (XEP-0199). We keep getting disconnected from servers that implement XMPP ping
5 comments
-
AdminMickaël Rémond
(CEO, ProcessOne)
commented
Actually we should modify the client also to replied to unknown IQ as well. It is taken as ping reply by ejabberd, so in that case, this is the client that will need to be updated.
-
Per Wille
commented
{mod_ping, [{send_pings, true}, {ping_interval, 300}, {timeout_action, kill}]},
I don't know any other settings related to mod_ping ?
-
AdminMickaël Rémond
(CEO, ProcessOne)
commented
So, it is probably not configured correctly, because it should not disconnect client that do not support ping.
-
Per Wille
commented
Thank you. The server is ejabberd 2.1.3
-
AdminMickaël Rémond
(CEO, ProcessOne)
commented
We will probably implement reply to ping in a future version.
However, you should report a bug to the server developers as well. Servers should not disconnect clients that do not advertise support for ping in their capabilities.