From: Philip Kaludercic Date: Mon, 6 Sep 2021 21:26:05 +0000 (+0200) Subject: Mention list of capabilities that should be implemented X-Git-Tag: emacs-28.0.90~948^2~20 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8275f0b117dc3caf796138545786e954c53e2b9b;p=emacs.git Mention list of capabilities that should be implemented * rcirc.el (rcirc-implemented-capabilities): Add comment --- diff --git a/lisp/net/rcirc.el b/lisp/net/rcirc.el index 0315d715036..1637041bb17 100644 --- a/lisp/net/rcirc.el +++ b/lisp/net/rcirc.el @@ -608,6 +608,14 @@ See `rcirc-connect' for more details on these variables.") "sasl" ;https://ircv3.net/specs/extensions/sasl-3.1 "multi-prefix" ;https://ircv3.net/specs/extensions/multi-prefix "standard-replies" ;https://ircv3.net/specs/extensions/standard-replies + ;; The following capabilities should be implemented as soon as + ;; their specifications are undrafted: + ;; + ;; "reply" ;https://ircv3.net/specs/client-tags/reply + ;; "react" ;https://ircv3.net/specs/client-tags/react + ;; "multiline" ;https://ircv3.net/specs/extensions/multiline + ;; "chathistory" ;https://ircv3.net/specs/extensions/chathistory + ;; "channel-rename" ;https://ircv3.net/specs/extensions/channel-rename ) "A list of capabilities that rcirc supports.") (defvar-local rcirc-requested-capabilities nil