Non-SASL Authentication Plugin Readme

Overview

The Non-SASL Authentication plugin provides an implementation for authentication with Jabber servers and services using the jabber:iq:auth namespace.simple, as specified in XEP-0078: Non-SASL Authentication.

Note Well: The protocol implemented by this plugin has been superseded in favor of SASL authentication as specified by the XMPP standards in RFC 3920 / RFC 6120, and is now obsolete. This plugin should not be installed in Openfire, unless there is a pressing need for backwards compatibility with regards to XEP-0078.

In versions of Openfire prior to (and excluding) 4.1.0 the functionality provided in this plugin was part of the base functionality of Openfire itself. Years after SASL was introduced as the preferred method of authentication in XMPP (and the corresponding formal obsoletion of non-SASL authentication in 2008), support for Non-SASL Authentication was dropped from Openfire in version 4.1.0. For environments where backwards compatibility is required, this plugin can be used to restore Non-SASL Authentication functionality in Openfire.

Installation

Copy nonSaslAuthentication.jar into the plugins directory of your Openfire installation. The plugin will then be automatically deployed. To upgrade to a new version, copy the new nonSaslAuthentication.jar file over the existing file.