do not add a default subscription message.
This commit is contained in:
parent
0ee02dd62f
commit
23396f8f59
|
@ -795,9 +795,8 @@ class Connection(ConnectionHandlers):
|
||||||
df = self.build_user_nick(user_nick)
|
df = self.build_user_nick(user_nick)
|
||||||
p.addChild(node = df)
|
p.addChild(node = df)
|
||||||
p = self.add_sha(p)
|
p = self.add_sha(p)
|
||||||
if not msg:
|
if msg:
|
||||||
msg = _('I would like to add you to my roster.')
|
p.setStatus(msg)
|
||||||
p.setStatus(msg)
|
|
||||||
self.connection.send(p)
|
self.connection.send(p)
|
||||||
|
|
||||||
def send_authorization(self, jid):
|
def send_authorization(self, jid):
|
||||||
|
|
Loading…
Reference in New Issue