tinode / ios

Tinodios: Tinode Messaging Client for iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Invalid phone numbers sent to the server

or-else opened this issue · comments

commented

It looks like the contacts sync does not produce E.164-compliant phone numbers. The country code is missing:

query = tel:+5555648583,tel:+4155553695,tel:+5554787672,tel:+4085555270

Fixed by
4cbe7cc

Note however that the phone numbers on the server are stored without a +. Should we fix it as well?

commented

The server-side issue was a data issue. It was fixes a while ago:
tinode/chat@04a2a95

The server itself does not care about format of phone numbers.