mirror of https://github.com/EdgeVPNio/evio.git
Remove signalling announce
parent
90ffd60a90
commit
74833e35d0
|
@ -268,8 +268,6 @@ class XmppTransport(slixmpp.ClientXMPP):
|
||||||
self._overlay_id,
|
self._overlay_id,
|
||||||
sender_jid,
|
sender_jid,
|
||||||
)
|
)
|
||||||
payload = self.boundjid.full + "#" + self._node_id
|
|
||||||
self.send_msg(sender_jid, "announce", payload)
|
|
||||||
elif pstatus == "uid?":
|
elif pstatus == "uid?":
|
||||||
# a request for our jid
|
# a request for our jid
|
||||||
if receiver_jid == self.boundjid and self._node_id == node_id:
|
if receiver_jid == self.boundjid and self._node_id == node_id:
|
||||||
|
|
Loading…
Reference in New Issue