Diferencias
Muestra las diferencias entre dos versiones de la página.
| Ambos lados, revisión anteriorRevisión previaPróxima revisión | Revisión previa | ||
| mcabberrc [2022/08/28 16:21] – peron | mcabberrc [2026/04/21 16:07] (actual) – editor externo 127.0.0.1 | ||
|---|---|---|---|
| Línea 1: | Línea 1: | ||
| <code bash> | <code bash> | ||
| - | ## Sample | + | ## Fichero de ejemplo de configuración |
| ## Note about this file syntax: | ## Note about this file syntax: | ||
| ## - Leading and trailing spaces are ignored. | ## - Leading and trailing spaces are ignored. | ||
| ## - Empty lines and lines beginning with a '#' | ## - Empty lines and lines beginning with a '#' | ||
| - | ## Please provide your Jabber (XMPP) | + | ## Por favor indica tu usuario JID de Jabber (XMPP) |
| set jid = usuario@texto-plano.xyz | set jid = usuario@texto-plano.xyz | ||
| - | # If password is not given, it will be interactively asked for. | + | # Indica aquí la contraseña provista por el ~admin |
| - | # Note: if the password contains leading or trailing spaces, you must | + | # Si no indicas la contraseña, se te preguntará interactivamente. |
| - | # enclose it with quotes: set password = " | + | # Nota: si la contraseña contiene espacios antes o después, |
| - | #set password = tucontraseña | + | # enciérrala entre comillas: set password = " |
| + | set password = tucontraseña | ||
| - | # Read password from output of the given command. | + | # Leer contraseña desde la salida del comando dado. |
| - | # This is a way to use password managers like ' | + | # Esta es la manera de usar gestores de contraseñas como ' |
| - | # to avoid writing plain passwords into config files. | + | # escribir contraseñas en texto plano en los ficheros de configuración de un pubnix. |
| #set password_eval = "your command" | #set password_eval = "your command" | ||
| - | # You can provide | + | # Puede proveer un nombre de servidor si desea que mcabber se conecte |
| - | # to a specific server. | + | # específico |
| - | #set server = your.jabber.server | + | set server = texto-plano.xyz |
| - | # To automatically append the server to the JID in say_to, use this option: | + | # Para agregar un servidor automáticamente a su JID en say_to, use esta opción: |
| - | set default_server = tp | + | set default_server = conference.texto-plano.xyz |
| - | # If port is not given, mcabber | + | # Si no se da puerto, mcabber |
| #set port = 5222 | #set port = 5222 | ||
| Línea 88: | Línea 89: | ||
| ## You can specify the path to the gpg binary, e.g. to force the use of | ## You can specify the path to the gpg binary, e.g. to force the use of | ||
| ## GnuPG version 1 on systems which have both versions installed. | ## GnuPG version 1 on systems which have both versions installed. | ||
| - | set gpg_path = /usr/bin/gpg2 | + | set gpg_path = /usr/local/bin/gpg |
| # | # | ||
