Change weechat authentification method to SASL plain
This commit is contained in:
parent
18032a8e03
commit
2ed3daf381
|
@ -163,9 +163,9 @@ bitlbee.ssl_fingerprint
|
|||
bitlbee.ssl_verify
|
||||
bitlbee.password
|
||||
bitlbee.capabilities
|
||||
bitlbee.sasl_mechanism
|
||||
bitlbee.sasl_username
|
||||
bitlbee.sasl_password
|
||||
bitlbee.sasl_mechanism = plain
|
||||
bitlbee.sasl_username = "coolneng"
|
||||
bitlbee.sasl_password = "rehiwipls"
|
||||
bitlbee.sasl_key
|
||||
bitlbee.sasl_timeout
|
||||
bitlbee.sasl_fail
|
||||
|
@ -178,7 +178,7 @@ bitlbee.username
|
|||
bitlbee.realname
|
||||
bitlbee.local_hostname
|
||||
bitlbee.usermode
|
||||
bitlbee.command
|
||||
bitlbee.command = ""
|
||||
bitlbee.command_delay
|
||||
bitlbee.autojoin
|
||||
bitlbee.autorejoin
|
||||
|
|
Loading…
Reference in New Issue