Page 1 of 1

Are client tags supported?

Posted: Thu May 07, 2020 4:22 pm
by KnuX
Hi all,

Reading the documentation, I saw that "message-tags" are supported by UnrealIRCd 5. I'm trying to use https://ircv3.net/specs/extensions/message-tags and if I don't misunderstood how it works, my client should be able to send a message command prefixed by @+my-custom-tag=value and this tag should be received by the target (according sender and target have enabled the message-tags CAP).

But it is not working :

From:
<< cap req :extended-join chghost cap-notify userhost-in-names multi-prefix away-notify account-notify server-time message-tags
>> :ircdev02.xxx.fr CAP KnuX ACK :extended-join chghost cap-notify userhost-in-names multi-prefix away-notify account-notify server-time message-tags
<< @+example-tag=example-value PRIVMSG KnuX2 :Test message
Target:
<< cap req :extended-join chghost cap-notify userhost-in-names multi-prefix away-notify account-notify server-time message-tags
>> :ircdev02.xxx.fr CAP KnuX2 ACK :extended-join chghost cap-notify userhost-in-names multi-prefix away-notify account-notify server-time message-tags
>> @unrealircd.org/userhost=[email protected];unrealircd.org/userip=[email protected];time=2020-05-07T16:16:34.550Z;msgid=YcNa44QdljJt2XbSi0FtCd;account=KnuX :KnuX![email protected] PRIVMSG KnuX2 :Test message
Also, the TAGMSG command doesn't reply anything... :roll:

Regards,
KnuX