[tor-commits] [tor-messenger-build/master] projects/instantbird/

sukhbir at torproject.org sukhbir at torproject.org
Tue Jun 30 15:02:17 UTC 2015


commit 0807be9c1edc63c0b2135198b431ae0966b0801e
Author: Sukhbir Singh <sukhbir at torproject.org>
Date:   Tue Jun 30 11:01:55 2015 -0400

    projects/instantbird/
---
 projects/instantbird/xmpp-inband-registration.patch |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/projects/instantbird/xmpp-inband-registration.patch b/projects/instantbird/xmpp-inband-registration.patch
index d8feebb..94084ec 100644
--- a/projects/instantbird/xmpp-inband-registration.patch
+++ b/projects/instantbird/xmpp-inband-registration.patch
@@ -80,7 +80,7 @@ diff --git a/chat/protocols/xmpp/xmpp-session.jsm b/chat/protocols/xmpp/xmpp-ses
        return;
      let now = Date.now();
      if (aJustSentSomething)
-@@ -265,28 +268,98 @@ XMPPSession.prototype = {
+@@ -265,28 +268,97 @@ XMPPSession.prototype = {
                       _("connection.error.startTLSNotSupported"));
          return;
        }
@@ -119,8 +119,7 @@ diff --git a/chat/protocols/xmpp/xmpp-session.jsm b/chat/protocols/xmpp/xmpp-ses
 +        let ww = Cc["@mozilla.org/embedcomp/window-watcher;1"]
 +                   .getService(Ci.nsIWindowWatcher);
 +        let win = ww.openWindow(null, registerWindow, "",
-+                                "centerscreen,chrome,modal,
-+                                resizable=yes,minimizable=no", registerStanza);
++                                "centerscreen,chrome,modal,resizable=yes,minimizable=no", registerStanza);
 +      } else {
 +        this.onError(null, _("connection.error.noRegistrationSupport"));
 +      }



More information about the tor-commits mailing list