this post was submitted on 29 Jul 2023
66 points (100.0% liked)

Fediverse

27729 readers
227 users here now

A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, KBin, etc).

If you wanted to get help with moderating your own community then head over to !moderators@lemmy.world!

Rules

Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration), Search Lemmy

founded 1 year ago
MODERATORS
 

Personal websites often give an email address for contact, as a mailto:blah@blah.blah link. And the address is often obfuscated in a variety of ways to avoid its harvesting by spam bots.

If one wants to give one's Matrix address in a website, what's the correct way of writing it as link? is it recognized as any kind of MIME (like mailto:)?

And is Matrix-address spamming something possible and common? In this case, how should one obfuscate a Matrix address given in a website?

Lots of questions from a noob :) Thank you for your explanations!

Edit for others with the same question: as per @QuazarOmega@lemmy.world's explanation in the comments, the Matrix address can be given as the link

https://matrix.to/#/@[yourusername]:[your.server]
top 6 comments
sorted by: hot top controversial new old
[–] QuazarOmega@lemmy.world 11 points 1 year ago* (last edited 1 year ago) (1 children)

As far as I'm aware you give an HTTPS link with matrix.to, I wasn't able to find a method like mailto, tel etc.
Then you can use all the usual methods of obfuscation on that URL

[–] pglpm@lemmy.ca 8 points 1 year ago (1 children)

Thank you! I checked it. From what I understand I should use a link like https://matrix.to/#/@[user]:[server.zzz]. Then from there they are redirected to use their own Matrix app, if they have one.

[–] QuazarOmega@lemmy.world 3 points 1 year ago (1 children)
[–] pglpm@lemmy.ca 2 points 1 year ago

Thank you for the great help, I hope it'll be useful to others too :)

[–] ArcaneSlime@lemmy.dbzer0.com 5 points 1 year ago (1 children)

Good question, hadn't thought about it. I guess I'd probably just send it encoded in base64 and tell them to decode it, like people do with torrent hashes. Won't stop other people from decoding but it should stop the bots, to stop other people I'd use PGP.

Spam is definitely possible, I got some once, but I think they were sniping a room's list of members because I haven't given it out like that online, so it had to be something like that.

[–] pglpm@lemmy.ca 3 points 1 year ago

Thank you for the info! As I'm completely new to Matrix I was indeed wondering. Probably the spam problem will increase as it becomes more popular....