Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorwurstsalat <mailtrash@posteo.de>2022-02-01 18:43:47 +0300
committerwurstsalat <mailtrash@posteo.de>2022-02-01 18:43:47 +0300
commitbaefbe4e734221300017763a3dcb2b8c7d467b5b (patch)
treed5cea62703cedec1fc3245ca805c61458b243e36 /data
parent170692d1e50161d6cd9f40bdef5110ee04aafef1 (diff)
Update man pages
Diffstat (limited to 'data')
-rw-r--r--data/gajim-remote.11
-rw-r--r--data/gajim.129
2 files changed, 14 insertions, 16 deletions
diff --git a/data/gajim-remote.1 b/data/gajim-remote.1
index e9bea337b..3f655b93c 100644
--- a/data/gajim-remote.1
+++ b/data/gajim-remote.1
@@ -116,4 +116,3 @@ https://lists.gajim.org/cgi-bin/listinfo
Please submit bugs at https://dev.gajim.org/gajim/gajim/issues
.Sh SEE ALSO
.Xr gajim 1
-.Xr gajim-history-manager 1
diff --git a/data/gajim.1 b/data/gajim.1
index 6fc7ed9da..ae1ba4376 100644
--- a/data/gajim.1
+++ b/data/gajim.1
@@ -3,7 +3,7 @@
.Os UNIX
.Sh NAME
.Nm gajim
-.Nd a Jabber/XMPP client
+.Nd A fully-featured XMPP chat client
.Sh SYNOPSIS
.Nm
.Fl h
@@ -17,18 +17,19 @@
.Op Fl c Ar directory
.Sh DESCRIPTION
.Nm
-is a Jabber/XMPP client written in Python and GTK+.
+aims to be an easy to use and fully-featured XMPP client.
+Just chat with your friends or family, easily share pictures and thoughts or
+discuss the news with your groups.
+Chat securely with End-to-End encryption via OMEMO or OpenPGP.
.Nm
-works nicely with GNOME, yet it does not require it to run.
-.Nm
-is designed for novice and advanced users as one, as well for XMPP
-server admins.
+integrates well with your other devices:
+simply continue conversations on your mobile device.
.Pp
XMPP is the Extensible Messaging and Presence Protocol, a set of open
technologies for instant messaging, presence, multi-party chat, voice
and video calls, collaboration, lightweight middleware, content
syndication, and generalized routing of XML data. For more information
-on the XMPP protocol see <https://xmpp.org/about-xmpp/>.
+on the XMPP protocol see <https://xmpp.org/about/>.
.Sh OPTIONS
.Bl -tag -width Ds
.It Fl h Fl Fl help
@@ -44,10 +45,11 @@ Show all GTK warnings with traceback
.It Fl l Fl Fl loglevel Em subsystem=level Bq , Em subsystem=level Bq Em ...
Configure logging system.
Subsystem can be
-.Em gajim.interface ,
-.Em gajim.c.connection ,
-.Em .nbxmpp.client_nb ,
+.Em gajim.c.preview ,
+.Em gajim.gui.preview ,
+.Em .nbxmpp.stream ,
etc.
+.Pp
Level can be
.Em DEBUG ,
.Em INFO ,
@@ -70,8 +72,6 @@ Where to look for configuration files
Cache database file of transports, caps, roster entry, and roster group.
.It $XDG_CACHE_HOME/gajim/avatars/
Cache directory of avatars.
-.It $XDG_CACHE_HOME/gajim/vcards/
-Cache directory of vCards (virtual cards).
.It $XDG_CONFIG_HOME/gajim/
The config-path used when
.Op Fl c
@@ -130,9 +130,8 @@ https://lists.gajim.org/cgi-bin/listinfo
Please submit bugs at
.Bd -literal -offset indent
https://dev.gajim.org/gajim/gajim/issues
-https://dev.gajim.org/gajim/gajim-plugins
-https://dev.gajim.org/gajim/python-nbxmpp
+https://dev.gajim.org/gajim/gajim-plugins/issues
+https://dev.gajim.org/gajim/python-nbxmpp/issues
.Ed
.Sh SEE ALSO
.Xr gajim-remote 1
-.Xr gajim-history-manager 1