Procházet zdrojové kódy

Expresses the desire to have the conference focus invited into the MUC ASAP.

dev1
Lyubomir Marinov před 9 roky
rodič
revize
6bb7eadf9a
1 změnil soubory, kde provedl 5 přidání a 0 odebrání
  1. 5
    0
      modules/xmpp/moderator.js

+ 5
- 0
modules/xmpp/moderator.js Zobrazit soubor

267
         function (error) {
267
         function (error) {
268
             self._allocateConferenceFocusError(error);
268
             self._allocateConferenceFocusError(error);
269
         });
269
         });
270
+    // XXX We're pressed for time here because we're beginning a complex and/or
271
+    // lengthy conference-establishment process which supposedly involves
272
+    // multiple RTTs. We don't have the time to wait for Strophe to decide to
273
+    // send our IQ.
274
+    this.connection.flush();
270
 };
275
 };
271
 
276
 
272
 /**
277
 /**

Načítá se…
Zrušit
Uložit