Files
@ d0e45c50137a
Branch filter:
Location: majic-ansible-roles/testsite/mcabber/john.doe - annotation
d0e45c50137a
784 B
text/plain
MAR-189: Added support for Debian 11 Bullseye to common role:
- Drop the architecture suffix from all machines.
- Introduced a hack/patch for Ferm utility that disables use of legacy
iptables tools.
- Minor fixes around package name differences compared to older
distribution.
- Use versioned binary name for Python 2.7.. Bullseye does not
default/have /usr/bin/python pointing to Python 2.7 binary.
- Drop the architecture suffix from all machines.
- Introduced a hack/patch for Ferm utility that disables use of legacy
iptables tools.
- Minor fixes around package name differences compared to older
distribution.
- Use versioned binary name for Python 2.7.. Bullseye does not
default/have /usr/bin/python pointing to Python 2.7 binary.
1c05801fa45e 1c05801fa45e 1c05801fa45e 1c05801fa45e 16d011c52411 1c05801fa45e 1c05801fa45e 1c05801fa45e 1c05801fa45e 1c05801fa45e 1c05801fa45e 1c05801fa45e 1c05801fa45e 1c05801fa45e 1c05801fa45e 1c05801fa45e 1c05801fa45e 1c05801fa45e 1c05801fa45e 1c05801fa45e 1c05801fa45e 1c05801fa45e 1c05801fa45e 1c05801fa45e 1c05801fa45e | set jid = john.doe@example.com
set server = xmpp.example.com
set password = johndoe
set tls = 1
set ssl_ca = tls/ca.pem
set cmdhistory_lines = 250
set max_history_blocks = 8
set message_autoaway = Auto-away (idle)
set escdelay = 50
alias me = say /me
alias online = status online
alias away = status away
alias dnd = status dnd
alias notavail = status notavail
# Ctrl-q (17) bound to /roster unread_next
bind 17 = roster unread_next
# Ctrl-x (24) bound to /roster alternate
bind 24 = roster alternate
# F5 (269) bound to /roster toggle_offline (centericq-like, IIRC)
bind 269 = roster toggle_offline
# F12 (276) bound to /roster toggle
bind 276 = roster toggle
# Ctrl-Up/Ctrl-Down bound to /buffer up/down (like Ctrl-p/Ctrl-n)
bind 521 = buffer up
bind 514 = buffer down
|