openfireagsxmpp

agsxmpp create user account programmatically


I am using agsXMPP library and Openfire server. Works nice. But I can`t find, how can I create new user account (add new user to openfire database) from agsXMPP?


Solution

  • Set RegisterAccount to true. The rest of the code is equal to the normal login code.

    Alex