- 13 Dec, 2014 1 commit
-
-
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.
-
- 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 7 commits
-
-
deleolajide authored
-
Dave Cridland authored
Resolve the error when deleting group administrators
-
Dave Cridland authored
Reinstall the Configure encryption issues
-
Dave Cridland authored
REST API plugin version 0.1.0
-
deleolajide authored
-
Dave Cridland authored
Doesn't filter iq results that needs to be delivered to local muc users.
-
Damian Minkov authored
-
- 02 Dec, 2014 2 commits
-
-
Dele Olajide authored
-
Damian Minkov authored
-
- 30 Nov, 2014 4 commits
-
-
daryl herzmann authored
Ofmeet plugin. change date format to US
-
Dele Olajide authored
-
Dele Olajide authored
Openfire Meetings plugin. Initial release
-
Dele Olajide authored
-
- 28 Nov, 2014 2 commits
-
-
deleolajide authored
-
Dele Olajide authored
-
- 27 Nov, 2014 2 commits
-
-
Dave Cridland authored
fix enabling https admin port without http enabled
-
Seanster authored
If the http admin port is disabled enabling https fails because it tries to copy from an uninitialized httpd configuration. An exception is generated and the server runs but you have no admin interfaces. The only httpd configuration parameter that might have needed to be copied is setSendServerVersion. This just makes a new 'empty' connection and sets that parameter before continuing on as usual. According to the documentation you're supposed to be able to use https admin without http admin. This situation appears to be a side effect of some code changes later on where someone just forgot to consider this. More info here in my bug report: https://igniterealtime.jiveon.com/message/241471
-