aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMichael Czigler <37268479+mcpcpc@users.noreply.github.com>2020-09-28 08:45:17 -0400
committerGitHub <noreply@github.com>2020-09-28 08:45:17 -0400
commit36f4ebfba0caa1beac0825c20d2c7cf285fb0d57 (patch)
treec5d6d4643a05a8b462609a13347649866b287097 /README.md
parentadd SASL EXTERNAL usage information (diff)
downloadkirc-36f4ebfba0caa1beac0825c20d2c7cf285fb0d57.tar.gz
kirc-36f4ebfba0caa1beac0825c20d2c7cf285fb0d57.tar.bz2
kirc-36f4ebfba0caa1beac0825c20d2c7cf285fb0d57.tar.xz
kirc-36f4ebfba0caa1beac0825c20d2c7cf285fb0d57.tar.zst
kirc-36f4ebfba0caa1beac0825c20d2c7cf285fb0d57.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e0df93c..5d4109c 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@
* Excellent cross-platform compatibility (due to [POSIX](https://opensource.com/article/19/7/what-posix-richard-stallman-explains) standard compliance).
* No dependencies other than a [C99 compiler](https://en.wikipedia.org/wiki/C99).
-* Native [PLAIN SASL](https://tools.ietf.org/html/rfc4422) authentication support.
+* Native [SASL PLAIN](https://tools.ietf.org/html/rfc4422) and [SASL EXTERNAL](https://tools.ietf.org/html/rfc4422) authentication support.
* [TLS/SSL](https://en.m.wikipedia.org/wiki/Transport_Layer_Security) protocol capable (via external TLS utilities).
* Chat history logging.
* Multi-channel joining at server connection.