1. 04 Jan, 2016 1 commit
  2. 08 Dec, 2015 2 commits
  3. 25 Nov, 2015 2 commits
    • Guus der Kinderen's avatar
      OF-946: Centralize connection configuration. · e58d590b
      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.
      e58d590b
    • Guus der Kinderen's avatar
      OF-946: Should not have unused arguments in ServerTrustManager · 53fac17f
      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.
      53fac17f
  4. 21 Nov, 2015 1 commit
    • Christian Schudt's avatar
      Language info should be in the Session, not in the Connection · 170b20cc
      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")
      170b20cc
  5. 30 Oct, 2015 1 commit
  6. 28 Oct, 2015 1 commit
  7. 09 Nov, 2009 1 commit
  8. 30 Sep, 2009 1 commit
  9. 16 Jul, 2008 1 commit
  10. 11 Apr, 2008 1 commit
  11. 12 Dec, 2007 1 commit
  12. 12 Sep, 2007 1 commit
  13. 18 May, 2007 1 commit
  14. 28 Mar, 2007 1 commit
  15. 04 Jan, 2007 1 commit
  16. 27 Jul, 2006 1 commit
  17. 16 May, 2006 1 commit