what is in-band registration in xmpp?

女生的网名这么多〃 提交于 2019-12-21 16:50:48

问题


sorry to have to ask, but I don't know what this term means, and can't find a simple definition.

I want to know if I need to enable this in order to users to use their iphone client that I am writing to register a brand new account with my openfire server.

Thanks!


回答1:


In-band registration means that users that do not have an account on your server can register one using the XMPP protocol itself, so the registration stays "in band", inside the same protocol you're already using. That's opposed to doing the registration out-of-band, for example by having to go to a website to sign up and then returning to the XMPP client software. XMPP specifies the in-band method of registration in XEP-0077 and many XMPP clients support it.



来源:https://stackoverflow.com/questions/8411970/what-is-in-band-registration-in-xmpp

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