Skip to content
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

Ensure a JID can be Unicode #36

Closed
olabini opened this issue Oct 2, 2015 · 1 comment
Closed

Ensure a JID can be Unicode #36

olabini opened this issue Oct 2, 2015 · 1 comment
Labels
Milestone

Comments

@olabini
Copy link
Contributor

olabini commented Oct 2, 2015

According to the spec:
A valid JID is a string of [UNICODE] code points, encoded using [UTF‑8],

AFAICT, this is not what our code is doing...

@olabini olabini changed the title A JID is Unicode Ensure a JID can be Unicode Oct 7, 2015
@olabini olabini added the task label Oct 7, 2015
@olabini olabini modified the milestone: Later Oct 7, 2015
@olabini olabini removed this from the Later milestone Jan 29, 2016
@olabini olabini modified the milestone: Weeks Mar 16, 2016
@olabini olabini modified the milestones: Weeks, 0.3.6 Release Aug 21, 2016
@olabini
Copy link
Contributor Author

olabini commented Aug 23, 2016

Actually, I was wrong - jid's are stored as Golang strings, which can contain arbitrary characters. This should be fine.

@olabini olabini closed this as completed Aug 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant