From: Eric S. Raymond Date: Thu, 27 Sep 2012 03:03:12 +0000 (-0400) Subject: We have a fixed port. X-Git-Tag: 1.0~46 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3166943cfe0a3f6da24418d85d2e33cec9f1801e;p=irker.git We have a fixed port. --- diff --git a/irker.xml b/irker.xml index 2bfb368..af933af 100644 --- a/irker.xml +++ b/irker.xml @@ -31,11 +31,11 @@ channels. The use case in mind when it was designed was broadcasting notifications from commit hooks in version-control systems. irker is a socket server that listens -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 -the message test. Examples: +on for UDP or TCP packets on port 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 the message test. +Examples: {"to":"irc://chat.freenode.net/git-ciabot", "privmsg":"Hello, world!"}