From bea291208191bdab624311e8ca30e9b9374d3445 Mon Sep 17 00:00:00 2001 From: stas Date: Wed, 11 Apr 2007 13:06:05 +0000 Subject: - Sync service names with IANA (http://www.iana.org/assignments/port-numbers). The registration names for 5222(tcp,udp) and 5269(tcp,udp) was changed to xmpp-client and xmpp-server correspondingly. This inconsistency causes problems to applications developed on other systems, as they tries to use port numbers from /etc/services as fallback. PR: conf/100606 Submitted by: Ralph Meijer Approved by: maxim MFC after: 1 week --- etc/services | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'etc/services') diff --git a/etc/services b/etc/services index 6651a56..b854b55 100644 --- a/etc/services +++ b/etc/services @@ -1995,12 +1995,12 @@ aol-2 5192/tcp #AmericaOnline2 aol-2 5192/udp #AmericaOnline2 aol-3 5193/tcp #AmericaOnline3 aol-3 5193/udp #AmericaOnline3 -jabber-client 5222/tcp #Jabber Client Connection -jabber-client 5222/udp #Jabber Client Connection +xmpp-client 5222/tcp #XMPP Client Connection +xmpp-client 5222/udp #XMPP Client Connection padl2sim 5236/tcp padl2sim 5236/udp -jabber-server 5269/tcp #Jabber Server Connection -jabber-server 5269/udp #Jabber Server Connection +xmpp-server 5269/tcp #XMPP Server Connection +xmpp-server 5269/udp #XMPP Server Connection hacl-hb 5300/tcp # HA cluster heartbeat hacl-hb 5300/udp # HA cluster heartbeat hacl-gs 5301/tcp # HA cluster general services -- cgit v1.1