- 03 Oct, 2016 12 commits
-
-
Dave Cridland authored
OF-1146 Update presence after setting a MUC role.
-
Dave Cridland authored
OF-1156 Do not store null LockOutFlag in Cache
-
Dave Cridland authored
OF-1175 Require jre-headless >= 1:1.7.0 for noarch RPM
-
Dave Cridland authored
OF-1177 allow java7-runtime-headless to satisfy .deb requirement
-
Dave Cridland authored
OF-1180: BOSH endpoints redirect all the requests with the trailing slash
-
Dave Cridland authored
OF-1194: New SMS service
-
Dave Cridland authored
OF-1189: New getEnumProperty implementation.
-
Dave Cridland authored
OF-777: email service fixes
-
Dave Cridland authored
OF-1196: Don't overflow system property name/value
-
Dave Cridland authored
OF-1198: Don't respond to responses of MUC non-occupants.
-
Dave Cridland authored
OF-1197: XEP-0227 support for User import Export plugin
-
Dave Cridland authored
OF-1199: New JDBC based AdminProvider
-
- 30 Sep, 2016 2 commits
-
-
Robert Marcano authored
JDBCAdminProvider can read the list of admin users from a database
-
Guus der Kinderen authored
-
- 28 Sep, 2016 1 commit
-
-
Anno van Vliet authored
-
- 27 Sep, 2016 3 commits
-
-
Anno van Vliet authored
Portable Import/Export Format for XMPP-IM Servers
-
Anno van Vliet authored
A typo was fixed which caused a invalid error "The import file does not match the user schema." when importing.
-
Guus der Kinderen authored
-
- 26 Sep, 2016 3 commits
-
-
Guus der Kinderen authored
-
Guus der Kinderen authored
This fixes a bug where the EmailService settings could not be changed through the admin panel. Note that this is introduced in the same version of Openfire (4.1.0) as that will include this commit.
-
Guus der Kinderen authored
This commit introduces a new SMS service that takes after the existing email service. The new service utilizes SMPP to allow for messages to be sent to a suitable service provider.
-
- 06 Sep, 2016 1 commit
-
-
Guus der Kinderen authored
-
- 25 Aug, 2016 1 commit
-
-
Roman Soldatow authored
-
- 22 Aug, 2016 1 commit
-
-
akrherz authored
-
- 17 Aug, 2016 3 commits
-
-
akrherz authored
-
daryl herzmann authored
-
daryl herzmann authored
Simply repeated dwd's commit 73b59106 on Ubuntu Trusty (20160104ubuntu0.14.04.1)
-
- 16 Aug, 2016 12 commits
-
-
akrherz authored
Adds explicit requirement for jre-headless to be installed for the noarch RPM. Note: the epoch is set to 1 for this requirement as well, which seems to be the convention based on https://fedorahosted.org/released/javapackages/doc/#_jvm
-
Dave Cridland authored
OF-477: For DIGEST-MD5, use domain rather than host name.
-
Guus der Kinderen authored
OF-1172 Add support for a wildcard DNS override
-
Dave Cridland authored
OF-1174: MUC should always respond to IQ requests.
-
Dave Cridland authored
OF-1170 Advertise all proxy addresses
-
Guus der Kinderen authored
OF-1173: X.509/TLS related fixes
-
Guus der Kinderen authored
IQ requests must always be responded to, if only with an error reply. For good measure, IQ-Ping support was added too.
-
Dave Cridland authored
This also addresses a worrying (but harmless) mis-redirect to a success page.
-
Dave Cridland authored
Without this change, EXTERNAL is never offered by default.
-
Dave Cridland authored
The LockOutManager stores a null LockOutFlag (the default) in the cache, which shouldn't work (and doesn't in a cluster).
-
Dave Cridland authored
Individual domains can be redirected to a specific handling host by use of the DNS override property, dnsutil.dnsOverride This patch allows a wildcard "*" entry to override all domains without a specific override, for example: dnsutil.dnsOverride = {*,127.0.0.1:5269} ... redirects all outgoing S2S traffic to port 5269 on localhost.
-
Guus der Kinderen authored
Judging from most current implementations (Smack, Conversations, Gajim), most clients will use the domain name rather than the fully qualified host name when constructing the DIGEST-MD5 digest-uri. Although this isn't conforming to RFC2831, interop is of more value than 'doing the right thing'. This commit makes SASL use the domain name when the mechanism in play is DIGEST-MD5, and will use the host name for other mechanisms.
-
- 15 Aug, 2016 1 commit
-
-
Guus der Kinderen authored
Instead of one address, the file transfer proxy should lists all interfaces on which it is reachable (unless configured otherwise).
-