You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
char::is_ascii_lowercase() only returns true for alphabetical characters
which are lowercase, so also add digits, '.' and '-' which are the only
characters allowed in a non-IDN domain name.
I have also added a test to not have that regress.
This was found with this merge request in the jid crate:
https://gitlab.com/xmpp-rs/xmpp-rs/-/merge_requests/205
0 commit comments