From 3ad55c746e1a28f457a5b1f26873097c263812a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Sun, 16 Dec 2018 16:28:02 +0000 Subject: impromptu: add or update documentation for commands MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- doc/source/commands.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'doc') diff --git a/doc/source/commands.rst b/doc/source/commands.rst index f28f992f..d5424e61 100644 --- a/doc/source/commands.rst +++ b/doc/source/commands.rst @@ -218,6 +218,11 @@ These commands work in *any* tab. /invitations Show the pending invitations. + /impromptu + **Usage:** ``/impromptu [jid ..]`` + + Invite specified JIDs into a newly created room. + /activity **Usage:** ``/activity [ [specific] [comment]]`` @@ -472,6 +477,12 @@ Normal Conversation tab commands Get the software version of the current interlocutor (usually its XMPP client and Operating System). + /invite + **Usage:** ``/invite [jid ..]`` + + Invite specified JIDs, with this contact, into a newly + created room. + .. _rostertab-commands: Contact list tab commands -- cgit v1.2.3 From 91ee1211953fc4ad1407dee35c760abbf6b25d64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Sun, 16 Dec 2018 16:40:15 +0000 Subject: impromptu: document default_muc_service MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- doc/source/configuration.rst | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc') diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst index 6baa6a27..da6d7954 100644 --- a/doc/source/configuration.rst +++ b/doc/source/configuration.rst @@ -81,6 +81,15 @@ and certificate validation. you know what you are doing, see the :ref:`ciphers` dedicated section for more details. + default_muc_service + + **Default value:** ``[empty]`` + + If specified, will be used instead of the MUC service provided by + the user domain. + + .. versionadded:: 0.13 + force_encryption **Default value:** ``true`` -- cgit v1.2.3 From 9b25abf9fbe8781dffa054d6483725c13df74a16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Sun, 16 Dec 2018 16:41:53 +0000 Subject: impromptu: add versionadded info in doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- doc/source/commands.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') diff --git a/doc/source/commands.rst b/doc/source/commands.rst index d5424e61..054f6ccd 100644 --- a/doc/source/commands.rst +++ b/doc/source/commands.rst @@ -223,6 +223,8 @@ These commands work in *any* tab. Invite specified JIDs into a newly created room. + .. versionadded:: 0.13 + /activity **Usage:** ``/activity [ [specific] [comment]]`` @@ -483,6 +485,8 @@ Normal Conversation tab commands Invite specified JIDs, with this contact, into a newly created room. + .. versionadded:: 0.13 + .. _rostertab-commands: Contact list tab commands -- cgit v1.2.3