Augis
Augis

Reputation: 1953

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?

Upvotes: 1

Views: 1072

Answers (1)

Alex
Alex

Reputation: 4136

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

Alex

Upvotes: 2

Related Questions