Remove signalling announce

master
Ken 2023-12-28 01:26:16 +00:00
parent 90ffd60a90
commit 74833e35d0
1 changed files with 0 additions and 2 deletions

View File

@ -268,8 +268,6 @@ class XmppTransport(slixmpp.ClientXMPP):
self._overlay_id,
sender_jid,
)
payload = self.boundjid.full + "#" + self._node_id
self.send_msg(sender_jid, "announce", payload)
elif pstatus == "uid?":
# a request for our jid
if receiver_jid == self.boundjid and self._node_id == node_id: