- 09 Mar, 2015 6 commits
-
-
Dave Cridland authored
Send initial presence to the generating resource.
-
Dave Cridland authored
Openfire should return "msgoffline" in disco requests (as per XEP-0160)
-
Christian Schudt authored
-
Christian Schudt authored
-
Dave Cridland authored
OF-822: Disco request of a Non-occupant in MUC should result in bad-requ...
-
Dave Cridland authored
OF-888: Fix outgoing S2S packet delivery failure
-
- 06 Mar, 2015 13 commits
-
-
daryl herzmann authored
OF-885: Use non-blocking, async API for BOSH servlet
-
Guus der Kinderen authored
When the invocation of the #onTimeout method of a AsyncListener does not result in a 'complete()', then the servlet container falls back to default processing. This causes an async response that was started in that method to fail.
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
Guus der Kinderen authored
The compare() result of Deliverable was based on a field value that is never set. As a result, the compare() method will have non-specific behavior. It is likely not used at all (or if it is, a bug is looming somewhere). Removing it is the safest course of action.
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
nobelium authored
-
Tom Evans authored
Pick up additional package from tinder.jar
-
Tom Evans authored
Prevent recursion when attempting to send an error response packet to a remote domain.
-
- 03 Mar, 2015 2 commits
-
-
daryl herzmann authored
Update to REST API plugin version 1.0.2
-
Roman S. authored
-
- 28 Feb, 2015 4 commits
-
-
daryl herzmann authored
ofmeet plugin version 0.1.3
-
Dele Olajide authored
Implemented server-side Smack Virtual XMPP Connection for conference focus instead of default TCP connection Updated chrome extension to 0.0.5 Updated Jitsi Videobridge to latest code
-
Dave Cridland authored
Fix parsing logic of CDATA in XMLLightweightParser
-
Enrico Ferrari authored
Fix parsing logic of XMPPDecoder used in ProtocolCodecFactory so CDATA sections can be parsed correctly when the character data ends with a ']' character. This fixes how the XMLLightweightParser handles CDATA sections that end with ]]]>
-
- 25 Feb, 2015 2 commits
-
-
Christian Schudt authored
-
Guus der Kinderen authored
-
- 23 Feb, 2015 1 commit
-
-
Dave Cridland authored
Update to REST API plugin version 1.0.1
-
- 20 Feb, 2015 1 commit
-
-
Roman S. authored
-
- 19 Feb, 2015 4 commits
-
-
Tom Evans authored
OF-877 breaks plugins webservices fix
-
Dele Olajide authored
This fix reverts behavour to reset the web contexts handler collection as it removes the webservices added by plugins at class construction time.
-
Dele Olajide authored
OF-869: Upgrade to latest Jetty (9.2.7) I would like to pull this right now as I am currently investigating why Jetty is no more working in plugins. I would like to resolve any issues with this upgrade at the same time
-
daryl herzmann authored
OF-879: Update hazelcast namespace, dependencies
-
- 15 Feb, 2015 2 commits
-
-
Dave Cridland authored
Revert fix for OF-874 because it introduced a critical regression.
-
Dave Cridland authored
OF-881: NIOConnection Thread Deadlock when two clients in each others ro...
-
- 14 Feb, 2015 3 commits
-
-
daryl herzmann authored
Ofmeet version 0.1.2
-
test@test.com authored
OF-881: NIOConnection Thread Deadlock when two clients in each others roster simultaneously disconnect
-
Dele Olajide authored
Inject video HTML into document by API
-
- 13 Feb, 2015 1 commit
-
-
Dele Olajide authored
Added shared scrum board (post-it notes) Openfire Meetings Collaboration Application Added "disable cursor" feature to Openfire Meetings Collaboration API Added "ofmeet.js" and "ofmeet.css" to enable Openfire Meetings to be used as an API in other web applications Provided webcomponent to wrap Openfire Meetings API into an HTML tag <openfire-meetings> Updated chrome extension to 0.0.3
-
- 09 Feb, 2015 1 commit
-
-
Christian Schudt authored
Appearently there can only be one ServerItemsProvider. What happened here is that disco#items requests were now routed to SessionManager, which returned an empty result, which means service discovery fails. It seems like Openfire can only host items for the whole server, not for single users, so the real fix needs some more investigation.
-