- 29 May, 2015 2 commits
-
-
Guus der Kinderen authored
When a connection is closed, several events can be involved (and can be triggered). Some of these events will attempt to close the connection (if it hadn't been already). This, at best, least to multiple invocations of close-listeners. At worst, a loop of close-calls is created. This commit replaces the two-way boolean that guards closure (isClosed) with a three-way guard. Now, a distinction is made between between a connection that is closed, and one that is closing. Additionally, some null pointer guards have been added, as I've seen those pop up in my local logs during development.
-
Guus der Kinderen authored
-
- 28 May, 2015 1 commit
-
-
Guus der Kinderen authored
MINA 2.0.8 introduces support for half-duplex close of TCP channels (see DIRMINA-785). As part of this change, IoHandlers got a new method. The default behavior of the IoHandlerAdapter closes the MINA session when this handler is triggered. However, without an Openfire-specific extension (in ConnectionHandler), this fails to close Openfire-maintained resources. As a result, CPUs could start to spin in NIO code, resulting in 100% CPU cycles. To fix this issue, ConnectionHandler now overrides the default functionality and triggers a normal closure of the session (both in Openfire as well as MINA context). Additionally, to prevent the CPU spin, MINA sessions need to be closed synchronously (as opposed to the async closure Openfire had up until now). I cannot quite explain the need for this change, other than a suspision of race conditions in the async setup.
-
- 26 May, 2015 3 commits
-
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
- 20 May, 2015 2 commits
-
-
daryl herzmann authored
ofmeet plugin version 0.1.8
-
Dele Olajide authored
Fixed issue with room locking not working Added conference UI customization to Meetings Settings Admin web page Updated Jitsi Videobridge
-
- 14 May, 2015 1 commit
-
-
daryl herzmann authored
ofmeet plugin version 0.1.7
-
- 13 May, 2015 1 commit
-
-
Dele Olajide authored
Logs openfire meeting audit events with Openfire security auditor Logs meeting SIP calls via SIP plugin Added support for audio conferencing meetings (no video) Updated Jitsi Videobridge
-
- 11 May, 2015 1 commit
-
-
Dave Cridland authored
OF-862 Add support for XEP-313: Message Archive Management
-
- 09 May, 2015 3 commits
-
-
daryl herzmann authored
ofmeet plugin version 0.1.6
-
Dele Olajide authored
Added support for media relaying using the JingleNodes plugin jinglenodes plugin 0.1.3 Replaced jingle nodes relay library jar file with latest source code Added dependencies smack.jar and smackx.jar
-
Dele Olajide authored
Updated jingleNodes plugin to work with Public/Private IP and Configurable Ports/Servers:
-
- 06 May, 2015 1 commit
-
-
JonnyHeavey authored
-
- 05 May, 2015 2 commits
-
-
JonnyHeavey authored
-
JonnyHeavey authored
-
- 04 May, 2015 2 commits
-
-
daryl herzmann authored
ofmeet plugin version 0.1.5
-
Dele Olajide authored
Implemented Meeting Planner and automatic invites. Requires bookmarks from the clientcontrol plugin Fixed error modified setLocalDescription failed with desktop share Prevents sending invalid presence packets, before MUC jid is defined Added support for web+meet: protocol handling Added support for iNum and eNum telephone numbers Updated Jitsi Videobridge
-
- 01 May, 2015 3 commits
-
-
Dave Cridland authored
Add openjdk headless dependency to avoid installing X libraries
-
Dave Cridland authored
OF-909: Include ack in BOSH response body element
-
Dave Cridland authored
-
- 30 Apr, 2015 2 commits
-
-
Roman S. authored
Userservice plugin update with JSON support
-
Alex Proca authored
-
- 29 Apr, 2015 1 commit
-
-
Tom Evans authored
Fixes the alternate (synchronous) write to the HTTP response output stream.
-
- 28 Apr, 2015 1 commit
-
-
Tom Evans authored
Per spec, the ack attribute in the response <body/> allows a BOSH client to verify that sent stanzas with the corresponding rid(s) have been successfully received by the server.
-
- 26 Apr, 2015 1 commit
-
-
Guus der Kinderen authored
Conflicts: build/build.xml src/java/org/jivesoftware/openfire/XMPPServer.java
-
- 25 Apr, 2015 1 commit
-
-
Guus der Kinderen authored
-
- 24 Apr, 2015 1 commit
-
-
Sven Bunge authored
-
- 22 Apr, 2015 1 commit
-
-
unknown authored
* Made ports configurable via the admin interface * Made STUN test server default to google and configurable via the admin interface (previous hardcoded server was dead) * Made Local/Public IP logic work for a server behind a firewall (previous code was mixing local and remote IP concepts and would only work outside of a firewall) * Added some logging to the verify code to make it easier to find out why verification failed
-
- 21 Apr, 2015 2 commits
-
-
Guus der Kinderen authored
-
Dave Cridland authored
Openfire 3.10.0 GA Release!
-
- 20 Apr, 2015 3 commits
-
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
akrherz authored
-
- 17 Apr, 2015 5 commits
-
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
Guus der Kinderen authored
Mutual authentication support depends on certificates being available in the client truststore. Openfire does not ship with any by default, and does not provide any tools to manage certificates in any of the truststores. This commit adds basic support, which allows a user to add, remove and review certificates in any of the keystores that are available in Openfire.
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-