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 URI scheme links not working #1436

Closed
foss- opened this issue Jan 25, 2021 · 7 comments
Closed

XMPP URI scheme links not working #1436

foss- opened this issue Jan 25, 2021 · 7 comments

Comments

@foss-
Copy link

foss- commented Jan 25, 2021

Many projects offer help via XMPP rooms or use XMPP for community building and have users mingle, but GitHub markdown does not seem to support XMPP URI format making it very complicated for users to jump on the XMPP train. That is odd as there were previous issues about this which have been closed:

Markdown parsing of URI schemes #202 (May 2013)
Markdown links don't seem to work if scheme is something "weird" #426 (Dec 2014)
XMPP URI support (RFC5122) #1255 (Feb 2019)

with the last one being the most relevant as it directly references XMPP URI support. I tried this, but even in 2021 GitHub markdown turns XMPP URI links into mailto: links which is a serious problem.

  * [XMPP](xmpp:[email protected])
  * xmpp:[email protected]

Shows as:

What is missing to make this work?

@foss- foss- changed the title XMPP URI scheme links not working, turn into mailto links or no links at all XMPP URI scheme links not working Jan 25, 2021
@mwild1
Copy link

mwild1 commented Sep 7, 2021

For the record xmpp: is one of the registered and permitted protocol schemes by web browsers. See: https://developer.mozilla.org/en-US/docs/Web/API/Navigator/registerProtocolHandler#permitted_schemes

@Neustradamus
Copy link

Dear @github team,

In first, I wish you a Happy New Year 2022!

Have you progressed on it?

Example: xmpp:[email protected] does not work, it is mailto.

It is a standard:

@justsostephen
Copy link

Based on the examples given in the original comment, this has been fixed! 🎉

@Neustradamus
Copy link

@justsostephen: Thanks, xmpp:[email protected] works! :)

But it does not work, it is in https://datatracker.ietf.org/doc/html/rfc5122

In https://datatracker.ietf.org/doc/html/rfc5122#section-2.5, there is a note about XEP-0045 (not only):

Can you look to add more?

@Ri0n
Copy link

Ri0n commented Mar 26, 2024

It doesn't work for me either.
Take a look at README at https://github.com/psi-im/qca
There is a link to XMPP chat. But it's rendered as plain text.

Please reopen the issue.

@stokito
Copy link

stokito commented Sep 6, 2024

@Ri0n rename the README to README.md and it should work. This is a bad habit of linuxoids to not use extensions ;)

Meanwhile there is one issue remains with the xmpp uri inside <a href="xmpp:[email protected]"> links:

@stokito
Copy link

stokito commented Sep 6, 2024

Wow, the comment's markdown works fine with the xmpp: anchors but in a repo it doesn't. Check in the bottom of my profile's readme https://github.com/stokito/stokito?tab=readme-ov-file for the [email protected]

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

No branches or pull requests

6 participants