Build: #1317 was successful Scheduled with changes by daryl herzmann <akrherz@iastate.edu>

Code commits

Openfire (master)

  • daryl herzmann <akrherz@iastate.edu>

    daryl herzmann <akrherz@iastate.edu> fbdcdc75b5ff00b3394fd5f7bad2171e4feac23d

    Merge pull request #2137 from guusdk/OF-2537_pubsub-advertise-multi-item
    OF-2537: Advertise support for pubsub's 'multi-item' feature

  • Guus der Kinderen

    Guus der Kinderen 87190b52d2a2a1807a50fcad0f0233839e7dad39 m

    OF-2537: Advertise support for pubsub's 'multi-item' feature
    XEP-0060 defines, amongst many others, the 'multi-items' service discovery feature.

    This feature can be advertised by a pubsub service, when clients are allowed to configure a node in such a way that it can accept more-than-one item, by:

    - setting `persist_items` to `true`
    - setting `max_items` to a value higher than 1.

    Openfire supports allows for both. It can/should advertise the feature `http://jabber.org/protocol/pubsub#multi-items` on its pubsub services.

    • xmppserver/src/main/java/org/jivesoftware/openfire/pubsub/PubSubModule.java (version 87190b52d2a2a1807a50fcad0f0233839e7dad39)