Bug #424

error login
Description
When I add a contact, suggesting that error login.help!
Related issues
Associated revisions
History
#1
Updated by Frédéric Barthéléry almost 7 years ago
- Status changed from New to Assigned
- Assignee set to Frédéric Barthéléry
You will have an error if your contact jid does not look like a real email address. Note that we don't support ip address in the server part. We should make this check more permissive
PS : The regexp use is
[a-zA-Z0-9._%+-]+@(?:[a-zA-Z0-9-]+.)+[a-zA-Z]{2,4}
#2
Updated by Frédéric Barthéléry almost 7 years ago
- Target version set to 0.1.9
#3
Updated by Frédéric Barthéléry over 6 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Applied in changeset 3651228bf160.
#4
Updated by Frédéric Barthéléry over 6 years ago
- Status changed from Resolved to Closed
#5
Updated by Frédéric Barthéléry almost 6 years ago
- Target version changed from 0.1.9 to 0.1.8
Disable email format check on the add contact dialog.
A roster item is not necessary in the form of an bare jid.
fix #424