core: Implement invite-notify
[quassel.git] / src / common / irccap.h
index 0bcb66d..9fb40e1 100644 (file)
@@ -86,6 +86,13 @@ namespace IrcCap {
      */
     const QString EXTENDED_JOIN = "extended-join";
 
+    /**
+     * Standardized invite notifications.
+     *
+     * https://ircv3.net/specs/extensions/invite-notify-3.2
+     */
+    const QString INVITE_NOTIFY = "invite-notify";
+
     /**
      * Additional metadata on a per-message basis
      *
@@ -167,6 +174,7 @@ namespace IrcCap {
                                               CAP_NOTIFY,
                                               CHGHOST,
                                               EXTENDED_JOIN,
+                                              INVITE_NOTIFY,
                                               MESSAGE_TAGS,
                                               MULTI_PREFIX,
                                               SASL,