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

gajim.1 « data - dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1494458561b6955868482f3480c725e5864e918e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
.\" Automatically generated by Pandoc 2.17.1.1
.\"
.\" Define V font for inline verbatim, using C font in formats
.\" that render this, and otherwise B font.
.ie "\f[CB]x\f[]"x" \{\
. ftr V B
. ftr VI BI
. ftr VB B
. ftr VBI BI
.\}
.el \{\
. ftr V CR
. ftr VI CI
. ftr VB CB
. ftr VBI CBI
.\}
.TH "gajim" "1" "August 2022" "" "Manual"
.hy
.SH NAME
.PP
gajim - a fully-featured XMPP chat client
.SH SYNOPSIS
.PP
gajim -h
.PD 0
.P
.PD
gajim --show
.PD 0
.P
.PD
gajim --start-chat
.PD 0
.P
.PD
gajim [-q] [-v] [-w] [-l subsystem=level] [-p name] [-s] [-c directory]
[--gdebug] [--cprofile]
.SH DESCRIPTION
.PP
\f[B]gajim\f[R] 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.
gajim 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 middle\[hy] ware, content
syndication, and generalized routing of XML data.
For more information on the XMPP protocol see https://xmpp.org/about/.
.SH OPTIONS
.TP
\f[V]-h, --help\f[R]
Show help options
.TP
\f[V]-V, --version\f[R]
Show the application\[cq]s version
.TP
\f[V]-q, --quiet\f[R]
Show only critical errors
.TP
\f[V]-s, --separate\f[R]
Separate profile files completely (even history database and plugins)
.TP
\f[V]-v, --verbose\f[R]
Print XML stanzas and other debug information
.TP
\f[V]-p, --profile=NAME\f[R]
Use defined profile in configuration directory
.TP
\f[V]-c, --config-path=PATH\f[R]
Set configuration directory
.TP
\f[V]-l, --loglevel=SUBSYSTEM=LEVEL\f[R]
Configure logging.
.RS
.PP
SUBSYSTEM e.g.\ gajim.c.m
.PD 0
.P
.PD
LEVEL (DEBUG, INFO, WARNING, ERROR, CRITICAL)
.PP
Example: gajim.c.m=DEBUG
.RE
.TP
\f[V]-w, --warnings\f[R]
Show all warnings
.TP
\f[V]--gdebug\f[R]
Sets an environment variable so GLib debug messages are printed
.TP
\f[V]--cprofile\f[R]
Profile application with cprofile
.TP
\f[V]--start-chat\f[R]
Start a new chat
.SH FILES
.TP
$XDG_CACHE_HOME/gajim/
The directory for cached data.
.TP
$XDG_CONFIG_HOME/gajim/
The directory where settings and configurations are stored.
.TP
$XDG_DATA_HOME/gajim/
The directory where all persistent data, e.g.\ the message database, is
stored.
.SH BUGS
.PP
Please submit bugs at https://dev.gajim.org/gajim/gajim/issues.
.SH SUPPORT
.PP
You are welcome to join us at xmpp:gajim\[at]conference.gajim.org?join.
.SH COPYRIGHT
.PP
gajim is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
Software Foundation; version 3 only.
.PP
gajim is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details.
.SH AUTHORS
Philipp H\[:o]rist, Daniel Br\[:o]tzmann, Yann Leboulanger.