2016-10-04 22:26:37 +00:00
|
|
|
|
Quickstart guide
|
|
|
|
|
================
|
|
|
|
|
|
2016-10-09 12:37:34 +00:00
|
|
|
|
This page is an attempt at providing first aid to new users, who must
|
|
|
|
|
first follow the :ref:`Install Guide <install>` to get a working poezio
|
|
|
|
|
install.
|
2016-10-04 22:26:37 +00:00
|
|
|
|
|
2016-10-09 12:37:34 +00:00
|
|
|
|
Reading the more detailed :ref:`Usage page <usage>` is recommended to get
|
2016-10-04 22:26:37 +00:00
|
|
|
|
a deeper understanding of poezio.
|
|
|
|
|
|
|
|
|
|
Anonymous usage
|
|
|
|
|
---------------
|
|
|
|
|
|
|
|
|
|
If you run poezio right after installing, you will get connected to the
|
|
|
|
|
default anonymous server, which allows you to join rooms, and talk to people.
|
|
|
|
|
|
|
|
|
|
Joining rooms
|
|
|
|
|
~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
|
|
The :term:`/join command </join>` allows you to join a chatroom and start
|
|
|
|
|
talking to people right away. It opens a new :ref:`muctab`.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Talking to people
|
|
|
|
|
~~~~~~~~~~~~~~~~~
|
|
|
|
|
|
2016-10-09 12:37:34 +00:00
|
|
|
|
You can use the :term:`/message` command if you know the address of people
|
2016-10-04 22:26:37 +00:00
|
|
|
|
you want to talk to. This will open a :ref:`conversationtab`.
|
|
|
|
|
|
|
|
|
|
Normal usage
|
|
|
|
|
------------
|
|
|
|
|
|
|
|
|
|
In order to use an account, you have to edit the :ref:`config` first,
|
|
|
|
|
to set the account address and password (optionally). Sadly, poezio doesn’t
|
|
|
|
|
allow account creation yet, so if you don’t have an account you will have
|
|
|
|
|
to either use another client like gajim_ to create your account, or stay
|
|
|
|
|
in anonymous mode.
|
|
|
|
|
|
|
|
|
|
After obtaining an account and setting the :term:`jid` config option to
|
|
|
|
|
the right value, you should go through the configuration file to get
|
2016-10-09 12:37:34 +00:00
|
|
|
|
an overview of the different :ref:`configuration options <config>` available. If you
|
|
|
|
|
don’t set the value of the :term:`password` option, you will be prompted
|
|
|
|
|
to enter it on startup.
|
2016-10-04 22:26:37 +00:00
|
|
|
|
|
|
|
|
|
Joining rooms
|
|
|
|
|
~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
|
|
Just as in the anonymous mode, the :term:`/join command </join>` allows you
|
|
|
|
|
to join a chatroom and start talking to people right away. It opens a new
|
|
|
|
|
:ref:`muctab`.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Talking to people
|
|
|
|
|
~~~~~~~~~~~~~~~~~
|
|
|
|
|
|
2016-10-09 12:37:34 +00:00
|
|
|
|
Just as in the anonymous mode, you can use the :term:`/message` command if
|
2016-10-04 22:26:37 +00:00
|
|
|
|
you know the address of people you want to talk to. This will open a
|
|
|
|
|
:ref:`conversationtab`.
|
|
|
|
|
|
|
|
|
|
Adding people
|
|
|
|
|
~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
|
|
However, one of the benefits of having an account is to have contacts, see
|
|
|
|
|
when they are online and offline, see their activity, mood, etc. To this end,
|
|
|
|
|
you should add the people you know to your :ref:`contact list <rostertab>`.
|
|
|
|
|
|
|
|
|
|
The :ref:`rostertab` is the tab numbered ``0``, and the only one which is
|
|
|
|
|
always open. To add people, use :term:`/add`, to accept a contact request use
|
|
|
|
|
:term:`/accept`.
|
|
|
|
|
|
|
|
|
|
Using end-to-end encryption
|
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
|
|
To use OTR end-to-end encryption, you have to :ref:`enable <plugins-doc>` the
|
|
|
|
|
:ref:`OTR plugin <otr-plugin>`. The plugin requires python-potr for python3, so
|
|
|
|
|
make sure you have it installed first.
|
|
|
|
|
|
|
|
|
|
After that, you can enable the OTR plugin with ``/load otr``. Further usage is
|
|
|
|
|
discussed in the :ref:`plugin documentation <otr-plugin>`.
|
|
|
|
|
|
2016-10-09 12:37:34 +00:00
|
|
|
|
|
|
|
|
|
Exiting poezio
|
|
|
|
|
~~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
|
|
Use the :term:`/exit` command to quit poezio.
|
|
|
|
|
|
2016-10-04 22:26:37 +00:00
|
|
|
|
.. _gajim: https://gajim.org
|