Config Openfire server

Hi,

Is there a way to config Openfire server to send a message to another application server listening a on port? For example. I have a user1 on openfire server # 1 who is sending a message to user2 on openfire server #2. I want to configure openfire server #1 to send the message, from user1, to a guard and have the guard forward the message to openfire server#2.

Thanks for any help,
-ricky

Hi Ricky,

XMPP / messaging does not support such a feature as far as I know. So you need a special client which allows “forwarding” (probably based on Smack) and a packet interceptor plugin within Openfire.

LG