Hi,
Echomine will soon be releasing a new XMPP library that will replace
the current Echomine Muse library. This library implements 90% of
all XMPP features and is easy to add custom features and codes.
The first release is coming soon as I am just cleaning up the code
and adding a few additional features to the library before the
release. I am looking to release the first distribution by the end
of this week.
Thanks,
Chris
On May 22, 2006, at 9:18 AM, Jacques Belissent wrote:
JSO is also used in netbeans for client side code. You *might*
find some of the examples in there relevant to your objectives.
cvs -d :pserver:[EMAIL PROTECTED]:/cvs co collab/service
bigger picture at
http://collab.netbeans.org
hth,
Jacques
Trejkaz wrote:
On Saturday 20 May 2006 03:10, Christian Cantrell wrote:
Can anyone recommend any Java XMPP libraries suitable for writing
external components. Smack seems restricted to clients, and I can't
make heads or tails of JSO.
I've always used JSO to make components, it turns out to be fairly
simple if you borrow the component example code and work from there.
TX