aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-02-15 14:48:04 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-02-15 14:48:04 +1300
commite8fa3fc42d32e8787b6d527ee9f5145a293302be (patch)
tree84a77a8bc10de4fe56a56ca58fbaa5d668ccb8a3 /bin
parentAdd osc(1df) (diff)
downloaddotfiles-e8fa3fc42d32e8787b6d527ee9f5145a293302be.tar.gz
dotfiles-e8fa3fc42d32e8787b6d527ee9f5145a293302be.zip
Add xmpp as a valid osc(1df) STARTTLS method (!)
Doesn't appear to be in the man page
Diffstat (limited to 'bin')
-rwxr-xr-xbin/osc3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/osc b/bin/osc
index c1fe6ed0..2fc05fd1 100755
--- a/bin/osc
+++ b/bin/osc
@@ -44,6 +44,9 @@ case $serv in
imap|143)
set -- "$@" -starttls imap
;;
+ xmpp-client|5222)
+ set -- "$@" -starttls xmpp
+ ;;
esac
## Finally, add the host and service to connect to
set -- "$@" -connect "$host":"$serv"