- 18 May, 2016 1 commit
-
-
LiamGregory authored
Changed so that correct JID is returned
-
- 27 Apr, 2016 1 commit
-
-
Guus der Kinderen authored
If no 'xmlns' is set for the stanza then as per XML namespacing rules it would inherit the default namespace, which is wrong (see XEP-0297).
-
- 22 Mar, 2016 1 commit
-
-
Juan Francisco Calderon Zumba authored
-
- 03 Mar, 2016 1 commit
-
-
Guus der Kinderen authored
This commit adds more structure to the logging done when loading and unloading plugins. The plugin manager was adapted to create log statements for loading and unloading each plugin. It also logs to std-out for log statements of priority INFO and above. This mimics what some (but not all) plugins were doing internally. There's an added log statement that informs that the loading of the entire set of plugins has finished (which helps users to determine when Openfire is ready to be used). Corresponding log statements from individual plugins have been removed.
-
- 19 Feb, 2016 2 commits
- 15 Feb, 2016 2 commits
-
-
Guus der Kinderen authored
IQ result should be the last stanza. This way, clients know that the last archived message has arrived.
-
Guus der Kinderen authored
A change introduced in Openfire 3.10.3 (OF-938) changed how the BOSH implementation would add default namespace definitions where applicable. This new implementation depends on a space from being present in the outer stanza. The 'fin' element that's transmitted here is wrapped in a message stanza without any attributes ( <message><fin ... ) which caused the namespace to be injected in the fin element (where the first space was). This commit adds a 'to' attribute to the wrapping message stanza, to allow for users to work around the problem without having to update Openfire itself. The BOSH implementation will be adjusted to account for this in another commit.
-
- 11 Jan, 2016 1 commit
-
-
akrherz authored
Previously, we had a quasi-hack of `3.11.0-alpha` as the min requirement on these, but this release never happened. This update moves all these plugins to 4.0.0, which hopefully provokes less confusion.
-
- 16 Dec, 2015 2 commits
-
-
linuschien authored
-
linuschien authored
-
- 07 Dec, 2015 1 commit
-
-
Guus der Kinderen authored
-
- 21 Nov, 2015 1 commit
-
-
Christian Schudt authored
Old version 2.4 was J2EE 1.4 Also remove <taglib> from web.xml. This was required in JSP 1.2, but is no longer in JSP 2.0 (Servlet API 2.4) and gives warnings since it has been removed from the XSD. See http://wiki.metawerx.net/wiki/RemovingTaglibFromWeb.xml
-
- 19 Nov, 2015 3 commits
-
-
akrherz authored
The new Version.java comparison in master branch evaluates '3.11.0' as newer than '3.11.0 alpha' (which is correct), but causes a problem when attempting to load plugins requiring '3.11.0' on a developmental '3.11.0 alpha' release.
-
Guus der Kinderen authored
By replacing Jetty 6.x era libraries with 9.x-based variants, JSP support will be brought back up-to-date. Additionally, Openfire will no longer have a mix of dependencies from various versions of Jetty. This commit contains a number of changes that go hand-in-hand: - Replaces JAR files - Applies uniformity to the buildscript where JSPC is executed - Replaces JSTL 1.0 taglibs with later versions - Adds a simple logger to the build process (to stop it from complaining)
-
Guus der Kinderen authored
-
- 18 Nov, 2015 1 commit
-
-
Christian Schudt authored
in the same fashion as e.g. `java.util.concurrent.Callable`
-
- 13 Nov, 2015 1 commit
-
-
Christian Schudt authored
with XMPPDateTimeFormat
-
- 20 Oct, 2015 1 commit
-
-
Matouš Skála authored
-
- 13 Oct, 2015 1 commit
-
-
Dele Olajide authored
Fixed feature-not-implemented error
-
- 12 Aug, 2015 1 commit
-
-
akrherz authored
-
- 11 Aug, 2015 2 commits
- 30 Jul, 2015 1 commit
-
-
Dave Cridland authored
A number of stored XSS issues were found by Dean Hardcastle during testing of the monitoring plugin's admin console. These include cases where chatroom nicknames and message text are not adequately escaped.
-
- 09 Jul, 2015 1 commit
-
-
Leon Roy authored
OF-929-Add the ability to generate messages in the userCreation plugin (for monitoring plugin tests)
-
- 06 Jul, 2015 2 commits
-
-
Ivan A. Shmakov authored
-
Ivan A. Shmakov authored
-
- 03 Jul, 2015 1 commit
-
-
Ivan A. Shmakov authored
FIX: Monitoring plugin list request with max tag does not work correctly https://community.igniterealtime.org/thread/56168
-
- 02 Jul, 2015 3 commits
-
-
ishmakov authored
For more information: https://community.igniterealtime.org/thread/56173
-
ishmakov authored
-
ishmakov authored
Monitoring Plugin request of collection count according 2.7 of XEP-0059 More information on https://community.igniterealtime.org/message/250310
-
- 05 May, 2015 2 commits
-
-
JonnyHeavey authored
-
JonnyHeavey authored
-
- 28 Oct, 2014 1 commit
-
-
akrherz authored
* Fixed request conversations and messages * Now conversations list is sorted patch by koledas
-
- 27 Oct, 2014 1 commit
-
-
akrherz authored
patch by Paolo Manili
-
- 11 Sep, 2014 1 commit
-
-
thanosz authored
The Server traffic statstics in quick stats are incorrect and inconsistent compared with All Reports page. The problem is in the calculation of Low and High Values. The StatsViewer.getMin() and getMax() will return two values for high and low for server_bytes_in and server_bytes_out respectively. The StatsAction.getLowAndHigh(String key, long[] timePeriod) does not take that into account and always precesses the first element in the array. Modified so that it sums the values of all the elements of the array.
-
- 30 Apr, 2014 1 commit
-
-
akrherz authored
-
- 12 Apr, 2014 1 commit
-
-
- 10 Mar, 2014 2 commits
-
-
Daryl Herzmann authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13987 b35dd754-fafc-0310-a699-88a17e54d16e
-
Daryl Herzmann authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13986 b35dd754-fafc-0310-a699-88a17e54d16e
-