在 Angular 6 中连接到 Strophe.js
Posted
技术标签:
【中文标题】在 Angular 6 中连接到 Strophe.js【英文标题】:Connecting to Strophe.js in Angular 6 【发布时间】:2018-12-17 14:52:49 【问题描述】:我已通过将 Strophe.js 文件放置在资产中来连接到 Strophe.js,并且连接成功。但是在连接到它之后,用户界面就挂了。有没有人可以帮忙
【问题讨论】:
【参考方案1】:什么是绞死? Strophe.js 不会阻止该过程。 我记得像这样连接(不是确切的代码):
var callback = function(condition)
// according to condition decide if connected or not
// and if connected, UI: form login panel to main panel(include friends list and so on)
Strophe.connection(jid, password, callback);
并且没有理由挂起 UI。您可以使用浏览器调试工具来跟踪您的代码并找出它挂在哪里
【讨论】:
以上是关于在 Angular 6 中连接到 Strophe.js的主要内容,如果未能解决你的问题,请参考以下文章
在 express.js 中连接到 Mongodb-Native-Driver
在nodejs中连接到heroku postgres db时出错