- 11 Jan, 2016 5 commits
-
-
akrherz authored
Previously, we had a quasi-hack of `3.11.0-alpha` as the min requirement on these, but this release never happened. This update moves all these plugins to 4.0.0, which hopefully provokes less confusion.
-
akrherz authored
-
Dave Cridland authored
Denote Openfire 4.0.0 Release
-
Dave Cridland authored
OF-454 Reflect presence to originator
-
akrherz authored
-
- 09 Jan, 2016 2 commits
-
-
Dave Cridland authored
-
Tom Evans authored
Only use SSLv2Hello for client-mode
-
- 08 Jan, 2016 12 commits
-
-
Dave Cridland authored
-
Dave Cridland authored
-
Dave Cridland authored
OF-1004: Apply i18n to admin console
-
Dave Cridland authored
-
Tom Evans authored
Fix some javadoc warnings
-
Guus der Kinderen authored
OF-821: Count occupants by nickname
-
Guus der Kinderen authored
OF-1034 Check for existing sessions properly
-
akrherz authored
-
Tom Evans authored
Returns the count of nicknames rather than the number of connections (full JIDs), which will now also match the list of occupants.
-
Dave Cridland authored
-
Dave Cridland authored
solve the memory leak problems which is caused by add LocalMUCRoom ob…
-
Dave Cridland authored
OF-821: Prevent duplicates for MUC item query
-
- 07 Jan, 2016 13 commits
-
-
Guus der Kinderen authored
-
Tom Evans authored
Drop unnecessary null check.
-
Tom Evans authored
Corrects issue with multiple JIDs sharing a nickname (masquerading)
-
Guus der Kinderen authored
-
Guus der Kinderen authored
Replaced the 'set this var with this translation' definition for a functional equivalent but easier-on-the-eyes definition.
-
Dave Cridland authored
Fix implementation bug for XEP0049.
-
Lachesis Chiang authored
-
Guus der Kinderen authored
OF-1033: Should use the correct status code.
-
Guus der Kinderen authored
-
Lachesis Chiang authored
-
Dave Cridland authored
OF-1029: Allow web.xml override via overlay
-
Dave Cridland authored
OF-1033: Users should be notified of MUC service shutdown
-
Lachesis Chiang authored
Fix implementation bug for XEP0049. The comment in Line 105: "If the name and namespace of the element matches another" is correct, but the implementation is wrong, it checks "username and namespace" rather than "name and namespace".
-
- 06 Jan, 2016 8 commits
-
-
Guus der Kinderen authored
Cleanup websocket plugin
-
Guus der Kinderen authored
-
Guus der Kinderen authored
This commit notifies all users that are in a MUC on the local server node of a shut down of the service. The notification conforms to XEP-0045. In order to prevent a prolonged shut down, this commit: - ensures that a shutdown routine is executed just once (instead of for each type of interface being shut down: module,component and listener) - the presence stanza that is sent is constructed using in-memory objects only (no database lookups) - all notification occurs in a thread pool, which will concurrently process them, but will terminate forcibly after a certain amount of time.
-
Tom Evans authored
Update dependencies and documentation to prep for pending Openfire 4.0 release.
-
Dave Cridland authored
OF-1028 Stream Management refactoring
-
Guus der Kinderen authored
-
Guus der Kinderen authored
Instead of rerequesting ack for every unack'ed stanza over the threshold, do this only for every few stanzas. This prevents a storm of ack-requests when data is transmitted to the client faster than it can respond.
-
Guus der Kinderen authored
When a peer refuses to ack data, we should not keep it in memory indefinately. This commit introduces a configurable upper bound, and when reached causes the queue to be cleared (dropped silently) while disabling the functionality for that connection.
-