Chatter provides a simple text chat interface for Peers in Utopia. It provides support for private and public (group wide) messaging.
create a new Chatter
addrBook |
an AddrBook where Peers are registered |
post |
A Boolean indicating whether receieved chat messages are printed in the post window. |
oscPath |
the oscPath to use for relaying |
encryptor |
an (optional) encryptor for chat messages |
a new Chatter
when true, Chatter prints received messages to the post window
a Boolean
Send a message to all Peers in this Chatter's AddrBook
chat |
a String containing the message |
Send a message to one Peer in this Chatter's AddrBook
name |
The name of the Peer to send to. |
chat |
a String containing the message |
remove the Chatter by freeing its oscFunc.