You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gs...@apache.org on 2010/11/10 14:03:14 UTC

svn commit: r1033449 - /qpid/trunk/qpid/doc/book/src/Programming-In-Apache-Qpid.xml

Author: gsim
Date: Wed Nov 10 13:03:14 2010
New Revision: 1033449

URL: http://svn.apache.org/viewvc?rev=1033449&view=rev
Log:
Corrected/clarified sasl mechanism option which is slightly different between c++ and python at present

Modified:
    qpid/trunk/qpid/doc/book/src/Programming-In-Apache-Qpid.xml

Modified: qpid/trunk/qpid/doc/book/src/Programming-In-Apache-Qpid.xml
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/book/src/Programming-In-Apache-Qpid.xml?rev=1033449&r1=1033448&r2=1033449&view=diff
==============================================================================
--- qpid/trunk/qpid/doc/book/src/Programming-In-Apache-Qpid.xml (original)
+++ qpid/trunk/qpid/doc/book/src/Programming-In-Apache-Qpid.xml Wed Nov 10 13:03:14 2010
@@ -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>
 



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org