commit 0b55b0fed0d43022fba3db1665304db74eeb13ce Author: Sukhbir Singh sukhbir@torproject.org Date: Sun May 10 09:29:27 2015 -0400
Add locale string for options.domain (usernameSplits) --- projects/instantbird/config | 1 + projects/instantbird/xmpp-domain.patch | 11 +++++++++++ 2 files changed, 12 insertions(+)
diff --git a/projects/instantbird/config b/projects/instantbird/config index 0d42169..38a3deb 100644 --- a/projects/instantbird/config +++ b/projects/instantbird/config @@ -71,6 +71,7 @@ input_files: - filename: ctcp-ping.patch - filename: xmpp-onion.patch - filename: xmpp-resource.patch + - filename: xmpp-domain.patch - filename: xmpp-username-split.patch - filename: version.patch - filename: branding/name.patch diff --git a/projects/instantbird/xmpp-domain.patch b/projects/instantbird/xmpp-domain.patch new file mode 100644 index 0000000..a7d94a4 --- /dev/null +++ b/projects/instantbird/xmpp-domain.patch @@ -0,0 +1,11 @@ +diff --git a/chat/locales/en-US/xmpp.properties b/chat/locales/en-US/xmpp.properties +--- a/chat/locales/en-US/xmpp.properties ++++ b/chat/locales/en-US/xmpp.properties +@@ -79,6 +79,7 @@ + options.connectionSecurity.allowUnencryptedAuth=Allow sending the password unencrypted + options.connectServer=Server + options.connectPort=Port ++options.domain=Domain + + # LOCALIZATION NOTE (*.protocolName) + # This name is used whenever the name of the protocol is shown.
tor-commits@lists.torproject.org