Skip to content

Commit fbeaf9c

Browse files
author
Ben Weaver
committed
Updated README.rst to list supported mechanisms.
1 parent b7edc10 commit fbeaf9c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,13 @@
33
=============
44

55
This is an implementation of Simple Authentication and Security Layer
6-
(SASL) for Python. SASL is defined in `RFC 2222`_.
6+
(SASL) for Python. SASL is defined in `RFC 2222`_. Supported
7+
mechanisms_ are:
8+
9+
* PLAIN_
710

811
.. _`RFC 2222`: http://tools.ietf.org/html/rfc2222
12+
.. _mechanisms: http://www.iana.org/assignments/sasl-mechanisms
13+
.. _PLAIN: http://www.ietf.org/rfc/rfc4616.txt
914

1015

0 commit comments

Comments
 (0)