mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 16:00:18 +00:00
Added a diagnostic message when an STS capability token is missing its value, while keeping the ignore behavior intact.
This commit is contained in:
@@ -1903,7 +1903,11 @@ inbound_cap_ls (server *serv, char *nick, char *extensions_str,
|
||||
else
|
||||
{
|
||||
PrintTextf (serv->server_session,
|
||||
<<<<<<< ours
|
||||
_("Invalid STS capability token without value"));
|
||||
=======
|
||||
_("Invalid STS capability token without a value; ignoring."));
|
||||
>>>>>>> theirs
|
||||
}
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user