Browse Source

Whitelist jid, sid and rid as well.

JC Brand 12 năm trước cách đây
mục cha
commit
5682473426
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  1. 4 1
      converse.js

+ 4 - 1
converse.js

@@ -71,7 +71,10 @@
             'show_controlbox_by_default',
             'xhr_user_search',
             'connection',
-            'testing'
+            'testing',
+            'jid',
+            'sid',
+            'rid'
         ];
         _.extend(this, _.pick(settings, whitelist));