Просмотр исходного кода

Merge pull request #64 from bgrozev/disable-rtx

Disables rtx.
dev1
George Politis 9 лет назад
Родитель
Сommit
967ee8980c
1 измененных файлов: 5 добавлений и 3 удалений
  1. 5
    3
      modules/xmpp/moderator.js

+ 5
- 3
modules/xmpp/moderator.js Просмотреть файл

171
                 value: value
171
                 value: value
172
             }).up();
172
             }).up();
173
     }
173
     }
174
-    if (options.disableRtx !== undefined) {
174
+    // TODO: re-enable once rtx is stable
175
+    //if (options.disableRtx !== undefined) {
175
         elem.c(
176
         elem.c(
176
             'property', {
177
             'property', {
177
                 name: 'disableRtx',
178
                 name: 'disableRtx',
178
-                value: options.disableRtx
179
+                //value: options.disableRtx
180
+                value: true
179
             }).up();
181
             }).up();
180
-    }
182
+    //}
181
     if (options.openSctp !== undefined) {
183
     if (options.openSctp !== undefined) {
182
         elem.c(
184
         elem.c(
183
             'property', {
185
             'property', {

Загрузка…
Отмена
Сохранить