[Pidgin] #14714: "Attention" messages in an established XMPP conversation are sent to a bogus Jabber ID
Pidgin
trac at pidgin.im
Mon Oct 31 21:03:12 EDT 2011
#14714: "Attention" messages in an established XMPP conversation are sent to a
bogus Jabber ID
-----------------------------------------------------+----------------------
Reporter: itsnotabigtruck | Owner: deryni
Type: defect | Status: new
Component: XMPP | Version: 2.10.0
Keywords: attention buzz jabber xmpp jid resource |
-----------------------------------------------------+----------------------
When the "Send Attention" button is used to 'buzz' a contact in an
already-established XMPP conversation, the message is sent to an
incorrectly constructed full Jabber ID (JID). As a result, the recipient
is not alerted. The 'buzz' is successfully received if it is sent from a
newly opened conversation window.
'''Valid XEP-0224 attention message:'''
{{{
<message to='user at doma.in/resource' type='headline'>
<attention xmlns='urn:xmpp:attention:0'/>
</message>
}}}
'''Invalid XEP-0224 attention message:'''
{{{
<message to='user at doma.in/resource/resource' type='headline'>
<attention xmlns='urn:xmpp:attention:0'/>
</message>
}}}
As a result, the "Send Attention" feature is largely inoperative when used
with XMPP contacts.
''Client:'' Pidgin 2.10.0[[BR]]
''Server:'' Prosody (trunk)
--
Ticket URL: <http://developer.pidgin.im/ticket/14714>
Pidgin <http://pidgin.im>
Pidgin
More information about the Tracker
mailing list