strophe js 使用 angular 4 接收一条消息

Posted

技术标签:

【中文标题】strophe js 使用 angular 4 接收一条消息【英文标题】:strophe js receives a single message using with angular 4 【发布时间】:2018-02-28 17:24:41 【问题描述】:

我正在使用 Strophe.js 连接 angular4 中的 XMPP 服务器。 connection.addHandler() 收到一条消息。我在连接成功后添加了这个监听器。

connection.addHandler(this.receiveMessage, null, 'message');

请说出我遗漏或不正确的地方。

【问题讨论】:

【参考方案1】:

确保您的 receivedMessage 函数返回 true 以便在您收到新消息时继续被调用。如果它没有返回true,它只会被调用一次,你必须通过connection.addHandler()再次添加它。

【讨论】:

以上是关于strophe js 使用 angular 4 接收一条消息的主要内容,如果未能解决你的问题,请参考以下文章

Strophe.js 无法连接到 openfire

strophe.min.js 和 strophe.js 的区别?

通过 Bosh 进行的 Openfire 带内注册无法与 Strophe/Strophe.register.js 一起使用

如何在 node.js 中使用 stroph.js 服务器端

使用 Xmpp、strophe.js 进行聊天应用

将 Strophe.js 与 React Native 一起使用