You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* dev:
change ts() to Demo.api.ts() ,if isDebug=false there should not be error while debug.js is not include
add CHANGELOG.md
strophe.js v1.2.8有bug,IE9连BOSH协议,会报错:XHR open failed. 参照v1.2.2修改了! metajack/strophejs#125
update doc
断线重连: 重新整理相关调用的逻辑 strophe.js 之前重载的几个函数不需要重载了!
webim.config.js: add autoReconnectNumMax and autoReconnectInterval
断线重连: onError: WEBIM_CONNCTION_SERVER_ERROR type=8 自动重连ok
optimizing
add TODO
add doc
but v1.2.2 works fine .
I have compared the code between v1.2.2 and v1.2.8
v1.2.2
v1.2.8
so I try to change this line in v1.2.8:
to
and it works fine!
I think this is a bug!
The text was updated successfully, but these errors were encountered: