Client for openfire

Hi all

I want to develop a Jabber client for one of my academic purpose and I hope to use openfire as the Jabber server. So how I consume the openfire services or is there any api which should be used by the client developers ?

cheers

Nishantha

Jabber/XMPP is a well standardized protocol. All clients that claim to understand Jabber/XMPP are compatible with Openfire. You will find documentation on http://www.xmpp.org/

However you could use Smack as API. You could also modify an existing open source Jabber client, e.g. Psi