#1195 Sending a presence probe to own account does not work
Reporter
Zash
Owner
Nobody
Created
Updated
Stars
★ (1)
Tags
Status-New
Priority-Medium
Type-Defect
Compliance
Zash
on
Sends:
<presence type="probe"/>
Expects:
<presence from="<my resource>"/>
[0 or more times]
Actually receives:
<presence type='error'><error type='modify'><bad-request xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/><text xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'>Invalid presence type</text></error></presence>
Becomes:
<mood xmlns='http://jabber.org/protocol/mood'><confused/></mood>
Should this work? Not sure if the RFCs says anything specifically about this case.
Sends: <presence type="probe"/> Expects: <presence from="<my resource>"/> [0 or more times] Actually receives: <presence type='error'><error type='modify'><bad-request xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/><text xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'>Invalid presence type</text></error></presence> Becomes: <mood xmlns='http://jabber.org/protocol/mood'><confused/></mood> Should this work? Not sure if the RFCs says anything specifically about this case.