- 04 Jan, 2016 1 commit
-
-
Christian Schudt authored
toString() was called on the Locale here, resulting e.g. in "de_DE". Instead it should be "de-DE".
-
- 08 Dec, 2015 2 commits
-
-
Guus der Kinderen authored
Nothing should be transmitted when STARTTLS negotiation fails, not even a stream close.
-
Guus der Kinderen authored
When STARTTLS fails, there are two distinct types of failure. Each type should be handled in a distinct manner. Note that this commit applies a fix to the S2S code only. C2S may also need work.
-
- 25 Nov, 2015 2 commits
-
-
Guus der Kinderen authored
This commit (which is compilable, but breaks some important functionality - work in progess) aims to centralize the configuration for connections. "Connections" are used in a broad sense here, and includes socket-based (TLS and legacy-mode SSL) client connections, BOSH-based client connections, component connections, connectionmanager (multiplexer) connections, but also connections to the admin panel.
-
Guus der Kinderen authored
Two out of three arguments in the constructor of the Server Trust Manager are unused. By deprecating them, calling code can be simplified.
-
- 21 Nov, 2015 1 commit
-
-
Christian Schudt authored
I feel the language (the stream's "xml:lang" attribute) should be in the Session interface rather than the Connection (similar as the stream id), because it's unrelated to the session's transport. The HttpSession already did that. Otherwise the used language is not easy to retrieve, e.g. when using SessionManager to get the session and OF-208 is hard to solve. Alternatively we can expose the Connection in the Session interface, but this approach feels wrong to me. Also use `java.util.Locale` rather than String, because it better reflects what can be in `xml:lang` (it can also have country codes, e.g. "de-CH")
-
- 30 Oct, 2015 1 commit
-
-
akrherz authored
-
- 28 Oct, 2015 1 commit
-
-
Christian Schudt authored
This is the more correct API and also has very minor performance benefits.
-
- 09 Nov, 2009 1 commit
-
-
guus authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@11388 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 30 Sep, 2009 1 commit
-
-
Matt Tucker authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@11291 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 16 Jul, 2008 1 commit
-
-
Gaston Dombiak authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10683 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 11 Apr, 2008 1 commit
-
-
Gaston Dombiak authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10204 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 12 Dec, 2007 1 commit
-
-
Gaston Dombiak authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@9636 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 12 Sep, 2007 1 commit
-
-
Gaston Dombiak authored
Refactoring work. Exposed SSLSession in Connection and rewrote startTLS to accept client authentication mode as a param. git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@9107 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 18 May, 2007 1 commit
-
-
Gaston Dombiak authored
Added a 2 step compression process. First compress incoming traffic, then send "go ahead" stanza to client and finally compress outgoing traffic. JM-1059 git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@8352 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 28 Mar, 2007 1 commit
-
-
Gaston Dombiak authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@7742 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 04 Jan, 2007 1 commit
-
-
Gaston Dombiak authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@6544 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 27 Jul, 2006 1 commit
-
-
Gaston Dombiak authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@4693 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 16 May, 2006 1 commit
-
-
Gaston Dombiak authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@3903 b35dd754-fafc-0310-a699-88a17e54d16e
-