Nightly Distribution of the master branch

Build: #1544 was successful Changes by Florian Schmaus <flo@geekplace.eu>

Stages & jobs

  1. Default Stage

  2. Deploy

Build result summary

Details

Completed
Queue duration
5 minutes
Duration
6 minutes
Labels
None
Revision
8020fc14161c3c37aec29c338b6c60e75b527d16
Total tests
519
Successful since
#1534 ()

Tests

Code commits

Author Commit Message Commit date
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 8020fc14161c3c37aec29c338b6c60e75b527d16 Make IQRequestHandler the only option to handle IQ requests
Previously StanzaListeners and Collectors where able to receive IQ of
type 'get' or 'set' (i.e., IQ requests) when no IQRequestHandler was
registered. By moving the 'return' statement one level down, even
listeners/collectors won't receive them.