i have a problem when registering new accounts on jabberd2 server with smack API:
Exception in thread “main” Server does not support account creation.:
at org.jivesoftware.smack.AccountManager.createAccount(AccountManager.java:159)
for some reason supportsAccountCreation() returns ‘‘false’’
however I can register accounts with Psi jabber client.
can somebody help me to solve this problem?