[jdev] Question on XMPP URIs?

Ishan De Silva ishan.asf at gmail.com
Fri Dec 15 05:08:41 CST 2006


Hi,

Generally a URI is of the form "scheme://authority/path". For example 
http://www.example.com/index.html

A JID is of the form node at domain/resource. If we have a JID 
guest at example.com/Home, according to RFC 4622, the XMPP URI take the 
form xmpp://guest@example.com/Home.

Is there a way that we can map an XMPP URI to the general URI format 
where we don't have the "node@" component? I mean can we have 
xmpp://example.com/node/Home?

Which part of an XMPP URI is analogous to the "path" of a generic URI? 
Is it both "node" and "resource" or "resource" only?


Thanks,
Ishan.




More information about the JDev mailing list