Re[2]: [JDEV] URL form of JID?

2001-09-24 Thread Thomas Parslow (PatRat)
>> > I'd much rather add a query to the URL indicating the action: >> > >> > jabber:[EMAIL PROTECTED]?action=message # send IM (default action) >> > jabber:[EMAIL PROTECTED]?action=roster # add to roster >> > >> > jabber:[EMAIL PROTECTED]?action=chat # join a chat room >> >> I think this mak

Re: [JDEV] URL form of JID?

2001-09-24 Thread Christian Mogensen
> Is there a standard way to represent a JID as a URL (analogous to a > mailto: URL)? The most basic form would be something like > "jabber:user@host/resource" and the default action when clicked would be > to send an IM to that user. URL identify RESOURCES - people, places, documents, stuff.

RE: [JDEV] URL form of JID?

2001-09-24 Thread Emswiler, Mike
PROTECTED] Subject: Re: [JDEV] URL form of JID? On Fri, Sep 21, 2001 at 11:48:52AM -0700, Jens Alfke wrote: > Is there a standard way to represent a JID as a URL (analogous to a > mailto: URL)? The most basic form would be something like > "jabber:user@host/resource" and the default

Re: [JDEV] URL form of JID?

2001-09-24 Thread DJ Adams
On Mon, Sep 24, 2001 at 07:44:21PM +1000, Michael Brown wrote: > > jabber:[EMAIL PROTECTED]?action=chat # join a chat room > > > > vs > > > > jabber:[EMAIL PROTECTED]?action=join # join a chat room > > jabber:[EMAIL PROTECTED]?action=chat joining a chatroom could get > confusing. I would hav

Re: [JDEV] URL form of JID?

2001-09-24 Thread Michael Brown
> > I'd much rather add a query to the URL indicating the action: > > > > jabber:[EMAIL PROTECTED]?action=message # send IM (default action) > > jabber:[EMAIL PROTECTED]?action=roster # add to roster > > > > jabber:[EMAIL PROTECTED]?action=chat # join a chat room > > I think this makes a lot

Re: [JDEV] URL form of JID?

2001-09-23 Thread DJ Adams
On Sat, Sep 22, 2001 at 09:28:40AM -0700, Jens Alfke wrote: > > So then we could have two queries/qualifiers: > "type=" indicates the type of ID (person, chat, ...?) If missing, > 'person' is assumed. Could we link it with the browse types in the jabber:iq:browse namespace? dj

Re: [JDEV] URL form of JID?

2001-09-23 Thread DJ Adams
On Fri, Sep 21, 2001 at 11:13:56PM -0700, Jens Alfke wrote: > > I'd much rather add a query to the URL indicating the action: > > jabber:[EMAIL PROTECTED]?action=message # send IM (default action) > jabber:[EMAIL PROTECTED]?action=roster # add to roster > > jabber:[EMAIL PROTECTED]?acti

Re: [JDEV] URL form of JID?

2001-09-22 Thread Jens Alfke
On Saturday, September 22, 2001, at 01:06 AM, David Waite wrote: > I'm curious - would we want to indicate something is an entity with a > lot of different interactions (a chatroom could be joined or have its > history displayed and searched; a person could be added, conversed with > or viewe

Re: [JDEV] URL form of JID?

2001-09-22 Thread David Waite
I'm curious - would we want to indicate something is an entity with a lot of different interactions (a chatroom could be joined or have its history displayed and searched; a person could be added, conversed with or viewed via vCard), or do we want to represent a specific action against an enti

Re: [JDEV] URL form of JID?

2001-09-21 Thread Jens Alfke
On Friday, September 21, 2001, at 06:23 PM, Bernd Eckenfels wrote: One might think about having our own mime-type, cause it is more flexible. We can have a application/x-jabber-control .XJC thing, which is required to be a special XML Document, allowing or the above things and other things like

Re: [JDEV] URL form of JID?

2001-09-21 Thread Bernd Eckenfels
On Fri, Sep 21, 2001 at 05:08:14PM -0400, Julian Missig wrote: > Whenever I represent a JID as a URI, I use jabber:user@host/resource - > this was sort of agreed upon as a standard (originally you had to have > jabberids like that, but they decided jabber: is not needed when within > the protoc

Re: [JDEV] URL form of JID?

2001-09-21 Thread Julian Missig
Whenever I represent a JID as a URI, I use jabber:user@host/resource - this was sort of agreed upon as a standard (originally you had to have jabberids like that, but they decided jabber: is not needed when within the protocol) Julian DJ Adams wrote: > On Fri, Sep 21, 2001 at 11:48:52AM -070

Re: [JDEV] URL form of JID?

2001-09-21 Thread DJ Adams
On Fri, Sep 21, 2001 at 11:48:52AM -0700, Jens Alfke wrote: > Is there a standard way to represent a JID as a URL (analogous to a > mailto: URL)? The most basic form would be something like > "jabber:user@host/resource" and the default action when clicked would be > to send an IM to that user.

[JDEV] URL form of JID?

2001-09-21 Thread Jens Alfke
Is there a standard way to represent a JID as a URL (analogous to a mailto: URL)? The most basic form would be something like "jabber:user@host/resource" and the default action when clicked would be to send an IM to that user. It occurs to me that a second form would be useful for conferences