Build: #92 was successful Scheduled with changes by Guus der Kinderen

Code commits

Openfire (master)

  • Guus der Kinderen

    Guus der Kinderen b98cef8e161a0e7b65144b5afabb46ded647bbf2

    OF-1637: Ensure unique values for full-to-bare JID mapping
    The routing table uses a cache that maps a bare JID to all full JIDs for a user.
    The collection of full JIDs should not contain duplicates. Before the change for
    OF-1589, this collection was defined as a Set, but changed to a List. This commit
    changes it back to a Set, guaranteeing uniqueness again.

    • xmppserver/src/main/java/org/jivesoftware/openfire/spi/RoutingTableImpl.java (version b98cef8e161a0e7b65144b5afabb46ded647bbf2)