Modify

#1278 new defect

XMPP CAPS data is missing required attribute value.

Reported by: guus.der.kinderen@… 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)

Change History (0)

Modify Ticket

Action
as new The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.