Message integration

Hello.

In our company we are developing web site where we want to integrate our own messaging system with IM clients (just like a facebook did). So if you send a message from our system it appears as well on IM client but it is not a problem. More difficult task is to handle the other way round - to capture messages from XMPP and provide them to our messaging system.

Is there any way to for example capture all messages sent via Openfire or add to Openfire custom action while new message arrives?

Brgds

The Openfire API allows to intercept all messages received and sent messages. As it’s open source and there are already some blocking plugins it should be quite easy to write such a plugin.