- 09 Nov, 2015 2 commits
-
-
Christian Schudt authored
-
Christian Schudt authored
There were still ~1500 missing annotations! This time fixed with IntelliJ ;-)
-
- 30 Oct, 2015 4 commits
-
-
Tom Evans authored
This patch fixes a problem introduced by an earlier patch whereby a change to the Packet namespace inadvertently cascaded to child XML elements.
-
Christian Schudt authored
This is a followup for fcf665a9.
-
Christian Schudt authored
-
Christian Schudt authored
- Not all resources were closed in finally block (see Launcher, PluginManager, UpdateManager, FaviconServlet, ...) - Get rid of verbose finally blocks and empty catch blocks, which makes the code more readable. - Generally, this is the more modern approach to deal with resources.
-
- 29 Oct, 2015 1 commit
-
-
Christian Schudt authored
- Use String.getBytes(Charset) instead of String.getBytes(String) - Use new String(byte[], Charset) instead of new String(byte[], String) -> Get rid of UnsupportedEncodingException. -> Less try-catch blocks.
-
- 28 Oct, 2015 2 commits
-
-
Christian Schudt authored
-
Christian Schudt authored
This is the more correct API and also has very minor performance benefits.
-
- 19 Oct, 2015 1 commit
-
-
Guus der Kinderen authored
-
- 13 Oct, 2015 1 commit
-
-
Guus der Kinderen authored
-
- 05 Aug, 2015 1 commit
-
-
Tom Evans authored
Append XMPP client namespace to outbound BOSH packets only when needed.
-
- 29 May, 2015 1 commit
-
-
Guus der Kinderen authored
-
- 29 Apr, 2015 1 commit
-
-
Tom Evans authored
Fixes the alternate (synchronous) write to the HTTP response output stream.
-
- 28 Apr, 2015 1 commit
-
-
Tom Evans authored
Per spec, the ack attribute in the response <body/> allows a BOSH client to verify that sent stanzas with the corresponding rid(s) have been successfully received by the server.
-
- 25 Apr, 2015 1 commit
-
-
Guus der Kinderen authored
-
- 17 Apr, 2015 1 commit
-
-
Guus der Kinderen authored
-
- 20 Mar, 2015 9 commits
-
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
- 13 Mar, 2015 1 commit
-
-
Guus der Kinderen authored
-
- 06 Mar, 2015 8 commits
-
-
Guus der Kinderen authored
When the invocation of the #onTimeout method of a AsyncListener does not result in a 'complete()', then the servlet container falls back to default processing. This causes an async response that was started in that method to fail.
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
Guus der Kinderen authored
The compare() result of Deliverable was based on a field value that is never set. As a result, the compare() method will have non-specific behavior. It is likely not used at all (or if it is, a bug is looming somewhere). Removing it is the safest course of action.
-
Guus der Kinderen authored
-
- 19 Feb, 2015 1 commit
-
-
Dele Olajide authored
This fix reverts behavour to reset the web contexts handler collection as it removes the webservices added by plugins at class construction time.
-
- 07 Feb, 2015 1 commit
-
-
Tom Evans authored
* Updated JAR file dependencies for Jetty 9.2.7.v20150116 * Extended max HTTP header size to 32k (jetty default is 8k), and added a property to configure it as needed.
-
- 04 Feb, 2015 1 commit
-
-
Tom Evans authored
Update the BOSH connector (HttpBindManager) to properly initialize and restart after applying a configuration change.
-
- 28 Jan, 2015 1 commit
-
-
Tom Evans authored
- cleanup lib versions to remove obsolete MINA notes - use C2S compression policy rather than S2S compression policy for BOSH connector
-
- 26 Jan, 2015 1 commit
-
-
Tom Evans authored
- Removed non-functional stream-based compression in favor of HTTP transport compression (per spec http://xmpp.org/extensions/xep-0206.html#create). - Prevent runaway session initiation storms (via strophe) by returning a 400 HTTP error if a client attempts to deliver stanza(s) without a valid sid (per spec http://xmpp.org/extensions/xep-0124.html#session-request). - Use maxRequests to determine how many pending stanzas to preserve while enabling delivery via multiple BOSH connections (per spec http://xmpp.org/extensions/xep-0124.html#rids-broken)
-