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 links do not linkify #5603

Closed
subpub opened this issue Nov 29, 2019 · 3 comments
Closed

XMPP links do not linkify #5603

subpub opened this issue Nov 29, 2019 · 3 comments
Labels
✨Feature This adds/improves/enhances a feature

Comments

@subpub
Copy link

subpub commented Nov 29, 2019

summary

XMPP is an IETF Standard for Instant Messaging. XMPP links for example: xmpp:[email protected] should be linkified. So that XMPP apps may automatically open them.

Expected Behavior

inserting xmpp: links in the following places should be linkified:

  • About Me
  • Profile Metadata
  • Notes

Current Behavior

It is not linkified.

@rinsuki rinsuki added the ✨Feature This adds/improves/enhances a feature label Nov 29, 2019
@subpub
Copy link
Author

subpub commented Feb 15, 2020

Just adding to this for reference mastodon/mastodon#9776

@Johann150
Copy link
Contributor

This should be solved by misskey-dev/mfm.js#73, MFM is supported in all three locations. You will have to put your XMPP URL into angle brackets to be recognized correctly like this: <xmpp:[email protected]> or put it in a markdown style link like this [message me via XMPP](xmpp:[email protected]).

@subpub
Copy link
Author

subpub commented Sep 2, 2021

Cool!

@subpub subpub closed this as completed Sep 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨Feature This adds/improves/enhances a feature
Projects
None yet
Development

No branches or pull requests

3 participants