1GAJIM(1) User's Reference Manual GAJIM(1)
2
4 gajim — A fully-featured XMPP chat client
5
7 gajim -h
8 gajim [-q] [-v] [-w] [-l subsystem=level] [-p name] [-s] [-c directory]
9
11 gajim aims to be an easy to use and fully-featured XMPP client. Just
12 chat with your friends or family, easily share pictures and thoughts or
13 discuss the news with your groups. Chat securely with End-to-End encryp‐
14 tion via OMEMO or OpenPGP. gajim integrates well with your other de‐
15 vices: simply continue conversations on your mobile device.
16
17 XMPP is the Extensible Messaging and Presence Protocol, a set of open
18 technologies for instant messaging, presence, multi-party chat, voice and
19 video calls, collaboration, lightweight middleware, content syndication,
20 and generalized routing of XML data. For more information on the XMPP
21 protocol see <https://xmpp.org/about/>.
22
24 -h --help
25 Show help options
26
27 -q --quiet
28 Show only critical errors
29
30 -s --separate
31 Separate profiles completely (even history db and plugins)
32
33 -v --verbose
34 Print xml stanzas and other debug information
35
36 -w --warnings
37 Show all GTK warnings with traceback
38
39 -l --loglevel subsystem=level [, subsystem=level [...]]
40 Configure logging system. Subsystem can be gajim.c.preview,
41 gajim.gui.preview, .nbxmpp.stream, etc.
42
43 Level can be DEBUG, INFO, WARNING, ERROR or CRITICAL.
44
45 -p --profile name
46 Run gajim using config.name in configuration directory
47
48 -c --config-path directory
49 Where to look for configuration files
50
52 $XDG_CACHE_HOME/gajim/cache.db
53 Cache database file of transports, caps, roster entry, and roster
54 group.
55
56 $XDG_CACHE_HOME/gajim/avatars/
57 Cache directory of avatars.
58
59 $XDG_CONFIG_HOME/gajim/
60 The config-path used when [-c] is not specified.
61
62 $XDG_DATA_HOME/gajim/certs/
63 Directory where certificates are stored.
64
65 $XDG_DATA_HOME/gajim/logs.db
66 The history database log file. For more information on database
67 logs see <https://dev.gajim.org/gajim/gajim/wikis/develop‐
68 ment/LogsDatabase>.
69
71 gajim is written and maintained by Yann Leboulanger and Philipp Hörist,
72 with contributions and patches merged from many individuals around the
73 world. See the About Dialog for a complete list.
74
76 Copyright (C) 2003-2022 Gajim Team
77
78 gajim is free software; you can redistribute it and/or modify it under
79 the terms of the GNU General Public License as published by the Free
80 Software Foundation; version 3 only.
81
82 gajim is distributed in the hope that it will be useful, but WITHOUT ANY
83 WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
84 FOR A PARTICULAR PURPOSE. See the GNU General Public License for more de‐
85 tails.
86
87 You should have received a copy of the GNU General Public License along
88 with gajim. If not, see <https://www.gnu.org/licenses/>.
89
91 You can report bugs or feature requests in our bug tracker at
92 https://dev.gajim.org/gajim/gajim/issues or in the gajim-devel mailing
93 list; if you want to send us a patch, please do so in our bug tracker.
94 You can also find us in our chat room.
95
97 https://www.gajim.org/
98
100 You are welcome to join us at gajim@conference.gajim.org
101
103 Below are public mailing lists on lists.gajim.org
104
105 https://lists.gajim.org/cgi-bin/listinfo/gajim-devel
106 https://lists.gajim.org/cgi-bin/listinfo/translators
107
108 More mailing lists at
109
110 https://lists.gajim.org/cgi-bin/listinfo
111
113 Please submit bugs at
114
115 https://dev.gajim.org/gajim/gajim/issues
116 https://dev.gajim.org/gajim/gajim-plugins/issues
117 https://dev.gajim.org/gajim/python-nbxmpp/issues
118
120 gajim-remote(1)
121
122UNIX January 21, 2018 UNIX