hermetooliveira/monitoramentochat
A message monitoring system should be implemented a chat. Both chat users and messages must be implemented like tuples in a tuple space. There must be a special tuple, called spy, which will monitor all chat messages. Whenever a message having a certain group of words "suspicious" the spy must send a message to the mediator alerting this process. These messages must be deposited in a topic on a Messaging server (MOM), installed in a remote machine, and the mediator must be a process that registers interest on that topic and is notified whenever a new notification arrives. This notification, in turn, it must be presented on the mediator's screen.
No issues in this repository yet.