hi, as part of a project here I'd like to be able to route all chat of any kind (and maybe other things that contain user-defined text, such as presence messages?) from every user through some kind of program which checked for certain strings. If the packet contained a particular string it would be discarded and hence never be seen by anyone else, otherwise the packet would continue to the server unmodified and be seen by whoever else is chatting to that user.
The idea is that people can chat to each other freely, but if someone types a certain string then that entire piece of chat is completely discarded - as though the person never typed at all, and no-one else ever sees it. I'm sure someone must have done this but I haven't yet found any examples. Could anyone give any pointers? I'm guessing it might work like the external authentication daemon we've got running (based on http://www.snoogans.co.uk/jabber/index.htm#xdb_auth_cpile ). regards P http://www.bbc.co.uk/ This e-mail (and any attachments) is confidential and may contain personal views which are not the views of the BBC unless specifically stated. If you have received it in error, please delete it from your system. Do not use, copy or disclose the information in any way nor act in reliance on it and notify the sender immediately. Please note that the BBC monitors e-mails sent or received. Further communication will signify your consent to this. _______________________________________________ jdev mailing list [email protected] http://mail.jabber.org/mailman/listinfo/jdev
