On Wed, Jun 27, 2012 at 5:01 PM, Hariharasudhan Dhakshinamoorthy <[email protected]> wrote: > Hello , > > I am just trying out Apache Vysper i have these two question can someone > direct me please. > > 1. How to set permissions or configure Apache Vysper to allow user > creations/registration dynamically, I am using Smack API to create User > Account on run time i get an exception saying " Server does not support > account creation"
Users cannot create their own accounts with Vysper this way. > 2. I wanted to know how to use Admin Console ? can it be accessed via http, > while building from source there is a separate war file which i noticed > should this be deployed separately. Admin Console can be accessed by XMPP clients supporting XEP-0133. Only some user accounts are allowed to access the admin console, see https://svn.apache.org/viewvc/mina/vysper/trunk/server/admin-console/src/test/java/org/apache/vysper/console/ServerMain.java?view=markup Additionally, the admin console can be exposed via HTTP, as this example shows, too. Bernd
