Projects tigase _server server-core Issues #1552
server-to-client ping result causes server error: "bad-request" (#1552)
Wojciech Kapcia opened 3 weeks ago

Connection Watchdog periodically sends XMPP pings and the result response from client is not handled correctly

S: <iq from="chat4.im" to="wojtek@chat4.im/atlantiscity" type="get" id="tigase-ping">
<ping xmlns="urn:xmpp:ping"/>
</iq>

C: <iq to="chat4.im" type="result" id="tigase-ping"/>

S: <iq from="chat4.im" to="wojtek@chat4.im/atlantiscity" type="error" id="tigase-ping">
<error code="400" type="modify">
<bad-request xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"/>
<text xmlns="urn:ietf:params:xml:ns:xmpp-stanzas" xml:lang="en">XMPP error condition: bad-request </text>
</error>
</iq>

Captura de pantalla 2025-01-02 a las 9.31.07.png

Spec: https://xmpp.org/extensions/xep-0199.html#s2c

issue 1 of 1
Type
Bug
Priority
If you are bored
Assignee
Version
none
Sprints
n/a
Customer
n/a
Iterations
Issue Votes (0)
Watchers (2)
Reference
tigase/_server/server-core#1552
Please wait...
Page is in error, reload to recover