Its a bit sad that java is totally lacking any sort of embeddable or componentized server-side XMPP libraries. There is Tigase and Openfire servers, but they are just that, servers and not meant to build new servers or to be embedded, as far as I know.
I have also failed to find any examples or libraries for creating component connections to XMPP servers, although they are meant to be very similar to client connections.
Edit: Actually, seems there are ways to use PubSub from java which should be good enough for me: http://www.igniterealtime.org/community/thread/38292
Subscribe to:
Post Comments (Atom)
1 comment:
I dont think you are looking hard enough. ignite has whack, and Tinder, plus there are projects like this which would be great to revive:
http://yaja.sourceforge.net
or
http://github.com/Communitivity
Post a Comment