главная|main page

состояние|status

блог|blog

файлы|files

программы|software

summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorJonas Wielicki <j.wielicki@sotecware.net>2018-04-20 13:10:53 +0200
committerJonas Wielicki <j.wielicki@sotecware.net>2018-04-20 13:10:53 +0200
commit7d2270ad9f8b58c485a0bbcf9ccacb8a637ea8f6 (patch)
tree318e175102be335befb5ba8e75ad069eb3659ad4 /README.rst
parentd6a1a59cc93c67336b13dcef36547e6345980096 (diff)
Note about the test environment
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 5efc5d6..26607ca 100644
--- a/README.rst
+++ b/README.rst
@@ -5,6 +5,8 @@ Do you know that situation, you really really need an XMPP echo bot, but you don
This is an XMPP echo bot written in (mostly) sed. Bash is used to do the pre-authentication setup (look up DNS records, establish TLS via ``openssl s_client``). sed processes the XML stream and handles all interaction with the server on the XMPP level. Yes, this kinda parses XML in sed.
+Tested to work against Prosody 0.9.
+
Tricks and shortcuts
--------------------