- 22 Jan, 2016 1 commit
-
-
Christian Schudt authored
-
- 18 Jan, 2016 1 commit
-
-
Guus der Kinderen authored
Should not store chat state messages, which contain a thread element.
-
- 14 Jan, 2016 2 commits
-
-
Dele Olajide authored
OF-1037: Split Bookmarks from ClientControl.
-
Christian Schudt authored
The problem was, that the logic stored empty chat messages, which contained a thread and chat state. The loop first checked the namespace of the thread, which was empty and therefore thought it should store it.
-
- 12 Jan, 2016 8 commits
-
-
Guus der Kinderen authored
-
Guus der Kinderen authored
OF-1042: Don't NPE when a session is already closed when </stream>
-
Guus der Kinderen authored
Update plugin min Openfire version requirement to 4.0.0
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
Dave Cridland authored
Fixes for banning problems in MUC rooms
-
Ben Markwardt authored
After banning, the user is not kicked from the room. The user is added to the ban list so they can't re-join the room or post messages, but they are not kicked out of the room so the user can still receive messages sent to the room. The problem is an additional check for isMembersOnly() was only allowing users to be kicked from members only chat rooms. Whenever a user is marked as an outcast they should be kicked from the room regardless of if the room is a members only room or not. Looks like this problem was introduced in commit 822abb01
-
Ben Markwardt authored
Based on the MUC spec it should be sending "outcast" on banning. Looks like this was introduced in commit 822abb01
-
- 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 9 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
-