Author: gsim
Date: Fri May  9 00:45:50 2008
New Revision: 654712

URL: http://svn.apache.org/viewvc?rev=654712&view=rev
Log:
Make ANONYMOUS the default mechanism


Modified:
    incubator/qpid/trunk/qpid/python/qpid/delegates.py

Modified: incubator/qpid/trunk/qpid/python/qpid/delegates.py
URL: 
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/python/qpid/delegates.py?rev=654712&r1=654711&r2=654712&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/python/qpid/delegates.py (original)
+++ incubator/qpid/trunk/qpid/python/qpid/delegates.py Fri May  9 00:45:50 2008
@@ -129,7 +129,7 @@
     self.connection.read_header()
 
   def connection_start(self, ch, start):
-    ch.connection_start_ok(client_properties=Client.PROPERTIES)
+    ch.connection_start_ok(client_properties=Client.PROPERTIES, 
mechanism="ANONYMOUS")
 
   def connection_tune(self, ch, tune):
     ch.connection_tune_ok()


Reply via email to