Tootsville.Gossip.send
Function
Tootsville.Gossip.send is a function with lambda list: (c, d, r, a, v)
Broadcast a packet.
The constructed packet will be signed and broadcast to each of the
mesh partners in the gossipnet.
- c
- is the command;
- d
- is the command's data (if any);
- r
- is the target Recipient (originally Room), which defaults to '$World',
- a
- is the author (default self), and
- v
- (via), if present, prevents
rebroadcasting the packet to the original sender. V (via) is expected
to be null, or an array of UUIDs.