snikket-im / snikket-android

Snikket Android client
https://snikket.org/app/
GNU General Public License v3.0
97 stars 18 forks source link

Use libidn for stringprep #55

Open singpolyma opened 1 year ago

singpolyma commented 1 year ago

Which actually validates according to spec instead of just being lazy.

For example, this means an invalid MUC nick will actually be caught by the app and reported in the UI rather than trying to send it to the server and giving and obscure message about "nick already taken".

mwild1 commented 2 months ago

I think upstream now has this? (hence the conflict)