如何从服务中调用strophejs-plugin-chatstates?

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何从服务中调用strophejs-plugin-chatstates?相关的知识,希望对你有一定的参考价值。

我已经安装了strophejs-plugin-chatstates,以一对一的聊天方式发送用户的合成状态。我的代码中存在与本地strophe的连接

this.connection = new Strophe.Connection(`$EJABBERD_URL/bosh`,
   mechanisms: [] );

strophejs-plugin-mam,其用法如下

this.connection.mam.query(jid, options);

但是,如果我使用发送发送合成状态,则会出现错误>

this.connection.chatstates.sendComposing(jid, type);

错误是:

ERROR TypeError: Cannot read property 'sendComposing' of undefined

我写错了吗?或如何将聊天状态与我的服务联系起来?

我已经安装了strophejs-plugin-chatstates,以一对一的聊天方式发送用户的合成状态。我的代码中存在与本地口号this.connection = new Strophe.Connection(`$ ...

答案

将不得不在angular.json文件中添加该特定node_module的路径以进行连接。

以上是关于如何从服务中调用strophejs-plugin-chatstates?的主要内容,如果未能解决你的问题,请参考以下文章

如何从 MVC 应用程序发出的 WCF 服务调用中获取域\用户名?

如何从烧瓶中调用另一个 web 服务 api

如何从 javascript 调用 WCF 服务?

如何从 gsp 调用 Grails 服务?

如何调用从 Web 服务返回数组的函数?

我如何从服务类或模型类中调用渲染?