[kopete-bugs] [Bug 198789] Kopete disconnects after several xmpp ping messages from jabber server
Max
knuckster at gmail.com
Wed Jul 8 12:04:44 CEST 2009
https://bugs.kde.org/show_bug.cgi?id=198789
--- Comment #7 from Max <knuckster gmail com> 2009-07-08 12:04:43 ---
Ping messages are sent every minute. This is what the server sends:
<iq from='[server hostname]' to='[my jid]/Kopete' id='ping_N' type='get'>
<ping xmlns='urn:xmpp:ping'/>
</iq>
Where N is a number, changing from 0 to 8. Kopete responds with this:
<iq type="error" to="[server hostname]" id="ping_N" >
<ping xmlns="urn:xmpp:ping"/>
<error type="cancel" >
<feature-not-implemented xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"/>
</error>
</iq>
When N=8, Kopete disconnects.
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the kopete-bugs
mailing list