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

XMPP URIs incorrect #1950

Closed
ietf-svn-bot opened this issue Apr 6, 2016 · 6 comments
Closed

XMPP URIs incorrect #1950

ietf-svn-bot opened this issue Apr 6, 2016 · 6 comments

Comments

@ietf-svn-bot
Copy link

resolution_fixed type_defect | by jhildebr@cisco.com


On https://datatracker.ietf.org/group/dprive/charter/ for example, the XMPP URI is:

xmpp://dprive@jabber.ietf.org

It should be:

xmpp:dprive@jabber.ietf.org?join

See RFC 5122 and http://xmpp.org/extensions/xep-0045.html#registrar-querytypes-join. The one you have now means "log in as dprive@jabber.ietf.org". The suggested one means "join dprive@jabber.ietf.org as a MUC room with my default connection".


Issue migrated from trac:1950 at 2022-03-04 04:57:20 +0000

@ietf-svn-bot
Copy link
Author

@henrik@levkowetz.com changed status from new to closed

@ietf-svn-bot
Copy link
Author

@henrik@levkowetz.com changed resolution from `` to fixed

@ietf-svn-bot
Copy link
Author

@henrik@levkowetz.com commented


Fixed in e360320:

Added a missing '?join' to each group's xmpp link on the charter pages. Fixes issue #1950

@ietf-svn-bot
Copy link
Author

@jhildebr@cisco.com commented


You also need to remove the slash-slash.

@ietf-svn-bot
Copy link
Author

@jhildebr@cisco.com changed _comment0 which not transferred by tractive

@ietf-svn-bot
Copy link
Author

@henrik@levkowetz.com commented


Fixed in ff52e9b:

Additional fix for issue #1950, removing the double slash.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 17, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant