Remove dependency on the strophe disco plugin
And instead implement it ourselves. This solves a bug with that plugin whereby the connection handlers are added to early and are therefore never fired. Also fixed a problem whereby entity items are queried for features before the features have been fetched.
Showing
... | @@ -68,7 +68,6 @@ | ... | @@ -68,7 +68,6 @@ |
"snabbdom": "0.7.1", | "snabbdom": "0.7.1", | ||
"snyk": "^1.21.2", | "snyk": "^1.21.2", | ||
"strophe.js": "1.2.14", | "strophe.js": "1.2.14", | ||
"strophejs-plugin-disco": "0.0.1", | |||
"strophejs-plugin-ping": "0.0.1", | "strophejs-plugin-ping": "0.0.1", | ||
"strophejs-plugin-register": "0.0.1", | "strophejs-plugin-register": "0.0.1", | ||
"strophejs-plugin-rsm": "0.0.1", | "strophejs-plugin-rsm": "0.0.1", | ||
... | ... |
Please register or sign in to comment