[JDEV] sending messages to jabber clients from a Java program
Pär-Ola Zander
languster at hotmail.com
Sat May 11 08:08:46 CDT 2002
> Hi ppl...I am new to the Jabber family and very excited about using this
> great tool...
> After my first round of scanning the existing documents on the web site
> I could not find how to send messages to jabber users from within a Java
> program.
I recommend that you try the Muse Jabber API at: http://www.echomine.org/projects/muse/
If you download the API and compile, you can then look in the Test-directory, the is code that you should be able to modify to suit your purposes. The downside is that the Muse API holds almost all functionality that is specified for a Jabber client using the Jabber protocol, so your client gets fatter than necessary. Since the whole API is free, maybe you can strip it to contain only your needed functionality (for instance send-only functionality).
/Poz
More information about the JDev
mailing list