We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f72f0b commit 41c2733Copy full SHA for 41c2733
package.json
@@ -7,7 +7,8 @@
7
},
8
"dependencies": {
9
"hyperapp": "^1.2.10",
10
- "strophe.js": "^1.3.4"
+ "strophe.js": "^1.3.4",
11
+ "strophejs-plugin-muc": "^1.1.0"
12
13
"files": [
14
"dist/",
src/app.js
@@ -27,6 +27,7 @@
27
* @author Anders Evenrud <andersevenrud@gmail.com>
28
* @licence Simplified BSD License
29
*/
30
+import 'strophejs-plugin-muc';
31
import {$pres, Strophe} from 'strophe.js';
32
import {createConnectionWindow} from './connection-window.js';
33
import {createChatWindow} from './chat-window.js';
0 commit comments