I would see many interesting use cases for identifiers like @domain.tld (without local username part). One of them people could use them for personal ones like @franky.me (rather than fra...@franky.me) second for identifying groups like @it.example.com
Does anyone see significant drawbacks of having such identifiers available?
Cheers!
=)
~ elf Pavlik ~
As evidence, I can only offer that in ~30 years, email has never
adopted that form of addressing, even though nothing ever stopped
anyone from trying.
b.
I would not recommend this. Of course, one can always query any URI, so querying http://franky.me is a valid query. If you wish to get a person or group, though, I think there is far less confusion with user@domain notation. Groups are identified similarly.
I think it's important that there is a clear delineation between user addresses and hostnames, presented in a form humans can quickly recognize.
Paul
~ elf pavlik ~
If you take into account XMPP, where the bare domain is a valid JID and
is used, you don't want to get that mixed up with the default user.
% finger @vax1.example.com
[vax1.example.com]
Login Name Tty Idle Login Time Office Office Phone
john John Doe pts/2 4 Feb 21 09:40 (76.139.98.235:S.0)
jane Jane Doe pts/7 Feb 23 10:57 (57.129.122.14)
...
Note that modern finger servers typically no longer allow this type of query for security reasons.
For wfinger (the finger command with WebFinger support: http://extechops.net/2010/08/28/wfinger/), I thought the closest matching modern protocol would be humans.txt (http://humanstxt.org/). So wfinger displays the sites humans.txt file when given @domain.tld. For example:
% wfinger @google.com
[google.com - humans]
Google is built by a large team of engineers, designers, researchers, robots, and others ...
Other examples via the wfinger gateway:
http://wfinger.habilis.net/@google.com
http://wfinger.habilis.net/@movethewebforward.org
http://wfinger.habilis.net/@technologyreview.com
Anyway, an example use of @domain.tld "in the wild."
Cheers - Chuck
http://chuck.habilis.net/
I really would like to have something like @domain.tld available to refer to projects. For example @unhosted.org or @ostatus.org, I wonder if LRDD could express something similar as DOAP does? Short description, description, homepage, participants list to get started.Or maybe just link to DOAP file...
Also specifying group/project salomon endpoint could come useful for some OStatus related features...
Hearing that xmpp has bare domain jid available also may gave some foundation for compatibility in this direction?
Thanks everyone for sharing your creative ideas!
=)
~ elf Pavlik ~
Excerpts from Chuck Houpt's message of 2012-02-24 17:21:09 +0000: