X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Firccap.h;h=0bcb66d253fd64e68d696fa2954b96b50c46769c;hb=d778861aa194578cd90e019b64fe285ea58746c4;hp=132bd71abed49865d673ed030df87fd1b4718434;hpb=30269231603184696da66adf4503440062df8962;p=quassel.git diff --git a/src/common/irccap.h b/src/common/irccap.h index 132bd71a..0bcb66d2 100644 --- a/src/common/irccap.h +++ b/src/common/irccap.h @@ -48,6 +48,13 @@ namespace IrcCap { */ const uint ACCOUNT_NOTIFY_WHOX_NUM = 369; + /** + * Send account information as a tag with all commands sent by a user. + * + * http://ircv3.net/specs/extensions/account-notify-3.1.html + */ + const QString ACCOUNT_TAG = "account-tag"; + /** * Away change notification. * @@ -155,6 +162,7 @@ namespace IrcCap { * List of capabilities currently implemented and requested during capability negotiation. */ const QStringList knownCaps = QStringList{ACCOUNT_NOTIFY, + ACCOUNT_TAG, AWAY_NOTIFY, CAP_NOTIFY, CHGHOST,