summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/default_config.cfg11
-rw-r--r--data/poezio.17
2 files changed, 6 insertions, 12 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg
index 5d1ddd5e..aaa607b2 100644
--- a/data/default_config.cfg
+++ b/data/default_config.cfg
@@ -17,7 +17,7 @@ port = 5222
resource =
# the nick you will use when joining a room with no associated nick
-# If this is empty, the $USER variable will be used
+# If this is empty, the $USER environn<ement variable will be used
default_nick =
# Jabber identifiant. Specify it only if you want to connect using an existing
@@ -35,15 +35,6 @@ password =
# default_nick will be used if "/nickname" is not specified
rooms = poezio@conference.codingteam.net
-# PROXY
-# set to true if you want to use an http proxy server
-# if false, no proxy will be used and the proxy_* settings will have no effect
-use_proxy = false
-proxy_server =
-proxy_port =
-proxy_user =
-proxy_password =
-
# the completion type you will use to complete nicknames
# if "normal", complete the entire name to the first available completion
# and then cycle through the possible completion with the next TABs
diff --git a/data/poezio.1 b/data/poezio.1
index b5830a91..58d03a89 100644
--- a/data/poezio.1
+++ b/data/poezio.1
@@ -5,7 +5,7 @@
.SH "NAME"
Poezio \- a ncurses jabber client
.SH "SYNOPSIS"
-.B poezio [\-f \fICONFIG_FILE\fR] [\-h]
+.B poezio [\-f \fICONFIG_FILE\fR] [\-d \fIDEBUG_FILE\fR] [\-h]
.SH "DESCRIPTION"
.B Poezio
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. For more information on XMPP see http://xmpp.org and on Poezio see http://poezio.eu
@@ -15,10 +15,13 @@ is a console jabber (XMPP) client written in Python and using ncurses to draw it
\fB\-f\fR, \fB\-\-file \fICONFIG_FILE\fR
Run poezio using \fICONFIG_FILE\fR as the config file instead of ~/.config/poezio/poezio.cfg
.TP
+\fB\-d\fR, \fB\-\-debug \fIDEBUG_FILE\fR
+Log debug from both poezio and SleekXMPP in \fIDEBUG_FILE\fR. Debug contains incoming and outgoing stanzas in addition to various message helping poezio's debuging.
+.TP
\fB\-h\fR
Display and help message
.SH "BUGS"
-Sure, of course.
+Sure.
.SH "FEEDBACK"
You are encouraged to report bugs or feature requests on http://codingteam.net/project/poezio.
You can also find us on the Jabber chatroom poezio@conference.codingteam.net