[elghinn] add common.xmpp.NS_PING in disco#info
This commit is contained in:
parent
1600ebf73b
commit
fbd89e8d90
1 changed files with 1 additions and 0 deletions
|
@ -743,6 +743,7 @@ class ConnectionDisco:
|
||||||
q.addChild('feature', attrs = {'var': common.xmpp.NS_XHTML_IM})
|
q.addChild('feature', attrs = {'var': common.xmpp.NS_XHTML_IM})
|
||||||
|
|
||||||
if node is None:
|
if node is None:
|
||||||
|
q.addChild('feature', attrs = {'var': common.xmpp.NS_PING})
|
||||||
q.addChild('feature', attrs = {'var': common.xmpp.NS_TIME_REVISED})
|
q.addChild('feature', attrs = {'var': common.xmpp.NS_TIME_REVISED})
|
||||||
|
|
||||||
if q.getChildren():
|
if q.getChildren():
|
||||||
|
|
Loading…
Add table
Reference in a new issue