XMPP URI reference

git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@1767 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Peter Saint-Andre 2008-04-18 16:22:25 +00:00
parent e2862794bf
commit 32bb85690b
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@
<section1 topic='Deployment Notes' anchor='deploy'>
<p>The "domain.tld" at which the XMPP service is hosted need not be the same as the "domain.tld" at which the email service is hosted. For example, it is common for a service provider to host its XMPP service at a hostname such as "jabber.example.org" whereas email related to the service provider is sent to a hostname of "example.org". Thus while the XMPP address and email address may be the same for some service providers (e.g., both "xmpp@example.com"), that similarity is not necessary.</p>
<p>Although some service providers that use the same address for both XMPP and email messaging may integrate delivery of messages sent by those mechanisms (e.g., XMPP messages sent while a user is offline are redirected to email delivery), XMPP and email remain separate messaging systems.</p>
<p>A service provider that supports the functionality specified herein may advertise the service through a Mailto URI (see &rfc2368;) of &lt;mailto:xmpp@domain.tld&gt; and through appropriate XMPP URIs (see &rfc4622;) such as &lt;xmpp:admins@domain.tld&gt; or (per &xep0147;) &lt;xmpp:admins@domain.tld?message&gt;.</p>
<p>A service provider that supports the functionality specified herein may advertise the service through a Mailto URI (see &rfc2368;) of &lt;mailto:xmpp@domain.tld&gt; and through appropriate XMPP URIs (see &rfc5122;) such as &lt;xmpp:admins@domain.tld&gt; or (per &xep0147;) &lt;xmpp:admins@domain.tld?message&gt;.</p>
<p>It is a matter of service policy whether the XMPP addresses provided are dedicated accounts or aliases that redirect communications to the appropriate accounts.</p>
</section1>
<section1 topic='Security Considerations' anchor='security'>