1. 18 Dec, 2016 1 commit
    • Guus der Kinderen's avatar
      OF-1244: New DNS SRV evaluation · f9f1fc48
      Guus der Kinderen authored
      This commit adds an admin console page that allows an administrator to evaluate
      the DNS SRV configuration in context of the XMPP domain name and fully qualified
      domain name of the sever that is running Openfire.
      f9f1fc48
  2. 16 Dec, 2016 1 commit
    • Guus der Kinderen's avatar
      OF-477: Improve default XMPP domain name and FQDN · 4ba3e173
      Guus der Kinderen authored
      This commit intends to have better default values for two properties of Openfire:
      - the XMPP domain name (eg: igniterealtime.org)
      - the FQDN of the server (eg: xmpp.igniterealtime.org)
      
      Older code did not always make a clear distinction (ambiguously referring to
      'server name'). Having a proper FQDN has become more important, as newer SASL
      implementations depend on the client using the same FQDN as what is configured
      in the server).
      
      This commit removes support for changing the XMPP domain name at run time (although
      you can obviously still change the corresponding property). Instead, the FQDN can
      now be changes (although will require a restart).
      
      Additionally, the XMPPServerInfo implementation got a bit of a refactoring: values
      that are not expected to be modified (or considered unmodifiable from a functional
      perspective), are no longer passed around, but are rather hardcoded in the
      implementation. Support for deprecated ServerPort was removed.
      
      Finally, most access to the properties that hold the XMPP domain name and FQDN
      are now encapsulated by XMPPServerInfoImpl.
      4ba3e173
  3. 15 Dec, 2016 1 commit
  4. 14 Dec, 2016 4 commits
  5. 13 Dec, 2016 15 commits
  6. 12 Dec, 2016 15 commits
  7. 01 Dec, 2016 3 commits