2013-04-08 17:17:32 +00:00
|
|
|
|
Commands
|
|
|
|
|
========
|
|
|
|
|
|
2013-04-12 18:52:28 +00:00
|
|
|
|
Commands start with the ``/`` character and can take a list of any number
|
2013-04-08 17:17:32 +00:00
|
|
|
|
of arguments, separated by spaces. If an argument should contain a space,
|
2013-04-12 18:52:28 +00:00
|
|
|
|
you can use the ``"`` character to surround this argument.
|
2013-04-08 17:17:32 +00:00
|
|
|
|
|
|
|
|
|
The commands described in this page are shown like this:
|
|
|
|
|
|
2013-04-09 23:49:09 +00:00
|
|
|
|
``/command <mandatory argument> [optional argument]``
|
2013-04-08 17:17:32 +00:00
|
|
|
|
|
2013-04-12 18:52:28 +00:00
|
|
|
|
You can get the same help as below from inside poezio with the :term:`/help` command.
|
2013-04-08 17:17:32 +00:00
|
|
|
|
|
|
|
|
|
.. note:: Use command parameters like this:
|
|
|
|
|
|
|
|
|
|
- Do not use quotes if they are unnecessary (words without special chars or spaces)
|
2019-01-04 12:54:26 +00:00
|
|
|
|
- If the command takes several arguments, you need to put quotes around arguments containing special chars such as backslashes or quotes
|
2013-04-08 17:17:32 +00:00
|
|
|
|
- If the command always takes only one argument, then do not use quotes even for words containing special chars
|
|
|
|
|
|
2013-04-12 18:52:28 +00:00
|
|
|
|
.. _global-commands:
|
|
|
|
|
|
2013-04-08 17:17:32 +00:00
|
|
|
|
Global commands
|
|
|
|
|
~~~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
|
|
These commands work in *any* tab.
|
|
|
|
|
|
2013-04-09 20:49:17 +00:00
|
|
|
|
.. glossary::
|
|
|
|
|
:sorted:
|
|
|
|
|
|
|
|
|
|
/help
|
|
|
|
|
**Usage:** ``/help [command]``
|
|
|
|
|
|
|
|
|
|
If called without an argument, this command will list the
|
|
|
|
|
available commands. If it has a valid command as an argument, this command
|
|
|
|
|
will show the usage and the help for the given command.
|
|
|
|
|
|
|
|
|
|
/join
|
|
|
|
|
**Usage:** ``/join [room_name][@server][/nick] [password]``
|
|
|
|
|
|
|
|
|
|
Join the specified room. You
|
|
|
|
|
can specify a nickname after a slash (/). If no nickname is specified, you
|
|
|
|
|
will use the default_nick in the configuration file. You can omit the room
|
|
|
|
|
name: you will then join the room you're looking at (useful if you were
|
|
|
|
|
kicked). You can also provide a room_name without specifying a server, the
|
|
|
|
|
server of the room you're currently in will be used. You can also provide a
|
|
|
|
|
password to join the room.
|
|
|
|
|
|
|
|
|
|
*Examples:*
|
|
|
|
|
|
|
|
|
|
- ``/join room@server.tld``
|
|
|
|
|
- ``/join room@server.tld/John``
|
|
|
|
|
- ``/join room2``
|
|
|
|
|
- ``/join /me_again``
|
|
|
|
|
- ``/join``
|
|
|
|
|
- ``/join room@server.tld/my_nick password``
|
|
|
|
|
- ``/join / password``
|
|
|
|
|
|
2014-04-26 12:05:28 +00:00
|
|
|
|
/destroy_room
|
2020-12-27 00:37:35 +00:00
|
|
|
|
**Usage:** ``/destroy_room [room JID [reason [alternative venue]]]``
|
2014-04-26 12:05:28 +00:00
|
|
|
|
|
|
|
|
|
Try to destroy the room given as a parameter, or the current room
|
|
|
|
|
is not parameter is given and the current tab is a chatroom.
|
|
|
|
|
|
|
|
|
|
You need to be the owner of a room or a server admin to destroy it.
|
|
|
|
|
|
2013-04-09 20:49:17 +00:00
|
|
|
|
/exit
|
|
|
|
|
/quit
|
|
|
|
|
Just disconnect from the server and exit poezio.
|
|
|
|
|
|
2014-03-27 23:15:31 +00:00
|
|
|
|
/load
|
2014-04-10 22:55:42 +00:00
|
|
|
|
**Usage:** ``/load <plugin name> [<other plugin> …]``
|
2013-04-10 18:04:29 +00:00
|
|
|
|
|
2014-04-10 22:55:42 +00:00
|
|
|
|
Load or reload one or several plugins.
|
2014-03-27 23:15:31 +00:00
|
|
|
|
|
|
|
|
|
/unload
|
2014-04-10 22:55:42 +00:00
|
|
|
|
**Usage:** ``/unload <plugin name> [<other plugin> …]``
|
2014-03-27 23:15:31 +00:00
|
|
|
|
|
2014-04-10 22:55:42 +00:00
|
|
|
|
Unload one or several plugins.
|
2013-04-10 18:04:29 +00:00
|
|
|
|
|
|
|
|
|
/plugins
|
|
|
|
|
List the loaded plugins.
|
|
|
|
|
|
2013-04-09 20:49:17 +00:00
|
|
|
|
/next
|
|
|
|
|
Go to the next room.
|
|
|
|
|
|
|
|
|
|
/prev
|
|
|
|
|
Go to the previous room.
|
|
|
|
|
|
|
|
|
|
/win
|
|
|
|
|
/w
|
2016-10-13 15:37:46 +00:00
|
|
|
|
**Usage:** ``/win <number or string>``
|
2013-04-09 20:49:17 +00:00
|
|
|
|
|
2016-10-13 15:37:46 +00:00
|
|
|
|
Go to the matching tab. If the argument is a number, it goes to the tab with that number.
|
|
|
|
|
Otherwise, it goes to the next tab whose name contains the given string.
|
2013-04-09 20:49:17 +00:00
|
|
|
|
|
2020-05-10 09:21:56 +00:00
|
|
|
|
/wup
|
|
|
|
|
|
|
|
|
|
**Usage:** ``/wup <prefix>``
|
|
|
|
|
|
|
|
|
|
Go to the tab whose name starts with `prefix`. If multiple tabs start
|
|
|
|
|
with that prefix, no action is taken.
|
|
|
|
|
|
|
|
|
|
(Mnemonic: Window by Unique Prefix)
|
|
|
|
|
|
2013-04-09 20:49:17 +00:00
|
|
|
|
/status
|
|
|
|
|
**Usage:** ``/status <availability> [status message]``
|
|
|
|
|
|
|
|
|
|
Set your availability and
|
2019-01-04 12:54:26 +00:00
|
|
|
|
(optionally) your status message. The <availability> argument is one of
|
2013-04-09 20:49:17 +00:00
|
|
|
|
"available, chat, away, afk, dnd, busy, xa" and the optional [status] argument
|
|
|
|
|
will be your status message.'
|
|
|
|
|
|
|
|
|
|
/bookmark
|
|
|
|
|
**Usage:** ``/bookmark [roomname][/nick] [autojoin] [password]``
|
|
|
|
|
|
|
|
|
|
Bookmark the specified
|
|
|
|
|
room. This command uses almost the same syntax as /join. Type ``/help join`` for
|
|
|
|
|
syntax examples. Note that when typing /bookmark on its own, the room will be
|
|
|
|
|
bookmarked with the nickname you're currently using in this room (instead of
|
|
|
|
|
default_nick). You can specify an optional *autojoin* and *password* if you
|
|
|
|
|
call it with the full line (/bookmark alone will put the room in autojoin
|
|
|
|
|
without password). The bookmarks stored with this command are stored on your
|
|
|
|
|
xmpp server.
|
|
|
|
|
|
|
|
|
|
/bookmark_local
|
|
|
|
|
**Usage:** ``/bookmark_local [roomname][/nick]``
|
|
|
|
|
|
|
|
|
|
Bookmark the specified room (you will
|
|
|
|
|
then auto-join it on each poezio start). This commands uses almost the same
|
|
|
|
|
syntax as /join. Type /help join for syntax examples. Note that when typing
|
|
|
|
|
/bookmark on its own, the room will be bookmarked with the nickname you're
|
|
|
|
|
currently using in this room (instead of default_nick). The bookmarks stored
|
|
|
|
|
with this command will be stored locally. They have priority over the ones
|
|
|
|
|
stored online.
|
|
|
|
|
|
|
|
|
|
/remove_bookmark
|
|
|
|
|
**Usage:** ``/remove_bookmark [room_jid]``
|
|
|
|
|
|
|
|
|
|
Remove the bookmark on *room_jid* or the one on the current tab, if any.
|
|
|
|
|
|
|
|
|
|
/bookmarks
|
2016-08-20 22:19:12 +00:00
|
|
|
|
**Usage:** ``/bookmarks``
|
|
|
|
|
|
|
|
|
|
Open a :ref:`bookmarks tab` in order to edit the current boookmarks.
|
2013-04-09 20:49:17 +00:00
|
|
|
|
|
|
|
|
|
/set
|
|
|
|
|
**Usage:** ``/set [plugin|][section] <option> <value>``
|
|
|
|
|
|
|
|
|
|
Set the value to the option in
|
|
|
|
|
your configuration file. You can, for example, change your default nickname
|
2016-10-08 21:40:03 +00:00
|
|
|
|
by doing "/set default_nick toto" or your password with "/set password
|
2013-04-09 20:49:17 +00:00
|
|
|
|
blabla". Doing so will write in the main config file, and in the main
|
|
|
|
|
section ([Poezio]). But you can also write to another section, with ``/set
|
|
|
|
|
bindings M-i ^i``, to a plugin configuration with ``/set mpd_client| host
|
|
|
|
|
main`` (notice the **|**, it is mandatory to write in a plugin), or even to
|
|
|
|
|
another section in a plugin configuration ``/set plugin|other_section option
|
|
|
|
|
value``. **toggle** can be used as a special value for a boolean option. It
|
|
|
|
|
just set the option to true if it’s currently false, and to false if it’s
|
|
|
|
|
currently true.
|
|
|
|
|
|
2014-12-05 20:35:35 +00:00
|
|
|
|
/set_default
|
|
|
|
|
**Usage:** ``/set_default [section] <option>``
|
|
|
|
|
|
|
|
|
|
Set the value of an option back to the default. For example,
|
2016-10-08 21:40:03 +00:00
|
|
|
|
``/set_default password`` will reset the ``password`` option.
|
2014-12-05 20:35:35 +00:00
|
|
|
|
|
2014-04-26 12:27:02 +00:00
|
|
|
|
/toggle
|
|
|
|
|
**Usage:** ``/toggle <option>``
|
|
|
|
|
|
|
|
|
|
Toggle an option, shortcut for :term:`/set` <option> toggle.
|
|
|
|
|
|
2013-04-09 20:49:17 +00:00
|
|
|
|
/move_tab
|
|
|
|
|
**Usage:** ``/move_tab <source> <destination>``
|
|
|
|
|
|
2014-04-12 00:59:49 +00:00
|
|
|
|
Move tab <source> to <destination>. If the :term:`create_gaps` option
|
|
|
|
|
is true, then it will leave a gap at the <source> position, leading
|
|
|
|
|
to usual behaviour. If create_gaps is not enabled, then the tabs will
|
|
|
|
|
number from 0 to your actual tab number, without gaps (which means
|
2013-04-09 20:49:17 +00:00
|
|
|
|
their number will change if you close a tab on the left of the list).
|
|
|
|
|
|
2014-04-12 00:59:49 +00:00
|
|
|
|
A value of ``.`` for a parameter means the current tab.
|
|
|
|
|
|
2013-04-09 20:49:17 +00:00
|
|
|
|
/theme
|
|
|
|
|
**Usage:** ``/theme [theme_name]``
|
|
|
|
|
|
|
|
|
|
Reload the theme defined in the config file. If
|
|
|
|
|
*theme_name* is given, this command will act like :samp:`/set theme {theme_name}` then
|
|
|
|
|
/theme.
|
|
|
|
|
|
|
|
|
|
/presence
|
|
|
|
|
**Usage:** ``/presence <jid> [type] [status]``
|
|
|
|
|
|
|
|
|
|
Send a directed presence to *jid* using
|
|
|
|
|
*type* and *status* if provided.
|
|
|
|
|
|
|
|
|
|
/rawxml
|
|
|
|
|
**Usage:** ``/rawxml <stanza>``
|
|
|
|
|
|
|
|
|
|
Send a custom XML stanza.
|
|
|
|
|
|
2013-04-10 18:04:29 +00:00
|
|
|
|
/xml_tab
|
|
|
|
|
Open an XML tab.
|
|
|
|
|
|
2013-04-09 20:49:17 +00:00
|
|
|
|
/list
|
|
|
|
|
**Usage:** ``/list [server.tld]``
|
|
|
|
|
|
2013-04-12 18:52:28 +00:00
|
|
|
|
Get the list of public chatrooms in the specified server (open a :ref:`listtab`)
|
2013-04-09 20:49:17 +00:00
|
|
|
|
|
|
|
|
|
/message
|
|
|
|
|
**Usage:** ``/message <jid> [optional message]``
|
|
|
|
|
|
2016-10-03 22:40:56 +00:00
|
|
|
|
Open a conversation with the specified JID (event if it is not in our
|
|
|
|
|
contact list), and send a message to them, if specified.
|
2013-04-09 20:49:17 +00:00
|
|
|
|
|
|
|
|
|
/version
|
|
|
|
|
**Usage:** ``/version <jid>``
|
|
|
|
|
|
|
|
|
|
Get the software version of the given JID (usually its XMPP
|
|
|
|
|
client and Operating System).
|
|
|
|
|
|
2020-04-23 11:48:26 +00:00
|
|
|
|
/ad-hoc
|
|
|
|
|
**Usage:** ``/ad-hoc <jid>``
|
|
|
|
|
|
|
|
|
|
List available ad-hoc commands on the given jid.
|
|
|
|
|
|
2013-04-09 20:49:17 +00:00
|
|
|
|
/invite
|
|
|
|
|
**Usage:** ``/invite <jid> <room> [reason]``
|
|
|
|
|
|
|
|
|
|
Invite *jid* to *room* with *reason* (if
|
|
|
|
|
provided).
|
|
|
|
|
|
|
|
|
|
/invitations
|
|
|
|
|
Show the pending invitations.
|
|
|
|
|
|
2019-06-29 07:31:56 +00:00
|
|
|
|
/impromptu
|
2018-12-16 16:28:02 +00:00
|
|
|
|
**Usage:** ``/impromptu <jid> [jid ..]``
|
|
|
|
|
|
|
|
|
|
Invite specified JIDs into a newly created room.
|
|
|
|
|
|
2019-04-18 19:36:28 +00:00
|
|
|
|
.. versionadded:: 0.13
|
2018-12-16 16:41:53 +00:00
|
|
|
|
|
2013-06-20 21:30:47 +00:00
|
|
|
|
/last_activity
|
2013-04-09 20:49:17 +00:00
|
|
|
|
**Usage:** ``/activity <jid>``
|
|
|
|
|
|
|
|
|
|
Show the last activity of a contact or a server (its
|
|
|
|
|
uptime, in that case).
|
|
|
|
|
|
|
|
|
|
/server_cycle
|
|
|
|
|
**Usage:** ``/server_cycle [server.tld] [message]``
|
|
|
|
|
|
|
|
|
|
Disconnect and reconnect in all the
|
|
|
|
|
rooms of server.tld.
|
|
|
|
|
|
|
|
|
|
/bind
|
|
|
|
|
**Usage:** ``/bind <key> <eq>``
|
|
|
|
|
|
|
|
|
|
Bind a key to another key or to a "command". For example,
|
|
|
|
|
``/bind ^H KEY_UP`` makes Control + h behave the same way as the Up key. See the
|
|
|
|
|
*key bindings documentation page* for more details.
|
|
|
|
|
|
|
|
|
|
/runkey
|
|
|
|
|
**Usage:** ``/runkey <key>``
|
|
|
|
|
|
|
|
|
|
Execute the action defined for *key*. For example,
|
|
|
|
|
``/runkey KEY_PPAGE`` will scroll up, or ``/runkey ^N`` will go to the next tab.
|
|
|
|
|
|
|
|
|
|
/self
|
|
|
|
|
Reminds you of who you are and what your status is.
|
|
|
|
|
|
2014-12-30 21:58:22 +00:00
|
|
|
|
/reload
|
|
|
|
|
Reload the config. You can achieve the same by sending SIGUSR1 to poezio.
|
2013-04-09 20:49:17 +00:00
|
|
|
|
|
|
|
|
|
/close
|
|
|
|
|
Close the tab.
|
|
|
|
|
|
2016-10-03 22:40:56 +00:00
|
|
|
|
.. note:: The /close command will work everywhere, except in the
|
|
|
|
|
Contact list tab, which can’t be closed.
|
2013-04-09 20:49:17 +00:00
|
|
|
|
|
2013-04-08 17:17:32 +00:00
|
|
|
|
|
2013-04-12 18:52:28 +00:00
|
|
|
|
.. _chattab-commands:
|
|
|
|
|
|
2013-04-08 17:17:32 +00:00
|
|
|
|
Chat tab commands
|
|
|
|
|
~~~~~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
|
|
These commands will work in any conversation tab (MultiUserChat, Private, or
|
|
|
|
|
Conversation tabs).
|
|
|
|
|
|
2013-04-09 20:49:17 +00:00
|
|
|
|
.. glossary::
|
|
|
|
|
:sorted:
|
|
|
|
|
|
2013-04-09 23:42:34 +00:00
|
|
|
|
/correct
|
|
|
|
|
**Usage:** ``/correct <corrected message>``
|
|
|
|
|
|
|
|
|
|
Replace the content of the last sent message with *corrected message*.
|
|
|
|
|
|
2013-04-09 20:49:17 +00:00
|
|
|
|
/say
|
|
|
|
|
**Usage:** ``/say <message>``
|
|
|
|
|
|
|
|
|
|
Just send the message (only useful it you want your message
|
|
|
|
|
to begin with a **/**). Note that you can also send message starting with a **/**
|
|
|
|
|
by starting it with **//**.
|
|
|
|
|
|
|
|
|
|
/xhtml
|
|
|
|
|
**Usage:** ``/xhtml <custom xhtml>``
|
2013-04-08 17:17:32 +00:00
|
|
|
|
|
2013-04-09 20:49:17 +00:00
|
|
|
|
Send a custom xhtml message to the current tab.
|
2013-04-08 17:17:32 +00:00
|
|
|
|
|
2013-04-09 20:49:17 +00:00
|
|
|
|
/clear
|
|
|
|
|
Clear the current buffer.
|
2013-04-08 17:17:32 +00:00
|
|
|
|
|
2019-06-22 02:17:39 +00:00
|
|
|
|
/scrollback
|
2019-06-05 22:00:54 +00:00
|
|
|
|
/sb
|
2019-06-22 02:17:39 +00:00
|
|
|
|
**Usage:** ``/scrollback end home clear status goto <+|-linecount>|<linenum>|<timestamp>``
|
2019-06-05 22:00:54 +00:00
|
|
|
|
|
|
|
|
|
Allows to go to the given line or message in the window.
|
|
|
|
|
|
2013-04-12 18:52:28 +00:00
|
|
|
|
.. _muctab-commands:
|
|
|
|
|
|
2013-04-08 17:17:32 +00:00
|
|
|
|
MultiUserChat tab commands
|
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
|
2013-04-09 20:49:17 +00:00
|
|
|
|
.. glossary::
|
|
|
|
|
:sorted:
|
|
|
|
|
|
2015-12-17 10:05:20 +00:00
|
|
|
|
/affiliation
|
2020-05-07 21:11:35 +00:00
|
|
|
|
**Usage:** ``/affiliation [<nick or jid> <affiliation>]``
|
2015-12-17 10:05:20 +00:00
|
|
|
|
|
2020-05-07 21:11:35 +00:00
|
|
|
|
Sets the affiliation of the participant designated by **nick** or
|
|
|
|
|
**jid** to the given **affiliation** (can be one of owner, admin,
|
|
|
|
|
member, outcast and none). If not argument is provided, lists
|
|
|
|
|
room affiliations.
|
2015-12-17 10:05:20 +00:00
|
|
|
|
|
|
|
|
|
/role
|
|
|
|
|
**Usage:** ``/affiliation <nick> <role>``
|
|
|
|
|
|
|
|
|
|
Sets the role of the participant designated by **nick** to the given
|
|
|
|
|
**role** (can be one of moderator, participant, visitor and none).
|
|
|
|
|
|
2015-01-06 00:19:23 +00:00
|
|
|
|
/color
|
|
|
|
|
**Usage:** ``/color <nick> <color>``
|
|
|
|
|
|
|
|
|
|
Assign a color to the given nick. The nick and all its alias (nicks
|
|
|
|
|
are considered identical if they only differ by the presence of one
|
2015-08-03 17:16:28 +00:00
|
|
|
|
ore more **_** character at the beginning or the end. For example
|
2015-01-06 00:19:23 +00:00
|
|
|
|
_Foo and Foo___ are considered aliases of the nick Foo) will then
|
2021-02-17 20:43:43 +00:00
|
|
|
|
always have the specified color, in all MultiUserChat tabs.
|
2015-01-06 00:19:23 +00:00
|
|
|
|
|
|
|
|
|
Use the completion to get a list of all the available color values.
|
|
|
|
|
Use the special color **unset** to remove the attributed color on
|
|
|
|
|
this nick.
|
2015-02-03 19:07:13 +00:00
|
|
|
|
You can also use **random** to attribute a random color.
|
2015-01-06 00:19:23 +00:00
|
|
|
|
|
2016-10-03 22:26:54 +00:00
|
|
|
|
/clear [Chatroom version]
|
2013-08-01 10:38:46 +00:00
|
|
|
|
**Usage:** ``/clear``
|
|
|
|
|
|
2014-12-11 21:28:44 +00:00
|
|
|
|
Clear the messages buffer.
|
2013-08-01 10:38:46 +00:00
|
|
|
|
|
2013-04-09 20:49:17 +00:00
|
|
|
|
/ignore
|
|
|
|
|
**Usage:** ``/ignore <nickname>``
|
|
|
|
|
|
|
|
|
|
Ignore a specified nickname.
|
|
|
|
|
|
2016-10-03 22:26:54 +00:00
|
|
|
|
/invite [Chatroom version]
|
2013-08-05 21:29:36 +00:00
|
|
|
|
**Usage:** ``/invite <jid> [reason]``
|
|
|
|
|
|
|
|
|
|
Invite *jid* to this room with *reason* (if
|
|
|
|
|
provided).
|
|
|
|
|
|
|
|
|
|
|
2013-04-09 20:49:17 +00:00
|
|
|
|
/unignore
|
|
|
|
|
**Usage:** ``/unignore <nickname>``
|
|
|
|
|
|
|
|
|
|
Remove the specified nickname from the ignore list.
|
|
|
|
|
|
|
|
|
|
/kick
|
|
|
|
|
**Usage:** ``/kick <nick> [reason]``
|
2013-04-08 17:17:32 +00:00
|
|
|
|
|
2013-04-09 20:49:17 +00:00
|
|
|
|
Kick the user with the specified nickname. You can
|
|
|
|
|
also give an optional reason.
|
2013-04-08 17:17:32 +00:00
|
|
|
|
|
2013-04-09 20:49:17 +00:00
|
|
|
|
/topic
|
2016-11-21 11:02:12 +00:00
|
|
|
|
**Usage:** ``/topic [subject]``
|
2013-04-08 17:17:32 +00:00
|
|
|
|
|
2016-11-21 11:02:12 +00:00
|
|
|
|
Change the subject of the room.
|
|
|
|
|
|
|
|
|
|
Using the auto-completion of this command writes the current topic
|
|
|
|
|
in the input, to help the user make a small change to the topic
|
2019-01-04 12:54:26 +00:00
|
|
|
|
without having to rewrite it all by hand.
|
2016-11-21 11:02:12 +00:00
|
|
|
|
|
|
|
|
|
If no subject is specified as an argument, the current topic is
|
|
|
|
|
displayed, unchanged.
|
2013-04-08 17:17:32 +00:00
|
|
|
|
|
2013-04-09 20:49:17 +00:00
|
|
|
|
/query
|
|
|
|
|
**Usage:** ``/query <nick> [message]``
|
2013-04-08 17:17:32 +00:00
|
|
|
|
|
2013-04-12 18:52:28 +00:00
|
|
|
|
Open a :ref:`privatetab` with <nick>. This nick
|
2013-04-09 20:49:17 +00:00
|
|
|
|
has to be present in the room you’re currently in. If you specified a message
|
|
|
|
|
after the nickname, it will be sent to this user.
|
2013-04-08 17:17:32 +00:00
|
|
|
|
|
2013-04-09 20:49:17 +00:00
|
|
|
|
/part
|
|
|
|
|
**Usage:** ``/part [message]``
|
2013-04-08 17:17:32 +00:00
|
|
|
|
|
2013-04-09 20:49:17 +00:00
|
|
|
|
Disconnect you from a room. You can specify an optional
|
|
|
|
|
message.
|
2013-04-08 17:17:32 +00:00
|
|
|
|
|
2020-05-24 13:25:59 +00:00
|
|
|
|
This is similar to :term:`/leave`, but keeps the tab open and doesn’t
|
|
|
|
|
remove the bookmark, so restarting poezio or another client will reopen
|
|
|
|
|
this room.
|
|
|
|
|
|
|
|
|
|
/leave
|
|
|
|
|
**Usage:** ``/leave [message]``
|
|
|
|
|
|
|
|
|
|
Disconnect you from a room, on all of your clients. You can specify an
|
|
|
|
|
optional message.
|
|
|
|
|
|
|
|
|
|
This is similar to :term:`/part`, but closes the tab and removes its
|
|
|
|
|
bookmark, to make sure we don’t come back to this room the next time we
|
|
|
|
|
open poezio or another client.
|
|
|
|
|
|
|
|
|
|
This is similar to :term:`/close`, but also removes the bookmark to
|
|
|
|
|
make sure we don’t come back to this room the next time we open poezio
|
|
|
|
|
or another client.
|
|
|
|
|
|
2013-04-09 20:49:17 +00:00
|
|
|
|
/nick
|
|
|
|
|
**Usage:** ``/nick <nickname>``
|
2013-04-08 17:17:32 +00:00
|
|
|
|
|
2013-04-09 20:49:17 +00:00
|
|
|
|
Change your nickname in the current room.
|
2013-04-08 17:17:32 +00:00
|
|
|
|
|
2013-04-09 20:49:17 +00:00
|
|
|
|
/recolor
|
2021-02-17 20:43:43 +00:00
|
|
|
|
**Usage:** ``/recolor``
|
2013-04-08 17:17:32 +00:00
|
|
|
|
|
2021-02-17 20:43:43 +00:00
|
|
|
|
Re-assign a color to all the participants in the current room,
|
|
|
|
|
if the theme has changed.
|
2013-04-08 17:17:32 +00:00
|
|
|
|
|
2013-04-09 20:49:17 +00:00
|
|
|
|
/cycle
|
|
|
|
|
**Usage:** ``/cycle [message]``
|
2013-04-08 17:17:32 +00:00
|
|
|
|
|
2019-01-04 12:54:26 +00:00
|
|
|
|
Leave the current room an rejoint it immediately. You can
|
2013-04-09 20:49:17 +00:00
|
|
|
|
specify an optional quit message.
|
|
|
|
|
|
|
|
|
|
/info
|
|
|
|
|
**Usage:** ``/info <nickname>``
|
|
|
|
|
|
|
|
|
|
Display some information about the user in the room:
|
2019-03-19 18:16:41 +00:00
|
|
|
|
their role, affiliation, status, and status message.
|
2013-04-09 20:49:17 +00:00
|
|
|
|
|
2013-04-10 14:11:22 +00:00
|
|
|
|
/version
|
2013-04-09 20:49:17 +00:00
|
|
|
|
**Usage:** ``/version <nickname or jid>``
|
|
|
|
|
|
|
|
|
|
Get the software version of the given nick in
|
|
|
|
|
room or the given jid (usually its XMPP client and Operating System).
|
|
|
|
|
|
|
|
|
|
/configure
|
2013-04-12 18:52:28 +00:00
|
|
|
|
Configure the current room through a form (Open a :ref:`dataformtab`).
|
2013-04-09 20:49:17 +00:00
|
|
|
|
|
|
|
|
|
/names
|
|
|
|
|
Get the list of the users in the room, their number, and the list
|
|
|
|
|
of the people assuming different roles.
|
2013-04-08 17:17:32 +00:00
|
|
|
|
|
2013-04-12 18:52:28 +00:00
|
|
|
|
.. _privatetab-commands:
|
|
|
|
|
|
2013-04-08 17:17:32 +00:00
|
|
|
|
Private tab commands
|
|
|
|
|
~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
|
2013-04-09 20:49:17 +00:00
|
|
|
|
.. glossary::
|
|
|
|
|
:sorted:
|
|
|
|
|
|
2013-04-10 14:11:22 +00:00
|
|
|
|
/info
|
2013-04-09 20:49:17 +00:00
|
|
|
|
Display some info about this user in the MultiUserChat.
|
2013-04-08 17:17:32 +00:00
|
|
|
|
|
2013-04-10 14:11:22 +00:00
|
|
|
|
/unquery
|
2013-04-09 20:49:17 +00:00
|
|
|
|
Close the tab.
|
2013-04-08 17:17:32 +00:00
|
|
|
|
|
2013-04-10 14:11:22 +00:00
|
|
|
|
/version
|
2013-04-09 20:49:17 +00:00
|
|
|
|
Get the software version of the current interlocutor (usually its
|
|
|
|
|
XMPP client and Operating System).
|
2013-04-08 17:17:32 +00:00
|
|
|
|
|
2013-04-12 18:52:28 +00:00
|
|
|
|
.. _conversationtab-commands:
|
|
|
|
|
|
2013-04-08 17:17:32 +00:00
|
|
|
|
Normal Conversation tab commands
|
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
|
2013-04-09 20:49:17 +00:00
|
|
|
|
.. glossary::
|
|
|
|
|
:sorted:
|
|
|
|
|
|
2013-04-10 14:11:22 +00:00
|
|
|
|
/info
|
2013-04-09 20:49:17 +00:00
|
|
|
|
Display the status of this contact.
|
2013-04-08 17:17:32 +00:00
|
|
|
|
|
2013-04-10 14:11:22 +00:00
|
|
|
|
/unquery
|
2013-04-09 20:49:17 +00:00
|
|
|
|
Close the tab.
|
2013-04-08 17:17:32 +00:00
|
|
|
|
|
2013-04-10 14:11:22 +00:00
|
|
|
|
/version
|
2013-04-09 20:49:17 +00:00
|
|
|
|
Get the software version of the current interlocutor (usually its
|
|
|
|
|
XMPP client and Operating System).
|
2013-04-08 17:17:32 +00:00
|
|
|
|
|
2018-12-16 16:28:02 +00:00
|
|
|
|
/invite
|
|
|
|
|
**Usage:** ``/invite <jid> [jid ..]``
|
|
|
|
|
|
|
|
|
|
Invite specified JIDs, with this contact, into a newly
|
|
|
|
|
created room.
|
|
|
|
|
|
2018-12-16 16:41:53 +00:00
|
|
|
|
.. versionadded:: 0.13
|
|
|
|
|
|
2013-04-12 18:52:28 +00:00
|
|
|
|
.. _rostertab-commands:
|
|
|
|
|
|
2016-10-03 22:40:56 +00:00
|
|
|
|
Contact list tab commands
|
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~
|
2013-04-09 20:49:17 +00:00
|
|
|
|
.. glossary::
|
|
|
|
|
:sorted:
|
|
|
|
|
|
|
|
|
|
/accept
|
|
|
|
|
**Usage:** ``/accept [jid]``
|
|
|
|
|
|
|
|
|
|
Authorize the provided JID (or the selected contact in the
|
2016-10-03 22:40:56 +00:00
|
|
|
|
contact list) to see your presence.
|
2013-04-08 17:17:32 +00:00
|
|
|
|
|
2013-04-09 20:49:17 +00:00
|
|
|
|
/deny
|
|
|
|
|
**Usage:** ``/deny [jid]``
|
2013-04-08 17:17:32 +00:00
|
|
|
|
|
2013-04-09 20:49:17 +00:00
|
|
|
|
Prevent the provided JID (or the selected contact in the
|
2016-10-03 22:40:56 +00:00
|
|
|
|
contact list) from seeing your presence.
|
2013-04-08 17:17:32 +00:00
|
|
|
|
|
2013-04-09 20:49:17 +00:00
|
|
|
|
/add
|
|
|
|
|
**Usage:** ``/add <jid>``
|
2013-04-08 17:17:32 +00:00
|
|
|
|
|
2016-10-03 22:40:56 +00:00
|
|
|
|
Add the specified JID to your contact list and authorize them to see
|
|
|
|
|
your presence. If they accepts you, the subscription will be mutual
|
|
|
|
|
(and if they don’t, you can still /remove them).
|
2013-04-08 17:17:32 +00:00
|
|
|
|
|
2013-04-09 20:49:17 +00:00
|
|
|
|
/name
|
|
|
|
|
**Usage:** ``/name <jid> <name>``
|
2013-04-08 17:17:32 +00:00
|
|
|
|
|
2016-10-03 22:40:56 +00:00
|
|
|
|
Set the given JID’s name in your contact list.
|
2013-04-08 17:17:32 +00:00
|
|
|
|
|
2013-11-14 20:26:19 +00:00
|
|
|
|
/password
|
|
|
|
|
**Usage:** ``/password <password>``
|
|
|
|
|
|
|
|
|
|
Change your password.
|
|
|
|
|
|
2013-04-09 20:49:17 +00:00
|
|
|
|
/groupadd
|
2018-10-13 11:43:56 +00:00
|
|
|
|
**Usage:** ``/groupadd (<jid> <group>|<group>)``
|
2013-04-08 17:17:32 +00:00
|
|
|
|
|
2013-04-09 20:49:17 +00:00
|
|
|
|
Add the given JID to the given group (if the group
|
2016-08-26 16:53:17 +00:00
|
|
|
|
does not exist, it will be created). If no jid is provided,
|
2016-10-03 22:40:56 +00:00
|
|
|
|
the currently selected item on the contact list (resource or JID)
|
2016-08-26 16:53:17 +00:00
|
|
|
|
will be used.
|
2013-04-08 17:17:32 +00:00
|
|
|
|
|
2013-04-09 20:49:17 +00:00
|
|
|
|
/groupmove
|
|
|
|
|
**Usage:** ``/groupmove <jid> <old_group> <new_group>``
|
2013-04-08 17:17:32 +00:00
|
|
|
|
|
2013-04-09 20:49:17 +00:00
|
|
|
|
Move the given JID from one group
|
|
|
|
|
to another (the JID has to be in the first group, and the new group may not
|
|
|
|
|
exist).
|
2013-04-08 17:17:32 +00:00
|
|
|
|
|
2013-04-09 20:49:17 +00:00
|
|
|
|
/groupremove
|
|
|
|
|
**Usage:** ``/groupremove <jid> <group>``
|
2013-04-08 17:17:32 +00:00
|
|
|
|
|
2013-04-09 20:49:17 +00:00
|
|
|
|
Remove the given JID from the given group (if
|
|
|
|
|
the group is empty after that, it will get deleted).
|
2013-04-08 17:17:32 +00:00
|
|
|
|
|
2013-04-09 20:49:17 +00:00
|
|
|
|
/remove
|
|
|
|
|
**Usage:** ``/remove [jid]``
|
2013-04-08 17:17:32 +00:00
|
|
|
|
|
2016-10-03 22:40:56 +00:00
|
|
|
|
Remove the specified JID from your contact list. This will
|
2013-04-09 20:49:17 +00:00
|
|
|
|
unsubscribe you from its presence, cancel its subscription to yours, and
|
2016-10-03 22:40:56 +00:00
|
|
|
|
remove the item from your contact list.
|
2013-04-09 20:49:17 +00:00
|
|
|
|
|
|
|
|
|
/reconnect
|
|
|
|
|
|
|
|
|
|
Disconnect from the remote server (if connected) and then
|
|
|
|
|
connect to it again.
|
|
|
|
|
|
2014-12-11 21:28:44 +00:00
|
|
|
|
.. note:: The following commands only exist if your server announces it
|
|
|
|
|
supports them.
|
2013-04-09 20:49:17 +00:00
|
|
|
|
|
|
|
|
|
.. glossary::
|
|
|
|
|
:sorted:
|
|
|
|
|
|
|
|
|
|
/block
|
|
|
|
|
**Usage:** ``/block [jid]``
|
|
|
|
|
|
|
|
|
|
Block the following JID using simple blocking. You will not
|
|
|
|
|
receive any of his messages and won’t be able to send some to him either.
|
|
|
|
|
|
|
|
|
|
/unblock
|
|
|
|
|
**Usage:** ``/unblock [jid]``
|
|
|
|
|
|
|
|
|
|
Unblock a previously blocked JID using simple blocking. You
|
|
|
|
|
will be able to send and receive messages from him again.
|
|
|
|
|
|
|
|
|
|
/list_blocks
|
|
|
|
|
List the blocked JIDs.
|
|
|
|
|
|
2014-12-11 21:28:44 +00:00
|
|
|
|
/certs
|
|
|
|
|
|
|
|
|
|
List the remotely stored X.509 certificated allowed to connect
|
|
|
|
|
to your accounts.
|
|
|
|
|
|
|
|
|
|
/cert_add
|
|
|
|
|
**Usage:** ``/cert_add <name> <certificate file> [management]``
|
|
|
|
|
|
|
|
|
|
Add a client X.509 certificate to the list of the certificates
|
|
|
|
|
which grand access to your account. It must have an unique name
|
|
|
|
|
the file must be in PEM format. ``[management]`` is true by
|
|
|
|
|
default and specifies if the clients connecting with this
|
|
|
|
|
particular certificate will be able to manage the list of
|
|
|
|
|
authorized certificates.
|
|
|
|
|
|
|
|
|
|
/cert_disable
|
|
|
|
|
**Usage:** ``/cert_disable <name>``
|
|
|
|
|
|
|
|
|
|
Remove a certificate from the authorized list. Clients currently
|
|
|
|
|
connected with the certificate identified by ``<name>`` will
|
|
|
|
|
however **not** be disconnected.
|
|
|
|
|
|
|
|
|
|
/cert_revoke
|
|
|
|
|
**Usage:** ``/cert_revoke <name>``
|
|
|
|
|
|
|
|
|
|
Remove a certificate from the authorized list. Clients currently
|
|
|
|
|
connected with the certificate identified by ``<name>`` **will**
|
|
|
|
|
be disconnected.
|
|
|
|
|
|
|
|
|
|
/cert_fetch
|
|
|
|
|
**Usage:** ``/cert_fetch <name> <path>``
|
|
|
|
|
|
|
|
|
|
Download the public key of the authorized certificate identified by
|
|
|
|
|
``name`` from the XMPP server, and store it in ``<path>``.
|
|
|
|
|
|
2013-04-09 20:49:17 +00:00
|
|
|
|
.. note:: The following commands do not comply with any XEP or whatever, but they
|
2013-04-08 17:17:32 +00:00
|
|
|
|
can still prove useful when you are migrating to an other JID.
|
|
|
|
|
|
2013-04-09 20:49:17 +00:00
|
|
|
|
.. glossary::
|
|
|
|
|
:sorted:
|
|
|
|
|
|
|
|
|
|
/export
|
|
|
|
|
**Usage:** ``/export [/path/to/file]``
|
2013-04-08 17:17:32 +00:00
|
|
|
|
|
2013-04-12 18:52:28 +00:00
|
|
|
|
Export your contacts into :file:`/path/to/file` if
|
|
|
|
|
specified, or :file:`$HOME/poezio_contacts` if not.
|
2013-04-09 20:49:17 +00:00
|
|
|
|
|
|
|
|
|
/import
|
|
|
|
|
**Usage:** ``/import [/path/to/file]``
|
|
|
|
|
|
2013-04-12 18:52:28 +00:00
|
|
|
|
Import your contacts from :file:`/path/to/file` if
|
|
|
|
|
specified, or :file:`$HOME/poezio_contacts` if not.
|
|
|
|
|
|
|
|
|
|
.. _xmltab-commands:
|
2013-04-08 17:17:32 +00:00
|
|
|
|
|
|
|
|
|
XML tab commands
|
|
|
|
|
~~~~~~~~~~~~~~~~
|
|
|
|
|
|
2013-04-09 20:49:17 +00:00
|
|
|
|
.. glossary::
|
2014-10-11 14:52:41 +00:00
|
|
|
|
:sorted:
|
2013-04-09 20:49:17 +00:00
|
|
|
|
|
|
|
|
|
/clear [XML tab version]
|
|
|
|
|
Clear the current buffer.
|
|
|
|
|
|
2014-10-11 14:52:41 +00:00
|
|
|
|
/dump
|
|
|
|
|
**Usage:** ``/dump <filename>``
|
|
|
|
|
|
|
|
|
|
Write the content of the XML buffer into a file.
|
|
|
|
|
|
2016-10-14 09:01:43 +00:00
|
|
|
|
/filter_reset
|
2014-12-07 21:41:44 +00:00
|
|
|
|
Reset the stanza filters.
|
2013-04-09 20:49:17 +00:00
|
|
|
|
|
|
|
|
|
/filter_id
|
|
|
|
|
**Usage:** ``/filter_id <id>``
|
|
|
|
|
|
|
|
|
|
Filter by stanza id attribute.
|
|
|
|
|
|
|
|
|
|
/filter_xpath
|
|
|
|
|
**Usage:** ``/filter_xpath <xpath>``
|
|
|
|
|
|
|
|
|
|
Filter with an XPath selector.
|
|
|
|
|
|
|
|
|
|
/filter_xmlmask
|
|
|
|
|
**Usage:** ``/filter_xmlmask <xml mask>``
|
|
|
|
|
|
|
|
|
|
Filter using an XML mask
|
2014-12-07 21:41:44 +00:00
|
|
|
|
|
|
|
|
|
/filter_jid
|
|
|
|
|
**Usage:** ``/filter_jid <jid>``
|
|
|
|
|
|
|
|
|
|
Filter by JID, both ``to`` and ``from``.
|
|
|
|
|
|
|
|
|
|
/filter_to
|
|
|
|
|
**Usage:** ``/filter_to <jid>``
|
|
|
|
|
|
|
|
|
|
Filter by JID for the ``to`` attribute.
|
|
|
|
|
|
|
|
|
|
/filter_from
|
|
|
|
|
**Usage:** ``/filter_from <jid>``
|
|
|
|
|
|
|
|
|
|
Filter by JID for ``from`` attribute.
|