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

gajim.1.md « data - dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 16c7ed4bca425461a24f8c750f0848dd71e53b0e (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
% gajim(1) | Manual
% Philipp Hörist, Daniel Brötzmann, Yann Leboulanger
% August 2022

# NAME

gajim - a fully-featured XMPP chat client

# SYNOPSIS

gajim -h\
gajim \--show\
gajim \--start-chat\
gajim [-q] [-v] [-w] [-l subsystem=level] [-p name] [-s] [-c directory] [\--gdebug] [\--cprofile]

# DESCRIPTION

**gajim** 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.

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‐
ware, content syndication, and generalized routing of XML data. For more information on the XMPP
protocol see https://xmpp.org/about/.

# OPTIONS

`-h, --help`

: Show help options

`-V, --version`
: Show the application's version

`-q, --quiet`
: Show only critical errors

`-s, --separate`
: Separate profile files completely (even history database and plugins)

`-v, --verbose`
: Print XML stanzas and other debug information

`-p, --profile=NAME`
: Use defined profile in configuration directory

`-c, --config-path=PATH`
: Set configuration directory

`-l, --loglevel=SUBSYSTEM=LEVEL`
: Configure logging.

    SUBSYSTEM e.g. gajim.c.m\
    LEVEL (DEBUG, INFO, WARNING, ERROR, CRITICAL)

    Example: gajim.c.m=DEBUG

`-w, --warnings`
: Show all warnings

`--gdebug`
: Sets an environment variable so GLib debug messages are printed

`--cprofile`
: Profile application with cprofile

`--start-chat`
: Start a new chat

# FILES

$XDG_CACHE_HOME/gajim/
: The directory for cached data.

$XDG_CONFIG_HOME/gajim/
: The directory where settings and configurations are stored.

$XDG_DATA_HOME/gajim/
: The directory where all persistent data, e.g. the message database, is stored.

# BUGS

Please submit bugs at https://dev.gajim.org/gajim/gajim/issues.

# SUPPORT

You are welcome to join us at xmpp:gajim@conference.gajim.org?join.

# COPYRIGHT

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.

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.