We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7edc10 commit fbeaf9cCopy full SHA for fbeaf9c
README.rst
@@ -3,8 +3,13 @@
3
=============
4
5
This is an implementation of Simple Authentication and Security Layer
6
-(SASL) for Python. SASL is defined in `RFC 2222`_.
+(SASL) for Python. SASL is defined in `RFC 2222`_. Supported
7
+mechanisms_ are:
8
+
9
+ * PLAIN_
10
11
.. _`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
14
15
0 commit comments