From b36247e7c9224a6a1a7eeaa7f8f96dcf33472c7c Mon Sep 17 00:00:00 2001 From: mathieui Date: Tue, 22 May 2012 20:04:41 +0200 Subject: =?UTF-8?q?Remove=20the=20unused=20=E2=80=9Cport=E2=80=9D=20option?= =?UTF-8?q?.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit custom_port is already used instead. --- data/default_config.cfg | 3 --- doc/en/configure.txt | 4 ---- src/core.py | 2 +- 3 files changed, 1 insertion(+), 8 deletions(-) diff --git a/data/default_config.cfg b/data/default_config.cfg index 61c30c21..f109e394 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -7,9 +7,6 @@ # the server. Make sure the server you're using accepts anonymous authentification server = anon.louiz.org -# the port you'll use to connect -port = 5222 - # SSL Certificate fingerprint # Do not touch this if you don’t know what you are doing certificate = diff --git a/doc/en/configure.txt b/doc/en/configure.txt index e5098da1..81bb8198 100644 --- a/doc/en/configure.txt +++ b/doc/en/configure.txt @@ -44,10 +44,6 @@ section of this documentation. Make sure it accepts anonymous authentification Note that this option doesn’t do anything at all if you’re using your own JID. -*port*:: 5222 - - The port you’ll use to connect. - *certificate*:: [empty] The fingerprint of the SSL certificate as a hexadecimal string, you should diff --git a/src/core.py b/src/core.py index 7719d44f..1e7f8a93 100644 --- a/src/core.py +++ b/src/core.py @@ -1573,7 +1573,7 @@ class Core(object): current.send_chat_state('active') def command_rawxml(self, arg): - """" + """ /rawxml """ if not arg: -- cgit v1.2.3