Herramientas de usuario

Diferencias

Muestra las diferencias entre dos versiones de la página.

Enlace a la vista de comparación

Próxima revisión
Revisión previa
mcabberrc [2022/08/28 14:45] – creado peronmcabberrc [2026/04/21 16:07] (actual) – editor externo 127.0.0.1
Línea 1: Línea 1:
-<code json+<code bash
-## Sample ~/.mcabber/mcabberrc file+## Fichero de ejemplo de configuración ~/.mcabber/mcabberrc
 ## 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 '#' are ignored. ## - Empty lines and lines beginning with a '#' are ignored.
  
-## Please provide your Jabber (XMPP) identifier+## Por favor indica tu usuario JID de Jabber (XMPP) de TP
-set jid = yourusername@domain+set jid = usuario@texto-plano.xyz
  
-If password is not givenit will be interactively asked for+Indica aquí la contraseña provista por el ~admin 
-Noteif the password contains leading or trailing spacesyou must +# Si no indicas la contraseñase te preguntará interactivamente
-enclose it with quotes: set password = " example password +Notasi la contraseña contiene espacios antes o después
-#set password = yourpassword+enciérrala entre comillas: set password = " contraseña de ejemplo 
 +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 'pass' in order +Esta es la manera de usar gestores de contraseñas como 'pass' para evitar 
-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 server name if you want mcabber to connect +Puede proveer un nombre de servidor si desea que mcabber se conecte un servidor 
-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 = jabber.org+set default_server = conference.texto-plano.xyz
  
  
-If port is not given, mcabber will try to find it out.+Si no se da puerto, mcabber intentará descubrirlo.
 #set port = 5222 #set port = 5222
  
-# If you don't know what a resource is, do not set it. +## If you don't know what a resource is, do not set it. 
-# Set disable_random_resource to 1 if you don't want mcabber to add a random +## Set disable_random_resource to 1 if you don't want mcabber to add a random 
-# suffix to the resource name.+## suffix to the resource name.
 #set resource = mcabber #set resource = mcabber
 #set disable_random_resource = 0 #set disable_random_resource = 0
Línea 40: Línea 41:
  
  
-# Set 'ignore_self_presence' to 1 if you do not want to see your own +## Set 'ignore_self_presence' to 1 if you do not want to see your own 
-# presence in your roster (default: 0).  Other resources will still be +## presence in your roster (default: 0).  Other resources will still be 
-# displayed.+## displayed.
 set ignore_self_presence = 1 set ignore_self_presence = 1
  
-# SSL/TLS options: +## SSL/TLS options: 
-# TLS is now regarded as the default encryption for connecting to jabber. +## TLS is now regarded as the default encryption for connecting to jabber. 
-# You can require TLS by setting tls to 1.  If your jabber server +## You can require TLS by setting tls to 1.  If your jabber server 
-# still doesn't support TLS, you can use the old-style SSL by setting +## still doesn't support TLS, you can use the old-style SSL by setting 
-# ssl to 1.  It's not possible to use old-style SSL and TLS together.+## ssl to 1.  It's not possible to use old-style SSL and TLS together.
 #set ssl = 0 #set ssl = 0
 set tls = 1 set tls = 1
  
-# Moreover, it's possible to check whether the fingerprint of the +## Moreover, it's possible to check whether the fingerprint of the 
-# ssl certificate matches ssl_fingerprint. +## ssl certificate matches ssl_fingerprint. 
-# You can get the fingerprint of your server either with gnutls or openssl: +## You can get the fingerprint of your server either with gnutls or openssl: 
-# 1. gnutls-cli -p 5223 $your_server +## 1. gnutls-cli -p 5223 $your_server 
-# 2. openssl s_client -connect $your_server:5223 | \ +## 2. openssl s_client -connect $your_server:5223 | \ 
-#    openssl x509 -fingerprint -md5 -noout+##    openssl x509 -fingerprint -md5 -noout
 #set ssl_fingerprint = 97:5C:00:3F:1D:77:45:25:E2:C5:70:EC:83:C8:87:EE #set ssl_fingerprint = 97:5C:00:3F:1D:77:45:25:E2:C5:70:EC:83:C8:87:EE
  
-# Set ssl_ignore_checks to 1 to disable all certificate checks except the +## Set ssl_ignore_checks to 1 to disable all certificate checks except the 
-# fingerprint check.+## fingerprint check.
 #set ssl_ignore_checks = 0 #set ssl_ignore_checks = 0
  
  
-## PGP support+## * * * * * PGP support * * * * *
 ## Set pgp to 1 to enable OpenPGP. ## Set pgp to 1 to enable OpenPGP.
 ## To sign outgoing messages, select your private key id with ## To sign outgoing messages, select your private key id with
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/gpg+set gpg_path = /usr/local/bin/gpg
  
 # #
 ## If GnuPG should use a custom configuration directory, you can set ## If GnuPG should use a custom configuration directory, you can set
 ## 'gpg_home' to the desired path. ## 'gpg_home' to the desired path.
-#set gpg_home = ~/.mcabber/gpg+set gpg_home = ~/.mcabber/gpg
  
  
Línea 100: Línea 101:
 ## specified by the user.  Note that when the nickname option is not set, ## specified by the user.  Note that when the nickname option is not set,
 ## the jid variable can be used. ## the jid variable can be used.
-#set nickname = Abitbol+#set nickname = usuario
  
 # ******** Proxy ********* # ******** Proxy *********
Línea 636: Línea 637:
 # #
 # OTR directory # OTR directory
- +## You can specify the OTR directory with the otr_dir option 
-# You can specify the OTR directory with the otr_dir option +## (default = ~/.mcabber/otr/).
- +
-# (default = ~/.mcabber/otr/). +
 #set otr_dir = "~/.mcabber/otr/" #set otr_dir = "~/.mcabber/otr/"
  
 # #
- +## You can set OTR policies from the configuration file (use /help otrpolicy 
-# You can set OTR policies from the configuration file (use /help otrpolicy +## for the details).
- +
-# for the details). +
 #otrpolicy default manual #otrpolicy default manual
  
- +## Entity Caps cache 
-# Entity Caps cache +## You can provide a directory where mcabber will store an offline cache 
- +## of other clients' capabilities. This will likely reduce network overhead 
-# You can provide a directory where mcabber will store an offline cache +## on start of new session.
- +
-# of other clients' capabilities. This will likely reduce network overhead +
- +
-# on start of new session. +
 #set caps_directory = "~/.mcabber/caps" #set caps_directory = "~/.mcabber/caps"
- 
  
 # Aliases # Aliases
- 
 alias me = say /me alias me = say /me
- 
 alias online   = status online alias online   = status online
- 
 alias away     = status away alias away     = status away
- 
 alias dnd      = status dnd alias dnd      = status dnd
- 
 alias notavail = status notavail alias notavail = status notavail
- 
 #alias names = room names #alias names = room names
- 
 #alias topic = room topic #alias topic = room topic
- 
  
 # Set use_mouse to 1 to map mouse buttons like keycodes. # Set use_mouse to 1 to map mouse buttons like keycodes.
- 
 #set use_mouse = 1 #set use_mouse = 1
- 
  
 # * * * * * * *  Key bindings * * * * * *  # * * * * * * *  Key bindings * * * * * * 

Este sitio web utiliza cookies para guardar datos esenciales de su actividad, como su autenticación. Al entrar acepta el uso de cookies.

Más información