使用同一账号在多个xmpp客户端连接openfire服务器的解决方案

2023-05-16

需要两点:

1. 相同的账号需要使用不同的resource,可用时间戳生成,如 vim@gmail/1359956556,vim@gmail/1359956777。

2. 

http://stackoverflow.com/questions/10731542/support-multiple-login-at-the-same-time-in-openfire-server

This is by design of XMPP, as can be seen in RFC3921, section 11.1 "Inbound Stanzas".

To send messages addressed to a bare JID in openfire to all related full JIDs (resources + bare JID), you need to set the system property route.all-resources with the value true in Openfire (Admin Console > Server Manager > System Properties). You will have to create this system property. Also you would have to set the same priority in both clients.

See also these igniterealtime forums posts.


[文章作者]曾健生

[作者邮箱]zengjiansheng1@126.com

[作者QQ]190678908

[博客]  http://blog.csdn.net/newjueqi

http://blog.sina.com.cn/h6k65


本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

使用同一账号在多个xmpp客户端连接openfire服务器的解决方案 的相关文章

随机推荐