mcabberrc

Diferencias

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

Enlace a la vista de comparación

Ambos lados, revisión anterior Revisión previa
Próxima revisión
Revisión previa
mcabberrc [2022/08/28 16:10] peronmcabberrc [2023/04/16 16:17] (actual) peron
Línea 6: Línea 6:
  
 ## Please provide your Jabber (XMPP) identifier: ## Please provide your Jabber (XMPP) identifier:
-set jid = yourusername@domain+set jid = usuario@texto-plano.xyz
  
 # If password is not given, it will be interactively asked for. # If password is not given, it will be interactively asked for.
 # Note: if the password contains leading or trailing spaces, you must # Note: if the password contains leading or trailing spaces, you must
 # enclose it with quotes: set password = " example password " # enclose it with quotes: set password = " example password "
-#set password = yourpassword+#set password = tucontraseña
  
 # Read password from output of the given command. # Read password from output of the given command.
Línea 24: Línea 24:
  
 # To automatically append the server to the JID in say_to, use this option: # To automatically append the server to the JID in say_to, use this option:
-#set default_server = jabber.org+set default_server = tp
  
  
Línea 30: Línea 30:
 #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 40:
  
  
-# 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 88:
 ## 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 100:
 ## 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 *********
  • mcabberrc.1661703005.txt.gz
  • Última modificación: 2022/08/28 16:10
  • por peron