Posting messages to a specific chat rooms externally

Hi,

We are looking to intergrated our build process with WildFire IM server, specifically we’'d like to have our Finalbuider product that manages our builds to send IM messages to WildFire server specific chat room that lets the users know about the build statuses. Has anyone tried to do this with other build tool?

Thanks

Hi,

has your buildtool a Java (or C or PHP) API which allows you to run a Java program using Smack to connect to Wildfire?

It could make more sense to use pubsub instead of a chat room if the users have clients with pubsub support.

I didn’'t write a client to do this, this should be easy using the Smack API.

LG