Modify ↓
Opened at 2017-01-05T10:03:25Z
#1278 new defect
XMPP CAPS data is missing required attribute value.
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Jabber | Version: | Unspecified |
Keywords: | xmpp caps xep-0115 | Cc: | |
IRC client+version: | Client-independent | Operating System: | Public server |
OS version/distro: |
Description
Smack 4 fails to parse the XMPP "Client Capabilities" data that is sent by Bitlbee, with the exception shown below. From this error, it appears that the client does not include the 'hash' attribute, which is mandatory according to the specification: http://xmpp.org/extensions/xep-0115.html
Failed to parse extension packet in Presence packet. Attributes: from=testroom@conference.testdomain.org/foobar id=null org.jivesoftware.smack.SmackException: Caps elment with missing attributes. Attributes: hash=null version=3.4.1+20151026+master+68-g0db6618-git node=http://bitlbee.org/xmpp/caps
Attachments (0)
Note: See
TracTickets for help on using
tickets.