- 28 Jan, 2015 1 commit
-
-
Tom Evans authored
- cleanup lib versions to remove obsolete MINA notes - use C2S compression policy rather than S2S compression policy for BOSH connector
-
- 27 Jan, 2015 2 commits
-
-
Dave Cridland authored
OF-626: BOSH enhancements
-
Dave Cridland authored
OF-866: Prevent "session not found" errors
-
- 26 Jan, 2015 2 commits
-
-
Tom Evans authored
- Removed non-functional stream-based compression in favor of HTTP transport compression (per spec http://xmpp.org/extensions/xep-0206.html#create). - Prevent runaway session initiation storms (via strophe) by returning a 400 HTTP error if a client attempts to deliver stanza(s) without a valid sid (per spec http://xmpp.org/extensions/xep-0124.html#session-request). - Use maxRequests to determine how many pending stanzas to preserve while enabling delivery via multiple BOSH connections (per spec http://xmpp.org/extensions/xep-0124.html#rids-broken)
-
Tom Evans authored
Fixes a race condition by adding a newly authenticated session into the core routing table before removing it from the list of pre-authentication sessions.
-
- 20 Jan, 2015 3 commits
-
-
daryl herzmann authored
3.10.0 Beta Release
-
akrherz authored
-
Dave Cridland authored
Removed chopping by @ character in the URL, to get MUC Plugin running
-
- 17 Jan, 2015 2 commits
-
-
Dave Cridland authored
OF-864: Cleanup routes to defunct cluster nodes
-
daryl herzmann authored
ofmeet plugin version 0.0.8
-
- 16 Jan, 2015 6 commits
-
-
Dele Olajide authored
Fixed race condition causing focus xmpp connection to fail Increased response timeout for focus Improved error handling for read-only user providers like LDAP Disable SIP gateway with a property (org.jitsi.videobridge.ofmeet.sip.enabled) Latest jitsi-videobridge server code
-
Tom Evans authored
Ensure that all packets are handled by the backup routing mechanism in the event that an exception occurs during primary packet processing.
-
Tom Evans authored
When a peer server leaves the cluster, drop all routing references corresponding to that node from the remaining members.
-
Roman S. authored
Bump JingleNodes version to pick up fix for OF-444
-
akrherz authored
-
Dave Cridland authored
OF-857: Synchronize connection/session cleanup
-
- 14 Jan, 2015 1 commit
-
-
Tom Evans authored
- Use !equals() rather than != for JID comparison - Ignore carbons for the offline delivery mechanism
-
- 13 Jan, 2015 2 commits
-
-
Tom Evans authored
When a connection is closed, any further packets to be delivered need to be handled by the "backup" packet deliverer. The original implementation simply tried to reuse the primary delivery/routing mechanism, which resulted in a recursive call. This has been replaced with a packet deliverer that will route undeliverable message packets into the offline store.
-
Tom Evans authored
The connection close listener initiates a presence broadcast to advertise its "unavailable" status. The current connection must be marked closed before this occurs, so the presence stanza will not be delivered to the newly closed connection. Note that the synchronized block alone does not accomplish this because the presence broadcast is delivered via that same thread that is currently closing the connection, thus it already possesses the sync object lock. Also, note that the SessionManager should exclude the originating JID when sending presence broadcasts to the user's other available session(s).
-
- 12 Jan, 2015 2 commits
- 11 Jan, 2015 5 commits
-
-
Florian Schmaus authored
Also decrease the size of the critical section the lock protects. Related to OF-857.
-
Florian Schmaus authored
and remove null checks. Related to OF-855.
-
Tom Evans authored
This patch fixes several NullPointerExceptions that were observed in an cluster when running under high load and latency, including related issues in the BOSH connector and hazelcast plugin. Some related logging improvements are also included. Some of the NPEs were generated during the startup phase before the server was fully initialized. These have been corrected by checking appropriate "ready state" indicators. In general, sessions hosted in remote cluster nodes that cannot be addressed due to timeouts during remote task execution should be considered temporarily "unavailable" to the cluster member that initiated the call.
-
Tom Evans authored
Check the underlying connection for a given session before delivering a packet; if the connection is missing, clean up session and resend packet
-
Tom Evans authored
Use a lock to ensure the integrity of IoSession (MINA), especially when using compression or TLS filters
-
- 07 Jan, 2015 1 commit
-
-
Roman S. authored
OF-474 OpenFire still provides entry forms for already-registered room users
-
- 04 Jan, 2015 2 commits
-
-
daryl herzmann authored
ofmeet plugin - Implemented PDF presentation pointer/cursor sharing
-
Dele Olajide authored
-
- 02 Jan, 2015 1 commit
-
-
Roman S. authored
See here: https://community.igniterealtime.org/thread/53822
-
- 30 Dec, 2014 1 commit
-
-
daryl herzmann authored
ofmeet plugin 0.0.6
-
- 29 Dec, 2014 1 commit
-
-
Dele Olajide authored
Fixed exception when clientcontrol plugin is missing Fixed fault with focus when hostname is localhost Removed install logic for chrome extension. Always requires a manual install Fixed broken audio and video bandwidth configuration with server-side focus change.
-
- 23 Dec, 2014 2 commits
-
-
Dave Cridland authored
OF-629: Here Lies XMPP Session
-
Tom Evans authored
Update the advertised stream features to mark the xmpp-session capability as optional (per http://tools.ietf.org/html/draft-cridland-xmpp-session-01). Current implementation is already no-op.
-
- 22 Dec, 2014 2 commits
-
-
akrherz authored
-
Dave Cridland authored
OF-861 Disable SSLv3 for HTTPBind and Admin Console
-
- 18 Dec, 2014 1 commit
-
-
Christian Schudt authored
-
- 17 Dec, 2014 3 commits
-
-
daryl herzmann authored
Disable SSLv3 for socket connections to avoid POODLE vulnerability.
-
Christian Schudt authored
-
akrherz authored
-