Commit 06805d80 authored by JC Brand's avatar JC Brand

New release 2.0.4

parent c16dac14
{
"name": "converse.js",
"description": "Web-based XMPP/Jabber chat client written in javascript",
"version": "2.0.3",
"version": "2.0.4",
"license": "MPL-2.0",
"devDependencies": {
"bootstrap": "~3.2.0",
......
This diff is collapsed.
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
This source diff could not be displayed because it is too large. You can view the blob instead.
# Changelog
## 2.0.4 (Unreleased)
## 2.0.4 (2016-12-13)
- #737: Bugfix. Translations weren't being applied. [jcbrand]
- Fetch room info and store it on the room model.
For context, see: http://xmpp.org/extensions/xep-0045.html#disco-roominfo [jcbrand]
......@@ -12,9 +12,7 @@
- Fix empty controlbox toggle after disconnect. [jcbrand]
- When inviting someone to a members-only room, first add them to the member
list. [jcbrand]
- New configuration setting
[muc_disable_moderator_commands](https://conversejs.org/docs/html/configuration.html#muc_disable_moderator_commands)
[jcbrand]
- New configuration setting [muc_disable_moderator_commands](https://conversejs.org/docs/html/configuration.html#muc_disable_moderator_commands) [jcbrand]
## 2.0.3 (2016-11-30)
- #735 Room configuration button not visible. [jcbrand]
......
......@@ -48,9 +48,9 @@ copyright = u'2014, JC Brand'
# built documents.
#
# The short X.Y version.
version = '2.0.3'
version = '2.0.4'
# The full version, including alpha/beta/rc tags.
release = '2.0.3'
release = '2.0.4'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
......
......@@ -114,10 +114,6 @@
null,
"Kontakte"
],
"Connecting": [
null,
"Verbind tans"
],
"XMPP Username:": [
null,
"XMPP Gebruikersnaam:"
......@@ -250,13 +246,9 @@
null,
""
],
"Disconnected": [
null,
"Ontkoppel"
],
"The connection to the chat server has dropped": [
"Connecting": [
null,
""
"Verbind tans"
],
"Authenticating": [
null,
......@@ -266,6 +258,14 @@
null,
"Bekragtiging het gefaal"
],
"Disconnected": [
null,
"Ontkoppel"
],
"The connection to the chat server has dropped": [
null,
""
],
"Sorry, there was an error while trying to add ": [
null,
""
......@@ -278,7 +278,7 @@
null,
"Maak hierdie kletskas toe"
],
"Minimize this box": [
"Minimize this chat box": [
null,
"Minimeer hierdie kletskas"
],
......@@ -290,10 +290,6 @@
null,
"Geminimaliseer"
],
"Minimize this chat box": [
null,
"Minimeer hierdie kletskas"
],
"This room is not anonymous": [
null,
"Hierdie vertrek is nie anoniem nie"
......@@ -306,10 +302,6 @@
null,
"Hierdie vertrek wys nie onbeskikbare lede nie"
],
"Non-privacy-related room configuration has changed": [
null,
"Nie-privaatheidverwante kamer instellings het verander"
],
"Room logging is now enabled": [
null,
"Kamer log is nou aangeskakel"
......@@ -318,10 +310,6 @@
null,
"Kamer log is nou afgeskakel"
],
"This room is now non-anonymous": [
null,
"Hiedie kamer is nou nie anoniem nie"
],
"This room is now semi-anonymous": [
null,
"Hierdie kamer is nou gedeeltelik anoniem"
......@@ -386,10 +374,6 @@
null,
"Verskuil die lys van deelnemers"
],
"Error: could not execute the command": [
null,
"Fout: kon nie die opdrag uitvoer nie"
],
"Error: the \"": [
null,
""
......@@ -398,6 +382,10 @@
null,
"Is u seker dat u die boodskappe in hierdie kamer wil verwyder?"
],
"Error: could not execute the command": [
null,
"Fout: kon nie die opdrag uitvoer nie"
],
"Change user's affiliation to admin": [
null,
"Verander die gebruiker se affiliasie na admin"
......@@ -450,10 +438,6 @@
null,
"Laat stilgemaakte gebruiker toe om weer boodskappe te plaas"
],
"An error occurred while trying to save the form.": [
null,
"A fout het voorgekom terwyl probeer is om die vorm te stoor."
],
"The nickname you chose is reserved or currently in use, please choose a different one.": [
null,
""
......
This diff is collapsed.
......@@ -115,10 +115,6 @@
null,
"Contactes"
],
"Connecting": [
null,
"S'està establint la connexió"
],
"XMPP Username:": [
null,
"Nom d'usuari XMPP:"
......@@ -243,13 +239,9 @@
null,
""
],
"Disconnected": [
null,
""
],
"The connection to the chat server has dropped": [
"Connecting": [
null,
""
"S'està establint la connexió"
],
"Authenticating": [
null,
......@@ -259,6 +251,14 @@
null,
"Error d'autenticació"
],
"Disconnected": [
null,
""
],
"The connection to the chat server has dropped": [
null,
""
],
"Sorry, there was an error while trying to add ": [
null,
"S'ha produït un error en intentar afegir "
......@@ -267,6 +267,10 @@
null,
"Aquest client no admet les subscripcions de presència"
],
"Minimize this chat box": [
null,
"Minimitza aquest quadre del xat"
],
"Click to restore this chat": [
null,
"Feu clic per restaurar aquest xat"
......@@ -275,10 +279,6 @@
null,
"Minimitzat"
],
"Minimize this chat box": [
null,
"Minimitza aquest quadre del xat"
],
"This room is not anonymous": [
null,
"Aquesta sala no és anònima"
......@@ -291,10 +291,6 @@
null,
"Aquesta sala no mostra membres no disponibles"
],
"Non-privacy-related room configuration has changed": [
null,
"S'ha canviat la configuració de la sala no relacionada amb la privadesa"
],
"Room logging is now enabled": [
null,
"El registre de la sala està habilitat"
......@@ -303,10 +299,6 @@
null,
"El registre de la sala està deshabilitat"
],
"This room is now non-anonymous": [
null,
"Aquesta sala ara no és anònima"
],
"This room is now semi-anonymous": [
null,
"Aquesta sala ara és parcialment anònima"
......@@ -371,10 +363,6 @@
null,
"Amaga la llista d'ocupants"
],
"Error: could not execute the command": [
null,
"Error: no s'ha pogut executar l'ordre"
],
"Error: the \"": [
null,
"Error: el \""
......@@ -383,6 +371,10 @@
null,
"Segur que voleu esborrar els missatges d'aquesta sala?"
],
"Error: could not execute the command": [
null,
"Error: no s'ha pogut executar l'ordre"
],
"Change user's affiliation to admin": [
null,
"Canvia l'afiliació de l'usuari a administrador"
......@@ -435,10 +427,6 @@
null,
"Permet que un usuari silenciat publiqui missatges"
],
"An error occurred while trying to save the form.": [
null,
"S'ha produït un error en intentar desar el formulari."
],
"The nickname you chose is reserved or currently in use, please choose a different one.": [
null,
""
......
This diff is collapsed.
This diff is collapsed.
......@@ -111,10 +111,6 @@
null,
"Kontakte"
],
"Connecting": [
null,
"Verbindungsaufbau …"
],
"XMPP Username:": [
null,
"XMPP Benutzername"
......@@ -239,13 +235,9 @@
null,
""
],
"Disconnected": [
null,
""
],
"The connection to the chat server has dropped": [
"Connecting": [
null,
""
"Verbindungsaufbau …"
],
"Authenticating": [
null,
......@@ -255,6 +247,14 @@
null,
"Authentifizierung gescheitert"
],
"Disconnected": [
null,
""
],
"The connection to the chat server has dropped": [
null,
""
],
"Sorry, there was an error while trying to add ": [
null,
""
......@@ -263,6 +263,10 @@
null,
""
],
"Minimize this chat box": [
null,
""
],
"Click to restore this chat": [
null,
"Hier klicken um diesen Chat wiederherzustellen"
......@@ -271,10 +275,6 @@
null,
"Minimiert"
],
"Minimize this chat box": [
null,
""
],
"This room is not anonymous": [
null,
"Dieser Raum ist nicht anonym"
......@@ -287,10 +287,6 @@
null,
"Dieser Raum zeigt jetzt nicht verfügbare Mitglieder nicht an"
],
"Non-privacy-related room configuration has changed": [
null,
"Die Raumkonfiguration hat sich geändert (nicht Privatsphäre relevant)"
],
"Room logging is now enabled": [
null,
"Nachrichten in diesem Raum werden ab jetzt protokolliert."
......@@ -299,10 +295,6 @@
null,
"Nachrichten in diesem Raum werden nicht mehr protokolliert."
],
"This room is now non-anonymous": [
null,
"Dieser Raum ist jetzt nicht anonym"
],
"This room is now semi-anonymous": [
null,
"Dieser Raum ist jetzt teils anonym"
......@@ -363,10 +355,6 @@
null,
"Nachricht"
],
"Error: could not execute the command": [
null,
"Fehler: Konnte den Befehl nicht ausführen"
],
"Error: the \"": [
null,
""
......@@ -375,6 +363,10 @@
null,
"Sind Sie sicher, dass Sie alle Nachrichten in diesem Raum löschen möchten?"
],
"Error: could not execute the command": [
null,
"Fehler: Konnte den Befehl nicht ausführen"
],
"Change user's affiliation to admin": [
null,
""
......@@ -423,10 +415,6 @@
null,
""
],
"An error occurred while trying to save the form.": [
null,
"Beim Speichern des Formulars ist ein Fehler aufgetreten."
],
"The nickname you chose is reserved or currently in use, please choose a different one.": [
null,
""
......
This diff is collapsed.
......@@ -123,10 +123,6 @@
null,
""
],
"Connecting": [
null,
""
],
"XMPP Username:": [
null,
""
......@@ -255,15 +251,11 @@
null,
""
],
"Disconnected": [
null,
""
],
"The connection to the chat server has dropped": [
"Connection error": [
null,
""
],
"Connection error": [
"Connecting": [
null,
""
],
......@@ -279,6 +271,14 @@
null,
""
],
"Disconnected": [
null,
""
],
"The connection to the chat server has dropped": [
null,
""
],
"Sorry, there was an error while trying to add ": [
null,
""
......@@ -291,7 +291,7 @@
null,
""
],
"Minimize this box": [
"Minimize this chat box": [
null,
""
],
......@@ -303,10 +303,6 @@
null,
""
],
"Minimize this chat box": [
null,
""
],
"This room is not anonymous": [
null,
"This room is not anonymous"
......@@ -319,10 +315,6 @@
null,
"This room does not show unavailable members"
],
"Non-privacy-related room configuration has changed": [
null,
"Non-privacy-related room configuration has changed"
],
"Room logging is now enabled": [
null,
"Room logging is now enabled"
......@@ -331,10 +323,6 @@
null,
"Room logging is now disabled"
],
"This room is now non-anonymous": [
null,
"This room is now non-anonymous"
],
"This room is now semi-anonymous": [
null,
"This room is now semi-anonymous"
......@@ -403,15 +391,15 @@
null,
""
],
"Error: could not execute the command": [
"Error: the \"": [
null,
""
],
"Error: the \"": [
"Are you sure you want to clear the messages from this room?": [
null,
""
],
"Are you sure you want to clear the messages from this room?": [
"Error: could not execute the command": [
null,
""
],
......@@ -467,10 +455,6 @@
null,
""
],
"An error occurred while trying to save the form.": [
null,
"An error occurred while trying to save the form."
],
"The nickname you chose is reserved or currently in use, please choose a different one.": [
null,
""
......
This diff is collapsed.
......@@ -99,10 +99,6 @@
null,
"Contactos"
],
"Connecting": [
null,
"Conectando"
],
"Password:": [
null,
"Contraseña:"
......@@ -211,13 +207,9 @@
null,
""
],
"Disconnected": [
null,
"Desconectado"
],
"The connection to the chat server has dropped": [
"Connecting": [
null,
""
"Conectando"
],
"Authenticating": [
null,
......@@ -227,6 +219,14 @@
null,
"La autenticación falló"
],
"Disconnected": [
null,
"Desconectado"
],
"The connection to the chat server has dropped": [
null,
""
],
"Sorry, there was an error while trying to add ": [
null,
""
......@@ -235,6 +235,10 @@
null,
""
],
"Minimize this chat box": [
null,
""
],
"Click to restore this chat": [
null,
"Haga click para eliminar este contacto"
......@@ -243,10 +247,6 @@
null,
"Minimizado"
],
"Minimize this chat box": [
null,
""
],
"This room is not anonymous": [
null,
"Esta sala no es para usuarios anónimos"
......@@ -259,10 +259,6 @@
null,
"Esta sala no muestra los miembros no disponibles"
],
"Non-privacy-related room configuration has changed": [
null,
"Una configuración de la sala no relacionada con la privacidad ha sido cambiada"
],
"Room logging is now enabled": [
null,
"El registro de la sala ahora está habilitado"
......@@ -271,10 +267,6 @@
null,
"El registro de la sala ahora está deshabilitado"
],
"This room is now non-anonymous": [
null,
"Esta sala ahora es pública"
],
"This room is now semi-anonymous": [
null,
"Esta sala ahora es semi-anónima"
......@@ -331,10 +323,6 @@
null,
""
],
"Error: could not execute the command": [
null,
""
],
"Error: the \"": [
null,
""
......@@ -343,6 +331,10 @@
null,
"¿Está seguro de querer limpiar los mensajes de esta sala?"
],
"Error: could not execute the command": [
null,
""
],
"Change user's affiliation to admin": [
null,
""
......@@ -375,10 +367,6 @@
null,
""
],
"An error occurred while trying to save the form.": [
null,
"Un error ocurrío mientras se guardaba el formulario."
],
"The nickname you chose is reserved or currently in use, please choose a different one.": [
null,
""
......
This diff is collapsed.
......@@ -115,10 +115,6 @@
null,
"Contacts"
],
"Connecting": [
null,
"Connexion"
],
"XMPP Username:": [
null,
"Nom d'utilisateur XMPP/Jabber"
......@@ -243,13 +239,9 @@
null,
""
],
"Disconnected": [
null,
"Déconnecté"
],
"The connection to the chat server has dropped": [
"Connecting": [
null,
""
"Connexion"
],
"Authenticating": [
null,
......@@ -259,6 +251,14 @@
null,
"L'authentification a échoué"
],
"Disconnected": [
null,
"Déconnecté"
],
"The connection to the chat server has dropped": [
null,
""
],
"Sorry, there was an error while trying to add ": [
null,
""
......@@ -267,6 +267,10 @@
null,
""
],
"Minimize this chat box": [
null,
""
],
"Click to restore this chat": [
null,
"Cliquez pour afficher cette discussion"
......@@ -275,10 +279,6 @@
null,
"Réduit(s)"
],
"Minimize this chat box": [
null,
""
],
"This room is not anonymous": [
null,
"Ce salon n'est pas anonyme"
......@@ -291,10 +291,6 @@
null,
"Ce salon n'affiche pas les membres indisponibles"
],
"Non-privacy-related room configuration has changed": [
null,
"Les paramètres du salon non liés à la confidentialité ont été modifiés"
],
"Room logging is now enabled": [
null,
"Le logging du salon est activé"
......@@ -303,10 +299,6 @@
null,
"Le logging du salon est désactivé"
],
"This room is now non-anonymous": [
null,
"Ce salon est maintenant non-anonyme"
],
"This room is now semi-anonymous": [
null,
"Ce salon est maintenant semi-anonyme"
......@@ -367,10 +359,6 @@
null,
"Message"
],
"Error: could not execute the command": [
null,
"Erreur: la commande ne peut pas être exécutée"
],
"Error: the \"": [
null,
""
......@@ -379,6 +367,10 @@
null,
"Etes-vous sûr de vouloir supprimer les messages de ce salon ?"
],
"Error: could not execute the command": [
null,
"Erreur: la commande ne peut pas être exécutée"
],
"Change user's affiliation to admin": [
null,
"Changer le rôle de l'utilisateur en administrateur"
......@@ -427,10 +419,6 @@
null,
"Autoriser les utilisateurs muets à poster des messages"
],
"An error occurred while trying to save the form.": [
null,
"Une erreur est survenue lors de l'enregistrement du formulaire."
],
"The nickname you chose is reserved or currently in use, please choose a different one.": [
null,
""
......
This diff is collapsed.
......@@ -111,10 +111,6 @@
null,
"אנשי קשר"
],
"Connecting": [
null,
"כעת מתחבר"
],
"XMPP Username:": [
null,
"שם משתמש XMPP:"
......@@ -243,13 +239,9 @@
null,
""
],
"Disconnected": [
null,
"מנותק"
],
"The connection to the chat server has dropped": [
"Connecting": [
null,
""
"כעת מתחבר"
],
"Authenticating": [
null,
......@@ -259,6 +251,14 @@
null,
"אימות נכשל"
],
"Disconnected": [
null,
"מנותק"
],
"The connection to the chat server has dropped": [
null,
""
],
"Sorry, there was an error while trying to add ": [
null,
"מצטערים, היתה שגיאה במהלך ניסיון הוספת "
......@@ -267,6 +267,10 @@
null,
"לקוח זה לא מתיר הרשמות נוכחות"
],
"Minimize this chat box": [
null,
""
],
"Click to restore this chat": [
null,
"לחץ כדי לשחזר את שיחה זו"
......@@ -275,10 +279,6 @@
null,
"ממוזער"
],
"Minimize this chat box": [
null,
""
],
"This room is not anonymous": [
null,
"חדר זה אינו אנונימי"
......@@ -291,10 +291,6 @@
null,
"חדר זה לא מציג חברים לא זמינים"
],
"Non-privacy-related room configuration has changed": [
null,
"תצורת חדר אשר לא-קשורה-בפרטיות שונתה"
],
"Room logging is now enabled": [
null,
"יומן חדר הינו מופעל כעת"
......@@ -303,10 +299,6 @@
null,
"יומן חדר הינו מנוטרל כעת"
],
"This room is now non-anonymous": [
null,
"חדר זה אינו אנונימי כעת"
],
"This room is now semi-anonymous": [
null,
"חדר זה הינו אנונימי-למחצה כעת"
......@@ -367,10 +359,6 @@
null,
"הודעה"
],
"Error: could not execute the command": [
null,
"שגיאה: לא היתה אפשרות לבצע פקודה"
],
"Error: the \"": [
null,
""
......@@ -379,6 +367,10 @@
null,
"האם אתה בטוח כי ברצונך לטהר את ההודעות מתוך חדר זה?"
],
"Error: could not execute the command": [
null,
"שגיאה: לא היתה אפשרות לבצע פקודה"
],
"Change user's affiliation to admin": [
null,
"שנה סינוף משתמש למנהל"
......@@ -427,10 +419,6 @@
null,
"התר למשתמש מושתק לפרסם הודעות"
],
"An error occurred while trying to save the form.": [
null,
"אירעה שגיאה במהלך ניסיון שמירת הטופס."
],
"The nickname you chose is reserved or currently in use, please choose a different one.": [
null,
""
......
This diff is collapsed.
......@@ -114,10 +114,6 @@
null,
"Kapcsolatok"
],
"Connecting": [
null,
"Kapcsolódás"
],
"XMPP Username:": [
null,
"XMPP/Jabber azonosító:"
......@@ -246,13 +242,9 @@
null,
""
],
"Disconnected": [
null,
"Szétkapcsolva"
],
"The connection to the chat server has dropped": [
"Connecting": [
null,
""
"Kapcsolódás"
],
"Authenticating": [
null,
......@@ -262,6 +254,14 @@
null,
"Azonosítási hiba"
],
"Disconnected": [
null,
"Szétkapcsolva"
],
"The connection to the chat server has dropped": [
null,
""
],
"Sorry, there was an error while trying to add ": [
null,
"Sajnáljuk, hiba történt a hozzáadás során"
......@@ -270,6 +270,10 @@
null,
"Ez a kliens nem engedélyezi a jelenlét követését"
],
"Minimize this chat box": [
null,
"A csevegés minimalizálása"
],
"Click to restore this chat": [
null,
"A csevegés visszaállítása"
......@@ -278,10 +282,6 @@
null,
"Minimalizálva"
],
"Minimize this chat box": [
null,
"A csevegés minimalizálása"
],
"This room is not anonymous": [
null,
"Ez a szoba NEM névtelen"
......@@ -294,10 +294,6 @@
null,
"Ez a szoba nem mutatja az elérhetetlen tagokat"
],
"Non-privacy-related room configuration has changed": [
null,
"A szoba általános konfigurációja módosult"
],
"Room logging is now enabled": [
null,
"A szobába a belépés lehetséges"
......@@ -306,10 +302,6 @@
null,
"A szobába a belépés szünetel"
],
"This room is now non-anonymous": [
null,
"Ez a szoba most NEM névtelen"
],
"This room is now semi-anonymous": [
null,
"Ez a szoba most félig névtelen"
......@@ -374,10 +366,6 @@
null,
"A résztvevők listájának elrejtése"
],
"Error: could not execute the command": [
null,
"Hiba: A parancs nem értelmezett"
],
"Error: the \"": [
null,
"Hiba: a \""
......@@ -386,6 +374,10 @@
null,
"Törölni szeretné az üzeneteket ebből a szobából?"
],
"Error: could not execute the command": [
null,
"Hiba: A parancs nem értelmezett"
],
"Change user's affiliation to admin": [
null,
"A felhasználó adminisztrátorrá tétele"
......@@ -438,10 +430,6 @@
null,
"Elnémított felhasználók is küldhetnek üzeneteket"
],
"An error occurred while trying to save the form.": [
null,
"Hiba történt az adatok mentése közben."
],
"The nickname you chose is reserved or currently in use, please choose a different one.": [
null,
""
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
{
"name": "converse.js",
"version": "2.0.3",
"version": "2.0.4",
"description": "Browser based XMPP instant messaging client",
"main": "main.js",
"directories": {
......@@ -57,7 +57,7 @@
"po2json": "^0.4.4",
"requirejs": "2.3.2",
"requirejs-undertemplate": "~0.0.4",
"strophe.js": "https://github.com/strophe/strophejs#4eeee581da8789d7c5ae0096496f2a6533ec7d74",
"strophe.js": "1.2.11",
"snyk": "^1.21.2",
"strophejs-plugins": "0.0.7",
"text": "requirejs/text#2.0.15",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment