Skip to content

Commit 41c2733

Browse files
committed
Added MUC plugin
1 parent 1f72f0b commit 41c2733

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
},
88
"dependencies": {
99
"hyperapp": "^1.2.10",
10-
"strophe.js": "^1.3.4"
10+
"strophe.js": "^1.3.4",
11+
"strophejs-plugin-muc": "^1.1.0"
1112
},
1213
"files": [
1314
"dist/",

src/app.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
* @author Anders Evenrud <andersevenrud@gmail.com>
2828
* @licence Simplified BSD License
2929
*/
30+
import 'strophejs-plugin-muc';
3031
import {$pres, Strophe} from 'strophe.js';
3132
import {createConnectionWindow} from './connection-window.js';
3233
import {createChatWindow} from './chat-window.js';

0 commit comments

Comments
 (0)