email and api #4335
-
When adding an user to ejabbared it seems like it's not case sensitive. [email protected] --> converted to --> [email protected] I would like it to not lower case things. emails should be stored in their original case never. I am not sure I overlooked this in the documentation or this is simply not implemented. I hope some1 can help me point to where to look for this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
It always will be stored in lowercase, as this is something that xmpp specification requires, all names need to be normalized, and one of normalization steps is conversion to lowercase. |
Beta Was this translation helpful? Give feedback.
-
The problem I have with this is goes against common standards created in http://www.faqs.org/rfcs/rfc2821.html and this causes a number or problems especially with backward competability to some systems. I am all for normalizing things but this should really be normalized by the standards set worldwide. |
Beta Was this translation helpful? Give feedback.
The standard used for JID normalization, IIRC, is https://datatracker.ietf.org/doc/html/rfc7613 so "it's normalized by the standards set worldwide"