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

Split Jid into BareJid and FullJid #1

Open
linkmauve opened this issue Dec 18, 2018 · 1 comment
Open

Split Jid into BareJid and FullJid #1

linkmauve opened this issue Dec 18, 2018 · 1 comment

Comments

@linkmauve
Copy link

There are many parts in XMPP where this difference is important, for example you can’t join a room without a full JID, but the room itself must be a bare JID.

I don’t see any reason to split further, a bare JID without a nodepart is still a bare JID as far as protocols are concerned.

This issue is copied from the jid crate.

@SamWhited
Copy link
Member

Oops, I wasn't receiving notifications for this repo for some reason; fixed now.

I've thought about this a few times, but never really came to a decision. Maybe it's time to revisit. I'll try it and see how it feels.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants