Documentation for OpenFire

Hi,

I want to connect top openfire using C#.net library jabber-net http://code.google.com/p/jabber-net/ but I’m not sure where should i start from. I’ve installed the server, configured the database etc. Where is the rest of the documentation to help me get going regarding XMPP?

Regards

This is all documentation which is available http://www.igniterealtime.org/projects/openfire/documentation.jsp including javadocs with api documentation. But i think you need something else. You want to create a client connection (or not?), so Openfire documentation is not what you need here i think. You need a documentation of that library telling how to connect to standard xmpp server.