The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

DJabberd::SASL::Connection - abstract base class for SASL connections

DESCRIPTION

An instance of this object is created by one SASL manager and attached to the connection (DJabberd::Connection) object when a SASL is being or has been negotiated. Instances of that class (or subclasses) have the same interface than Authen::SASL's connection object (server_start, server_step, need_step, is_success, error...).

ADDITIONAL METHODS

authenticated_jid

A string representing the jid that is authenticated at the outcome of the negotiation.

set_authenticated_jid($jid_string)

Sets the authenticated_jid

COPYRIGHT

(c) 2009 Yann Kerherve

This module is part of the DJabberd distribution and is covered by the distribution's overall licence.