Implemented node announces, node list and announce stream management.

This commit is contained in:
Mark Qvist 2021-08-26 21:37:27 +02:00
parent 12568c503f
commit ef974d973e
3 changed files with 218 additions and 20 deletions

View file

@ -26,8 +26,6 @@ class Conversation:
# Add the announce to the directory announce
# stream logger
# TODO: REMOVE
RNS.log("Received LXMF announce from: "+destination_hash_text)
app.directory.lxmf_announce_received(destination_hash, app_data)
@staticmethod