- 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 1 commit
-
-
Dave Cridland authored
OF-861 Disable SSLv3 for HTTPBind and Admin Console
-
- 17 Dec, 2014 5 commits
-
-
daryl herzmann authored
Disable SSLv3 for socket connections to avoid POODLE vulnerability.
-
Christian Schudt authored
-
akrherz authored
-
Dave Cridland authored
Upgrade Hazelcast plugin to HZ 3.3.3
-
Tom Evans authored
Refer to the Hazelcast documentation for details: http://docs.hazelcast.org/docs/3.3/manual/html-single/hazelcast-documentation.html#new-features
-
- 16 Dec, 2014 2 commits
-
-
daryl herzmann authored
ofmeet plugin - version 0.0.5
-
deleolajide authored
-
- 15 Dec, 2014 1 commit
-
-
Roman S. authored
OF-860: Self-presence is not broadcast if room has more than one occupant
-
- 13 Dec, 2014 2 commits
-
-
Christian Schudt authored
The problem here was, that the presence's 'to' attribute was overridden on each iteration, making the if statement fail after the first iteration.
-
akrherz authored
-
- 12 Dec, 2014 1 commit
-
-
daryl herzmann authored
ofmeet plugin - ready for openfire 3.10 beta release
-
- 11 Dec, 2014 2 commits
-
-
Dele Olajide authored
-
Dele Olajide authored
-
- 10 Dec, 2014 3 commits
-
-
daryl herzmann authored
OF-859: Fix SQL syntax error [pubsub]
-
Tom Evans authored
Update statement for default node configuration was missing a comma
-
daryl herzmann authored
OF-857: Properly configure Jetty connectors
-
- 09 Dec, 2014 7 commits
-
-
Tom Evans authored
Update for earlier fix to properly construct and initialize HTTP/S connectors using configurable resource limits.
-
daryl herzmann authored
OF-857: Improve thread pool management
-
Tom Evans authored
Update default QTP configuration for admin console and BOSH connectors; added new configuration property "adminConsole.serverThreads" with a default of 2
-
Christian Schudt authored
OF-859: Pubsub fix; misc cleanup
-
Tom Evans authored
This fixes a problem with a static final reference in the Node.class. It also addresses a couple of minor issues discovered during pubsub testing: - PubSubPersistenceManager should return an editable collection rather than a read-only collection for published items - SequenceManager defaults should use a blocksize of 5 for frequently used tables - LocaleUtils should catch and log a MissingResourceException and return the key in lieu of the missing value (by convention)
-
daryl herzmann authored
OF-857: Fix C2S locking issues
-
Tom Evans authored
Updates the MINA 2.0.9 core to fix a locking issue documented here: https://issues.apache.org/jira/browse/DIRMINA-995 Also updates connection manager and thread pool configurations to better allocate resources within the JVM.
-
- 07 Dec, 2014 2 commits
-
-
Dave Cridland authored
Don't return incorrect-encoding when receiving '='
-
Florian Schmaus authored
when performing SASL authentication. Since 3eadecb6 Openfire would return incorrect-encoding when a SASL auth packet would contain just a single equals sign ('='). But this is correct (client) behavior according to RFC 6120 6.4.2. Related to OF-736 07:25:42 PM SENT (2109957412): <stream:stream xmlns='jabber:client' to='igniterealtime.org' xmlns:stream='http://etherx.jabber.org/streams' version='1.0'> 07:25:42 PM RCV (2109957412): <?xml version='1.0' encoding='UTF-8'?><stream:stream xmlns:stream="http://etherx.jabber.org/streams" xmlns="jabber:client" from="igniterealtime.org" id="1d96e3b3" xml:lang="en" version="1.0"> 07:25:43 PM RCV (2109957412): <stream:features><starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"></starttls><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>DIGEST-MD5</mechanism><mechanism>JIVE-SHAREDSECRET</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism><mechanism>CRAM-MD5</mechanism></mechanisms><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression><auth xmlns="http://jabber.org/features/iq-auth"/><register xmlns="http://jabber.org/features/iq-register"/></stream:features> 07:25:43 PM SENT (2109957412): <auth xmlns='urn:ietf:params:xml:ns:xmpp-sasl' mechanism='DIGEST-MD5'>=</auth> 07:25:43 PM RCV (2109957412): <failure xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><incorrect-encoding/></failure>
-
- 06 Dec, 2014 4 commits
-
-
daryl herzmann authored
Open Meetings Plugin version 0.0.3
-
Dele Olajide authored
-
https://github.com/igniterealtime/OpenfireDele Olajide authored
Conflicts: src/plugins/ofmeet/plugin.xml
-
Dele Olajide authored
-
- 04 Dec, 2014 3 commits
-
-
Daniel Maier authored
OF-565 use thread local instead of map with threads hashcode as key (this could lead to collissions)
-
Dave Cridland authored
Change OF min version to 3.9.4
-
akrherz authored
Since OF 3.9.3 has a bug whereby it thinks 3.10.0 is older than 3.9.3, this causes a problem as OF 3.9.3 will attempt to install plugins that it can not run. This change puts the 3.10.0 plugins at a release that will not happen, which keeps them affectively from getting installed.
-
- 03 Dec, 2014 3 commits
-
-
deleolajide authored
-
Dave Cridland authored
Resolve the error when deleting group administrators
-
Dave Cridland authored
Reinstall the Configure encryption issues
-