Changeset 848
- Timestamp:
- 02/11/09 21:56:58 (10 months ago)
- Files:
-
- 1 modified
-
trunk/DJabberd/lib/DJabberd/SASL/AuthenSASL.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/DJabberd/lib/DJabberd/SASL/AuthenSASL.pm
r846 r848 61 61 </VHost> 62 62 63 =head1 DESCRIPTION 64 65 Only PLAIN LOGIN and DIGEST-MD5 mechanisms are supported for now (same than 66 in L<Authen::SASL>. DIGEST-MD5 only supports C<auth> qop (quality of 67 protection), so it's strongly advised to throw TLS into the mix, and not 68 solely rely on DIGEST-MD5 (as opposed to C<auth-int> and C<auth-conf>). 69 63 70 =head1 COPYRIGHT 64 71
