问题标签 [muc]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
xmpp - MUC 房间被锁定,默认安装 tigase
我已经安装了带有基本配置的 tigase7.0.2。
现在我正在使用已安装的服务器执行 MUC,代码如下:
用于创建房间
加入房间
当我加入房间时,Toast 中会出现以下消息。
当我加入房间时,它会在日志中出现以下错误。
ios - 在 openfire XMPP 中,如何在任何房间被创建或销毁时得到通知?
我想订阅conference.xmpp.myserver.com,以便在conference.xmpp.myserver.com 下创建或销毁任何房间时,我希望我的应用程序得到通知。我正在使用 iOS 应用程序中的 XMPP API。我知道如果我知道房间 JID,我可以订阅房间或获取任何特定房间的迪斯科#items。但是,如果在 Conference.xmpp.myserver.com 下创建或销毁任何房间,我如何获得通知?
如果有人可以提供帮助,我将不胜感激。