DJabberd::SASL::ManagerBase - Abstract base clase for the main SASL object.
The SASL Manager is the main object instantiated when a negotiation starts. It's
a wrapper around Authen::SASL, plus some helpers.
see Authen::SASL and Authen::SASL::Perl for the base methods.
returns the DJabberd::SASL plugin responsible for instantiating this manager.
has the same interface, but returns a DJabberd::SASL::Connection instance
instead of a regular SASL Mechanism handling class.
Subclasses should provide this method.
returns true or false depending if
$mechanism is supporte by the underlaying
implementation and the current configuration.
(c) 2009 Yann Kerherve
This module is part of the DJabberd distribution and is covered by
the distribution's overall licence.