Re: [jdev] It is possible to write a java proxy between a client jive-wildfire ?

2006-01-01 Thread Trejkaz
On Saturday 31 December 2005 22:53, Abdeltif Nouqrat wrote: Hi, in order to sniff the exchanged packets from/to jive-wildfire and filter specific packets, I want to write a proxy between jabber client and the server. First I want to know if that's possible. If yes, what are the information

[jdev] It is possible to write a java proxy between a client jive-wildfire ?

2005-12-31 Thread Abdeltif Nouqrat
Hi, in order to sniff the exchanged packets from/to jive-wildfire and filter specific packets, I want to write a proxy between jabber client and the server. First I want to know if that's possible. If yes, what are the information needed and which steps should I do to do that. Please HELP ! Good

RE: [jdev] It is possible to write a java proxy between a client jive-wildfire ?

2005-12-31 Thread Matt Tucker
Abdelatif, Any reason it needs to be implemented as an external proxy? If you write a Wildfire plugin, you can use the server API to directly intercept and filter incoming and outgoing packets. The Content Filter plugin is a good example of this: http://www.jivesoftware.org/wildfire/plugins.jsp