This commit is contained in:
Yann Leboulanger 2006-04-17 22:42:23 +00:00
parent 7b173cdc24
commit ae054b413e
1 changed files with 1 additions and 1 deletions

View File

@ -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