emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/rcirc-update 8275f0b 7/7: Mention list of capabilities that shou


From: Philip Kaludercic
Subject: feature/rcirc-update 8275f0b 7/7: Mention list of capabilities that should be implemented
Date: Mon, 6 Sep 2021 17:30:18 -0400 (EDT)

branch: feature/rcirc-update
commit 8275f0b117dc3caf796138545786e954c53e2b9b
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    Mention list of capabilities that should be implemented
    
    * rcirc.el (rcirc-implemented-capabilities): Add comment
---
 lisp/net/rcirc.el | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/lisp/net/rcirc.el b/lisp/net/rcirc.el
index 0315d71..1637041 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]