标签: xmpp strophe strophe.js
我对XMPP很陌生。我安装了ejabberd,并且正在尝试从Strophe.js下载获得的基本示例来建立连接。
connection = new Strophe.Connection(BOSH_SERVICE);
但是,出现以下错误
Strophe.Connection is not a constructor
我不太了解这里的问题