is a console jabber (XMPP) client written in Python and using ncurses to draw its interface. It aims at being similar to the most famous IRC clients, like weechat or irssi. Some keyboard shortcuts are inspired from emacs. For more information on XMPP see http://xmpp.org and on Poezio see https://poez.io
Log debug from both poezio and slixmpp in \fIDEBUG_FILE\fR. Debug contains incoming and outgoing stanzas in addition to various message helping poezio's debugging.
Display the list of modified/unmodified config options, with their changes from the default.
.TP
\fB\-h\fR, \fB\-\-help\fR
Display the poezio help message.
.SH"BASICS"
The following sections will give you a short overview on how to use poezio. Poezio has many more options, commands and key bindings, please refer to \fIpoezio.cfg(7)\fR, \fIpoezio.commands(7)\fR, \fIpoezio.keys(7)\fR or the full documentation which should have been provided alongside the source code, or check it online at https://doc.poez.io/.
Delete the text from the cursor to the end of the line and save it in the clipboard.
.TP
.BCtrl+U
Delete the text from the beginning of the line to the cursor and save it in the clipboard.
.TP
.BCtrl+Y
Insert the text in the clipboard after the cursor.
.TP
.BCtrl+D
Delete the char after the cursor (same as the Suppr key)
.SSNavigationkeybindings
.RS
.TP8
.BF5,Ctrl+N
Go to the previous tab.
.TP
.BF6,Ctrl+P
Go to the next tab.
.TP
.BAlt+<number>
Go to the specified tab (from 0 to 9)
.TP
.BAlt+J<two-digits-number>
Go to the specified tab (from 00 to 99)
.TP
.BAlt+Z
Go to the last visited tab.
.TP
.BAlt+E
Go to the next important tab (private message, highlight, simple message)
.TP
.BF7
Decrease the information window size.
.TP
.BF8
Increase the information window size.
.TP
.BAlt+R
Go to the roster.
.TP
.BCtrl+L
Redraw the screen.
.TP
.BUp,Down
Browse the history of the last messages or commands you've entered.
.SSRosterkeybindings
.RS
.TP8
.Bo
Hide or show the offline contacts.
.TP
.Bs
Search through your contact list.
.TP
.BCtrl+G
Cancel a search.
.SSMUC-specifickeybindings
.RS
.TP8
.BAlt+V
Move the line separator at the bottom of the text window.
.TP
.BTab
Complete the nickname that you're typing. If nothing has been entered, insert the nickname of the last user who spoke.
.TP
.BAlt+/
Complete the word that you're typing, based on the list of the recently said words in the conversation.
.SH"COMMANDS"
Most commands support tab completion, both for their names and for their arguments. You can use the \fI/help\fR command to list all available commands, and \fI/help <command>\fR for a complete description of <command>.
The following is a basic description of the most widely used commands; you should refer to \fI/help\fR inside poezio for more documentation. \fI<foo>\fR denotes a obligatory argument, while \fI[bar]\fR is an optional argument (without argument, the \fI/remove\fR command, for example, acts on the currently selected contact)
.SSRostercommands
.RS
.TP5
.B/add<jid>
Add a JID to your roster.
.TP
.B/remove[jid]
Remove a contact from your roster.
.TP
.B/accept[jid]
Accept a JID that wants to subscribe to your presence.
.TP
.B/deny[jid]
The opposite of \fI/accept\fR.
.SSMUC-specificcommands
.RS
.TP5
.B/kick<user>
Kick the specified user from the room.
.TP
.B/show<status>[message]
Change your status, and status message, in the current room. You can use “avail”, “busy”, “away” and “xa” as your status, followed by an optional message.
If you're using a terminal multiplexer such as \fIscreen\fR or \fItmux\fR, it may be setting $TERM to "screen", which breaks 256-color support. Consider setting your $TERM to something like "screen-256color".