summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/book/src/Programming-In-Apache-Qpid.xml21
1 files changed, 16 insertions, 5 deletions
diff --git a/doc/book/src/Programming-In-Apache-Qpid.xml b/doc/book/src/Programming-In-Apache-Qpid.xml
index 419d875bb4..c0a99a50d5 100644
--- a/doc/book/src/Programming-In-Apache-Qpid.xml
+++ b/doc/book/src/Programming-In-Apache-Qpid.xml
@@ -1711,11 +1711,22 @@ try:
string
</entry>
<entry>
- The specific SASL mechanism to use when
- authenticating to the broker. In c++ only a single
- value can be specified at present. In python the
- value can be a space separated list in order of
- preference.
+ The specific SASL mechanism to use with the c++
+ client when authenticating to the broker. Only a
+ single value can be specified at present. [C++ only].
+ </entry>
+ </row>
+ <row>
+ <entry>
+ sasl_mechanisms
+ </entry>
+ <entry>
+ string
+ </entry>
+ <entry>
+ The specific SASL mechanism to use with the python
+ client when authenticating to the broker. The value
+ is a space separated list in order of preference. [Python only].
</entry>
</row>