From ae054b413eb6050dc0bd62d09d6658359097d0a5 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Mon, 17 Apr 2006 22:42:23 +0000 Subject: [PATCH] nothing --- src/common/connection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/connection.py b/src/common/connection.py index 3a61e73e0..7eb654432 100644 --- a/src/common/connection.py +++ b/src/common/connection.py @@ -683,7 +683,7 @@ class Connection(ConnectionHandlers): p = common.xmpp.Presence(jid, 'unsubscribe') self.connection.send(p) - def request_subscription(self, jid, msg, name = '', groups = [], + def request_subscription(self, jid, msg = '', name = '', groups = [], auto_auth = False): if not self.connection: return