Are client tags supported?

If your UnrealIRCd is up and running but you have a question about it, then use this forum.
(NOT for installation or connecting issues! Use the other forum instead.)

Moderator: Supporters

Locked
KnuX
Posts: 4
Joined: Thu Feb 10, 2005 7:50 pm

Are client tags supported?

Post 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
Locked