From 1dae46a23dcf70562558c664be2645bfff3246df Mon Sep 17 00:00:00 2001 From: Peter Saint-Andre Date: Thu, 29 Apr 2010 21:42:12 +0000 Subject: [PATCH] copy-and-paste error git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@4190 4b5297f7-1745-476d-ba37-a9c6900126ab --- xep-0205.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xep-0205.xml b/xep-0205.xml index e6b51531..45c48ef2 100644 --- a/xep-0205.xml +++ b/xep-0205.xml @@ -99,10 +99,10 @@

A server implementation SHOULD enable a server administrator to limit the number of connection attempts that it will accept from a given IP address in a given time period (e.g., one hour). Alternatively, it is possible to limit the number of connections at the TCP layer rather than at the XMPP application layer. Care must be taken in doing so, since limits at the TCP layer might result in an inability to access non-XMPP services.

-

If an entity attempts to connect but the maximum number of connections has been reached, the receiving server MUST NOT allow the new connection to proceed. There are no XMPP errors associated with this behavior, since it occurs at the binding (TCP or HTTP) level before an XML stream is initiated.

+

If an entity attempts to connect but the maximum number of connection attempts has been reached, the receiving server MUST NOT allow the new connection to proceed. There are no XMPP errors associated with this behavior, since it occurs at the binding (TCP or HTTP) level before an XML stream is initiated.

-

In accordance with RFC 3920, a server MUST NOT process XML stanzas (i.e., &MESSAGE;, &PRESENCE;, or &IQ;) from clients that have not provided appropriate authentication credentials, and MUST NOT process XML stanzas from peer servers whose identity it has not either authenticated via SASL (see &rfc4422;) or verified via server dialback.

+

In accordance with RFC 3920, a server MUST NOT process XML stanzas (i.e., &MESSAGE;, &PRESENCE;, or &IQ;) from clients that have not yet provided appropriate authentication credentials, and MUST NOT process XML stanzas from peer servers whose identity it has not either authenticated via SASL (see &rfc4422;) or verified via server dialback.

A server implementation SHOULD enable a server administrator to limit the number of resources it will allow an account to bind at any one time.