ChatSecure / ChatSecure-iOS

ChatSecure is a free and open source encrypted chat client for iOS that supports OTR and OMEMO encryption over XMPP.
https://chatsecure.org
Other
3.13k stars 1.03k forks source link

Support non-ASCII addresses #1246

Open f-person opened 2 years ago

f-person commented 2 years ago

Some links that might be helpful:

If you need a test account, I can provide you with one. Thanks!

norayr commented 2 years ago

unicode domains are supported by prosody.

when i say unicode - i mean they are supported as utf-8 text, not necessarily as punycode.

also prosody supports utf-8 usernames.

what we need is to support both: utf-8 usernames and utf-8 domain names.

thank you.