-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kosovo +383 country code in registration page not showing #13273
Comments
Any reason why its not on sites like https://www.nationsonline.org/oneworld/country_code_list.htm or https://www.iban.com/country-codes or https://www.iso.org/obp/ui/#search? |
Hmm, https://phonenum.info/en/country-code/ lists Kosovo as +381 https://github.com/i-rocky/country-list-js/blob/master/data/phone.json Kosovo has no phone prefix https://github.com/LucianoGanga/country-codes-list/blob/master/countriesData.js doesn't have Kosovo https://raw.githubusercontent.com/ishwarchandratiwari/countrydata/master/public/countrydata.json still has Kosovo listed in Serbia Even CLDR has +383 listed as unassigned :/ |
This comment has been minimized.
This comment has been minimized.
So this turned out to be a much bigger issue due to the situation with ISO 3166-1 and Kosovo:
https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2 The Matrix spec uses the above mentioned ISO https://matrix.org/docs/spec/client_server/r0.6.0#phone-number Do you actually have a Matrix server capable of sending +383 XK MSISDN 3PID verifications? Do you have access to an iOS device running Riot.im which does actually list Kosovo and are you able to confirm the text verification from that works for you @betimi91? If it works then I will work to get it added into riot-web. |
Considering iOS shows this and libphonenumber considers it valid, adding it in the linked PR. |
Hey @t3chguy I am sorry that I haven't been here to comment in this case for few days - yes Kosovo XK and country code +383 is valid you will find plenty of information in internet because we used for long time Monaco +377 but there were policitical issues in the past so you will find outdated info and updated info now the reality is Kosovo is independent and have its own country code +383 and now its also in Appstore IOS etc. |
We have implemented Matrix/RIOT for our university which soon can be 21k users in total but in registration page of RIOT client in desktop/ios/android and web Kosovo country code XK and phone prefix +383 is not showing there.
Is it possible to add it as soon as possible because I think this prevents users to find each other in phone app in android/ios and I have started to receive many complains for it.
You can find our country code and flag here https://en.wikipedia.org/wiki/List_of_country_calling_codes and in many other websites and its supported in gmail,yahoo, whatsapp,viber,telegram etc its supported almost everywhere.
The text was updated successfully, but these errors were encountered: