1gajim(1)                            Manual                            gajim(1)
2
3
4

NAME

6       gajim - a fully-featured XMPP chat client
7

SYNOPSIS

9       gajim -h
10       gajim --show
11       gajim --start-chat
12       gajim [-q] [-v] [-w] [-l subsystem=level] [-p name] [-s] [-c directory]
13       [--gdebug] [--cprofile]
14

DESCRIPTION

16       gajim aims to be an easy to use and fully-featured XMPP  client.   Just
17       chat with your friends or family, easily share pictures and thoughts or
18       discuss the news with your groups.  Chat securely with  End-to-End  en‐
19       cryption  via  OMEMO or OpenPGP.  gajim integrates well with your other
20       devices: simply continue conversations on your mobile device.
21
22       XMPP is the Extensible Messaging and Presence Protocol, a set  of  open
23       technologies  for  instant messaging, presence, multi-party chat, voice
24       and video calls, collaboration, lightweight middle‐ ware, content  syn‐
25       dication, and generalized routing of XML data.  For more information on
26       the XMPP protocol see https://xmpp.org/about/.
27

OPTIONS

29       -h, --help
30              Show help options
31
32       -V, --version
33              Show the application’s version
34
35       -q, --quiet
36              Show only critical errors
37
38       -s, --separate
39              Separate profile files completely  (even  history  database  and
40              plugins)
41
42       -v, --verbose
43              Print XML stanzas and other debug information
44
45       -p, --profile=NAME
46              Use defined profile in configuration directory
47
48       -c, --config-path=PATH
49              Set configuration directory
50
51       -l, --loglevel=SUBSYSTEM=LEVEL
52              Configure logging.
53
54              SUBSYSTEM e.g. gajim.c.m
55              LEVEL (DEBUG, INFO, WARNING, ERROR, CRITICAL)
56
57              Example: gajim.c.m=DEBUG
58
59       -w, --warnings
60              Show all warnings
61
62       --gdebug
63              Sets an environment variable so GLib debug messages are printed
64
65       --cprofile
66              Profile application with cprofile
67
68       --start-chat
69              Start a new chat
70
71       --show Show Gajim
72

FILES

74       $XDG_CACHE_HOME/gajim/
75              The directory for cached data.
76
77       $XDG_CONFIG_HOME/gajim/
78              The directory where settings and configurations are stored.
79
80       $XDG_DATA_HOME/gajim/
81              The  directory where all persistent data, e.g. the message data‐
82              base, is stored.
83

BUGS

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

SUPPORT

88       You are welcome to join us at xmpp:gajim@conference.gajim.org?join.
89
91       gajim is free software; you can redistribute it and/or modify it  under
92       the  terms  of  the GNU General Public License as published by the Free
93       Software Foundation; version 3 only.
94
95       gajim is distributed in the hope that it will be  useful,  but  WITHOUT
96       ANY  WARRANTY;  without even the implied warranty of MERCHANTABILITY or
97       FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General  Public  License
98       for more details.
99

AUTHORS

101       Philipp Hörist, Daniel Brötzmann, Yann Leboulanger.
102
103
104
105                                  August 2022                         gajim(1)
Impressum