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


DJabberd documentation  | view source Contained in the DJabberd distribution.

Index


NAME

Top

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

DESCRIPTION

Top

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

Top

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

Top


DJabberd documentation  | view source Contained in the DJabberd distribution.