Nightly Distribution of the master branch

Build: #1472 failed Changes by Florian Schmaus <flo@geekplace.eu>

Stages & jobs

  1. Default Stage

  2. Deploy

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
8 seconds
Labels
None
Revision
1241d32610f6deb953306d577b241718ae45cfce
Failing since
#1471 (Manual run by maxa – )
Fixed in
#1482 (Manual run by daryl herzmann)
No failed test found. A possible compilation error occurred.

Responsible

This build has been failing since #1471
No one has taken responsibility

Code commits

Author Commit Message Commit date
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 4c18814b129c96c4aa7fcf9c8ebe9ae7b5e93f2d sinttest: Throw exception if service is not set
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 1241d32610f6deb953306d577b241718ae45cfce Fixes and small updates for integrationtest.md
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 2e2d1470836059e1c33f60e81d46840cc27c927d Fix typos in integrationtest.md documentation
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 60b07b1d679b0313550eab32e7eb48cc079533f0 Make DiscoverInfoProvider namespace aware
Some servers respond to disco#info requests with

<iq id='npGtO-21' type='result' to='phone@xxx/MAXS' from='xxx'>
<query xmlns='http://jabber.org/protocol/disco#info&#39;>
<identity type='pep' name='Prosody' category='pubsub'/>
<identity type='im' name='Prosody' category='server'/>
<feature var='urn:xmpp:blocking'/>
<feature var='urn:xmpp:carbons:2'/>
<feature var='urn:xmpp:carbons:1'/>
<feature var='vcard-temp'/>
<feature var='http://jabber.org/protocol/commands&#39;/>
<feature var='urn:xmpp:mam:0'/>
<feature var='jabber:iq:private'/>
<feature var='http://jabber.org/protocol/pubsub#publish&#39;/>
<feature var='http://jabber.org/protocol/disco#info&#39;/>
<feature var='http://jabber.org/protocol/disco#items&#39;/>
<feature var='urn:xmpp:ping'/>
<feature var='msgoffline'/>
<feature var='jabber:iq:roster'/>
<feature var='urn:xmpp:archive:auto'/>
<feature var='urn:xmpp:archive:manage'/>
<feature var='urn:xmpp:archive:pref'/>
<feature var='http://jabber.org/protocol/rsm&#39;/>
<feature xmlns='urn:xmpp:archive'><optional><default/></optional></feature>
</query></iq>

Note the

<feature
xmlns='urn:xmpp:archive'><optional><default/></optional></feature>

which will cause the current parser implementation to parse it as
DiscoInfo Feature resulting in an Exception because some attributes are
missing.

This commit prevents this.
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 3bd35ecb1abb44dc604c1d1d07790e22819b8330 Do not fully qualify type in javadoc

Jira issues

IssueDescriptionStatus
Unknown Issue TypeSMACK-722Could not obtain issue details from Jira