From 32bb85690b8a07490046495aee083159493fd4c6 Mon Sep 17 00:00:00 2001 From: Peter Saint-Andre Date: Fri, 18 Apr 2008 16:22:25 +0000 Subject: [PATCH] XMPP URI reference git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@1767 4b5297f7-1745-476d-ba37-a9c6900126ab --- xep-0157.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xep-0157.xml b/xep-0157.xml index e545bfce..bc7f8194 100644 --- a/xep-0157.xml +++ b/xep-0157.xml @@ -144,7 +144,7 @@

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.

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.

-

A service provider that supports the functionality specified herein may advertise the service through a Mailto URI (see &rfc2368;) of <mailto:xmpp@domain.tld> and through appropriate XMPP URIs (see &rfc4622;) such as <xmpp:admins@domain.tld> or (per &xep0147;) <xmpp:admins@domain.tld?message>.

+

A service provider that supports the functionality specified herein may advertise the service through a Mailto URI (see &rfc2368;) of <mailto:xmpp@domain.tld> and through appropriate XMPP URIs (see &rfc5122;) such as <xmpp:admins@domain.tld> or (per &xep0147;) <xmpp:admins@domain.tld?message>.

It is a matter of service policy whether the XMPP addresses provided are dedicated accounts or aliases that redirect communications to the appropriate accounts.