- 14 Nov, 2014 1 commit
-
-
= authored
org.jivesoftware.util.CertificateManager - Error decoding subjectAltName java.lang.ClassCastException: org.bouncycastle.asn1.DERTaggedObject cannot be cast to org.bouncycastle.asn1.ASN1Sequence
-
- 13 Nov, 2014 3 commits
- 12 Nov, 2014 1 commit
-
-
akrherz authored
unsupported plugin provided by Nicholas Mossie
-
- 10 Nov, 2014 1 commit
-
-
Tom Evans authored
Introduces MUC group affiliation feature; allow users to join rooms based on group membership; distribute presence updates for MUC affiliation changes due to group membership events.
-
- 05 Nov, 2014 1 commit
-
-
Roman S. authored
-
- 03 Nov, 2014 1 commit
-
-
Dele Olajide authored
-
- 30 Oct, 2014 5 commits
-
-
Tom Evans authored
The username2roster cache was use the Openfire defaults of 256k/6hrs which is not optimal for a base installation. This sets the default max size to 1M and set the expiry to 30 minutes.
-
Tom Evans authored
Fixes roster group sharing when using the LDAP provider for users and groups, by reverting part of an earlier fix (OF-779).
-
Tom Evans authored
Fix settings for debug log so the admin UI setting is retained across restarts. The system property "log.debug.enabled" may also be used to manage this setting. If provided via openfire.xml, the property will be migrated into the DB during startup.
-
Dele Olajide authored
-
Dele Olajide authored
Added support for clustering
-
- 29 Oct, 2014 1 commit
-
-
Dele Olajide authored
-
- 28 Oct, 2014 1 commit
-
-
akrherz authored
* Fixed request conversations and messages * Now conversations list is sorted patch by koledas
-
- 27 Oct, 2014 2 commits
- 25 Oct, 2014 2 commits
- 23 Oct, 2014 4 commits
-
-
Tom Evans authored
Initial tests included assertions for post-conditions that were not part of the official API.
-
Tom Evans authored
Prior commit used a local default encoding (and broke the build).
-
Tom Evans authored
Allow international domain names (per RFC 3490).
-
Tom Evans authored
Per PR review feedback.
-
- 22 Oct, 2014 2 commits
- 21 Oct, 2014 1 commit
-
-
Tom Evans authored
Update version number and dependency change for OF 3.10.0 (due to MINA 2.0.x API change)
-
- 20 Oct, 2014 1 commit
-
-
Tom Evans authored
Adjust xmldebugger for changes in the MINA 2.0.7 filtering API
-
- 17 Oct, 2014 2 commits
-
-
Vlatko Kosturjak authored
to property route.really-all-resources is true
-
Tom Evans authored
Updates include changes for Openfire Session API, plus changes needed to upgrade to Hazelcast 3.3.1; also some core housekeeping (NPE)
-
- 16 Oct, 2014 1 commit
-
-
Vlatko Kosturjak authored
Introduce option to really send to all resources fix missing bracket
-
- 14 Oct, 2014 1 commit
-
-
julian.moschuering authored
Encrypted properties containing data that needs xml escaping (eg a database password containing '&') are encryped in escaped form but decryption uses them directly. Encrypted properties do not need xml escaping. Eg: 1. Install an mysql connection with the password 'pass&word'; password is saved as pass&word in properties.xml 2. Launch openfire -> mysql connection is established correctly and password is now stored in encrypted form. 4. Restart openfire 5. Openfire startup fails due to incorrect database password (pass&word) is used.
-
- 10 Oct, 2014 2 commits
- 09 Oct, 2014 2 commits
- 08 Oct, 2014 1 commit
-
-
Roman S. authored
- Fixed the problem with backward compatibility to user service 1.*
-
- 07 Oct, 2014 1 commit
-
-
Roman S. authored
- Fixed the problem that authentication type was not saved
-
- 04 Oct, 2014 1 commit
-
-
Roman S. authored
- New restfull API (see readme). The plugin is backward compatible. - Added new requst to get all or specific users - The user is now extendible with key / values properties - Added new requst to get roster entries of a specific users - Added new requst to get group names of a specific users - Added new request to add user to a group or remove a user from a group
-
- 01 Oct, 2014 1 commit
-
-
Roman S. authored
- Bug fix: Unable to join groupchat
-
- 24 Sep, 2014 1 commit
-
-
Roman S. authored
-