nothing
This commit is contained in:
parent
7b173cdc24
commit
ae054b413e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue