Parse and Xmpp login at the same time with facebook intergation

大憨熊 提交于 2020-01-03 03:10:33

问题


I am in the process of building a cross platform messaging application. Using parse.com and XMPPserver i have already created the prase user. so it is possible to login into same server at the same time. i am having pblm in login with the xmpp server.


回答1:


Parse.com provides back-end support for your mobile application.You have already used openfire as back-end so you can not login to parse.com as a user which was created in your server.

There is a way that you can register user at both parse and openfire. But it might cause some issues.It may not sync or you need to sync the data like user contacts,chat history etc. manually.For more do your own research.I don't know much about parse. Hope it will help.



来源:https://stackoverflow.com/questions/29096391/parse-and-xmpp-login-at-the-same-time-with-facebook-intergation

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!