From 303a81cbc7f7fa9636011163b404a2a5355155d1 Mon Sep 17 00:00:00 2001 From: randy Date: Thu, 26 Apr 2018 15:24:30 -0300 Subject: [PATCH] added missing required parameter "verify_ssl" to READMEs' description of required config file --- README.md | 4 ++++ README.org | 4 ++++ README.rst | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/README.md b/README.md index 3bf7360..bd74c89 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,7 @@ Then, you will have to create a config file. We'll call it `config.ini`. In that nick = jabbergram token = jabbergramBotTokken group = -10293943920 + verify_ssl = 1 The only thing worth mentioning is the `token` section, which is said to you when creating the bot, and the `group`, that is the `Telegram` group ID. @@ -92,6 +93,7 @@ There only can be one configuration file. This is because it can only be one bot nick = jabbergram token = jabbergramBotTokken group = -10293943920 120301203 + verify_ssl = 1 Thus, the example's muc "exampleMuc@muc.nope.org" syncs with the group "-10293943920" and "segunda@muc.sip.org" with "120 301203". @@ -156,6 +158,7 @@ A continuación, hay que crear un archivo de configuración, que llamaremos `con nick = jabbergram token = jabbergramBotTokken group = -10,293,943,920 + verify_ssl = 1 La única cosa que vale la pena mencionar es la sección del `token` (que es la que nos da cuando se crea el robot) y el `group`, que es ID del grupo de `Telegram`. @@ -172,6 +175,7 @@ Sólo puede haber un archivo de configuración. Esto es debido a que sólo puede nick = jabbergram token = jabbergramBotTokken group = -10293943920 120301203 + verify_ssl = 1 De este modo, el muc "exampleMuc@muc.nope.org" se sincronizará con el grupo "-10293943920", y "segunda@muc.sip.org" con "120301203". Hecho esto, solo queda ejecutarlo en la terminal: `python3 jabbergram.py config.ini`. Hay que tenerla activa siempre que se quiera que funcione, obviamente. diff --git a/README.org b/README.org index 9a33ca7..a7a4cf2 100644 --- a/README.org +++ b/README.org @@ -44,6 +44,7 @@ nick = jabbergram token = jabbergramBotTokken group = -10293943920 + verify_ssl = 1 #+END_SRC The only thing worth mentioning is the =token= section, which is said to you when creating the bot, and the =group=, that is the =Telegram= group ID. @@ -60,6 +61,7 @@ nick = jabbergram token = jabbergramBotTokken group = -10293943920 120301203 + verify_ssl = 1 #+END_SRC Thus, the example's muc "exampleMuc@muc.nope.org" syncs with the group "-10293943920" and "segunda@muc.sip.org" with "120 301203". @@ -123,6 +125,7 @@ nick = jabbergram token = jabbergramBotTokken group = -10,293,943,920 + verify_ssl = 1 #+END_SRC La única cosa que vale la pena mencionar es la sección del =token= (que es la que nos da cuando se crea el robot) y el =group=, que es ID del grupo de =Telegram=. @@ -139,6 +142,7 @@ nick = jabbergram token = jabbergramBotTokken group = -10293943920 120301203 + verify_ssl = 1 #+END_SRC De este modo, el muc "exampleMuc@muc.nope.org" se sincronizará con el grupo "-10293943920", y "segunda@muc.sip.org" con "120301203". Hecho esto, solo queda ejecutarlo en la terminal: =python3 jabbergram.py config.ini=. Hay que tenerla activa siempre que se quiera que funcione, obviamente. diff --git a/README.rst b/README.rst index 146091d..1952300 100644 --- a/README.rst +++ b/README.rst @@ -66,6 +66,7 @@ Then, you will have to create a config file. We'll call it ``config.ini``. In th nick = jabbergram token = jabbergramBotTokken group = -10293943920 + verify_ssl = 1 The only thing worth mentioning is the ``token`` section, which is said to you when creating the bot, and the ``group``, that is the ``Telegram`` group ID. @@ -86,6 +87,7 @@ There only can be one configuration file. This is because it can only be one bot nick = jabbergram token = jabbergramBotTokken group = -10293943920 120301203 + verify_ssl = 1 Thus, the example's muc "exampleMuc@muc.nope.org" syncs with the group "-10293943920" and "segunda@muc.sip.org" with "120 301203". @@ -170,6 +172,7 @@ A continuación, hay que crear un archivo de configuración, que llamaremos ``co nick = jabbergram token = jabbergramBotTokken group = -10,293,943,920 + verify_ssl = 1 La única cosa que vale la pena mencionar es la sección del ``token`` (que es la que nos da cuando se crea el robot) y el ``group``, que es ID del grupo de ``Telegram``. @@ -190,6 +193,7 @@ Sólo puede haber un archivo de configuración. Esto es debido a que sólo puede nick = jabbergram token = jabbergramBotTokken group = -10293943920 120301203 + verify_ssl = 1 De este modo, el muc "exampleMuc@muc.nope.org" se sincronizará con el grupo "-10293943920", y "segunda@muc.sip.org" con "120301203".