From adccf6c6ef0496a1adc744dc64c6b15147fe15e7 Mon Sep 17 00:00:00 2001 From: stpeter Date: Wed, 5 Jan 2011 11:49:15 -0700 Subject: [PATCH] clarified default port --- xep-0065.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xep-0065.xml b/xep-0065.xml index 22290599..ab8bfe30 100644 --- a/xep-0065.xml +++ b/xep-0065.xml @@ -753,7 +753,7 @@ DATA = (payload)

The <streamhost/> element contains the bytestream connection information. This element has attributes for the StreamHost's JID, network host/address, and network port. This element MUST NOT contain any XML character data or child elements.

The "jid" attribute specifies the StreamHost's JID. This attribute MUST be present, and MUST be a valid JID for communication over XMPP.

The "host" attribute specifies the host to connect to. This attribute MUST be present. The value MUST be either an IPv4 or IPv6 address, or a resolvable DNS domain name.

-

The "port" attribute specifies the port to connect to. This attribute MAY be present. The value MUST be a valid port number in decimal form.

+

The "port" attribute specifies the port to connect to. This attribute MAY be present. The value MUST be a valid port number in decimal form. If not specified, the port value is "1080" (in accordance with RFC 1928).

When communicating the available hosts, the Requester MUST the host and port.

@@ -892,7 +892,7 @@ DATA = (payload) - +