How to register a new user on XMPP using (a)Smack library

前端 未结 9 1096
南笙
南笙 2020-12-28 19:10

I have set up a xmpp server and android client using the great post here... I have some pre defined users set up in the xmpp server and i could login with those credentials.

9条回答
  •  情话喂你
    2020-12-28 19:52

    I solved it by developing a webservice that takes the username and password as post parameters. If we post the username and pasword, the webservice registers a new user.

    Instead of signing up from the app i found this to be rather simple...

提交回复
热议问题