From 367283cac64f43994c6932d39e954cc02027b9d0 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Fri, 9 May 2008 07:45:50 +0000 Subject: Make ANONYMOUS the default mechanism git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@654712 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/python/qpid/delegates.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/python') diff --git a/qpid/python/qpid/delegates.py b/qpid/python/qpid/delegates.py index c958313671..f31d9a0f09 100644 --- a/qpid/python/qpid/delegates.py +++ b/qpid/python/qpid/delegates.py @@ -129,7 +129,7 @@ class Client(Delegate): 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() -- cgit v1.2.1