typo
This commit is contained in:
parent
2352ddfd02
commit
411aaa1f7b
1 changed files with 1 additions and 2 deletions
|
@ -782,8 +782,7 @@ class Connection(ConnectionHandlers):
|
||||||
|
|
||||||
p = common.xmpp.Presence(jid, 'subscribe')
|
p = common.xmpp.Presence(jid, 'subscribe')
|
||||||
if user_nick:
|
if user_nick:
|
||||||
msg_iq.setTag('nick', namespace = common.xmpp.NS_NICK).setData(
|
p.setTag('nick', namespace = common.xmpp.NS_NICK).setData(user_nick)
|
||||||
user_nick)
|
|
||||||
p = self.add_sha(p)
|
p = self.add_sha(p)
|
||||||
if msg:
|
if msg:
|
||||||
p.setStatus(msg)
|
p.setStatus(msg)
|
||||||
|
|
Loading…
Add table
Reference in a new issue