Port 6659 has been applied for in the IANA registry.
authorEric S. Raymond <esr@thyrsus.com>
Tue, 4 Sep 2012 03:18:28 +0000 (23:18 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Tue, 4 Sep 2012 03:18:28 +0000 (23:18 -0400)
irker
irker.xml

diff --git a/irker b/irker
index 74ecde940b7b6cebd66555f8abb56a8f85ec653d..47f4ed22efd9770ca1d1eafc4ff5243a8c2f75e6 100755 (executable)
--- a/irker
+++ b/irker
@@ -22,7 +22,7 @@ http://sourceforge.net/projects/python-irclib
 # These things might need tuning
 
 HOST = "localhost"
-PORT = 4747                    # Overridden by -p option
+PORT = 6659                    # Overridden by -p option
 
 NAMESTYLE = "irker%03d"                # IRC nick template - must contain '%d'
 XMIT_TTL = (3 * 60 * 60)       # Time to live, seconds from last transmit
index 21b4d1e6c40f9777e23ccae977088ece761a6f44..1128805b938c232b377a3d2622569530fdb91138 100644 (file)
--- a/irker.xml
+++ b/irker.xml
@@ -32,7 +32,7 @@ channels. The use case in mind when it was designed was broadcasting
 notifications from commit hooks in version-control systems.</para>
 
 <para><application>irker</application> is a socket server that listens
-on for UDP or TCP packets on a port (normally 4747) for textual
+on for UDP or TCP packets on a port (normally 6659) for textual
 request lines containing JSON objects and terminated by a
 newline. Each JSON object must have exactly two members: "to"
 specifying a destination or destination list, and "privmsg" specifying