Externalized message parsing and processing
Robotizeme.net’s architecture was conceived to decouple instant messaging from message processing. Message processing consist in parsing (if required) the string that was typed by somebody and doing something with it.
Being a java application, 99% of the parsers were implemented in code, with one notable exception. The ‘Proxy’ personality is programmed in a way [...]


