Sending message to the Wildfire Users from another application

Hello!

Please let me know how it is possible to send a message to WildFire server users from another application, suppose for notification, information or other purpose?

For example, My local wildfire address is zoer@wildfire.firm.local, I want to send a message from my UPS about power failure?

Best Regards,

Andrew

Programmer

you could use the smack api if you’'re comfortable with java - http://www.jivesoftware.org/smack/.

or if you are comfortable with perl check out this thread.

in the particular case of a UPS, i’'m guessing there is probably a “hook” script that you could modify to call java or perl and send the message.

-chip