How do I create Private channel between two user

只愿长相守 提交于 2019-12-06 12:48:33

The Faye documentation provides some very good information on this subject: http://faye.jcoglan.com/security.html

In your case the How should I authenticate clients? is particularly relevant.

The users who are to participate in the private one-to-one chat subscribe to a channel and your application controls who can subscribe to that channel using the authentication techniques mentioned - it only allows the two expected users to participate.

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