How to send message with Openfire's IM gateway plugin

Hi, guys,

I’m trying to send messages to other protocols like MSN, GTALK with Openfire’s IM gateway plugin.

I’ve installed the plugin and added registrations.

I mean how to send messages to those protocols not using clients like Pidgin, iChat …

I’d like to know what’s the commands behind the scenes.

Thank you.

All the best,

Hao Liu

You will have to look into plugin’s source code, which should be available with Openfire source i believe: http://www.igniterealtime.org/downloads/source.jsp

wroot, thank you for your reply.

You can send messages using regular XMPP message stanzas. Take a look at the Core RFC for more information (or any XMPP development tutorial).