Java – How do the clients register at openfire server

javaopenfirexmpp

I have installed openfire. How can the clients register themselves on the server ? Do I have to write separate code for that ? I mean, do I have to write some kind of action handler for that ?

Best Answer

There's a plugin to handle user registration. See here.

Related Topic