1GAJIM(1) User's Reference Manual GAJIM(1)
2
4 gajim — a Jabber/XMPP client
5
7 gajim -h
8 gajim [-q] [-v] [-w] [-l subsystem=level] [-p name] [-s] [-c directory]
9
11 gajim is a Jabber/XMPP client written in Python and GTK+. gajim works
12 nicely with GNOME, yet it does not require it to run. gajim is designed
13 for novice and advanced users as one, as well for XMPP server admins.
14
15 XMPP is the Extensible Messaging and Presence Protocol, a set of open
16 technologies for instant messaging, presence, multi-party chat, voice and
17 video calls, collaboration, lightweight middleware, content syndication,
18 and generalized routing of XML data. For more information on the XMPP
19 protocol see <https://xmpp.org/about-xmpp/>.
20
22 -h --help
23 Show help options
24
25 -q --quiet
26 Show only critical errors
27
28 -s --separate
29 Separate profiles completely (even history db and plugins)
30
31 -v --verbose
32 Print xml stanzas and other debug information
33
34 -w --warnings
35 Show all GTK warnings with traceback
36
37 -l --loglevel subsystem=level [, subsystem=level [...]]
38 Configure logging system. Subsystem can be gajim.interface,
39 gajim.c.connection, .nbxmpp.client_nb, etc. Level can be DEBUG,
40 INFO, WARNING, ERROR or CRITICAL.
41
42 -p --profile name
43 Run gajim using config.name in configuration directory
44
45 -c --config-path directory
46 Where to look for configuration files
47
49 $XDG_CACHE_HOME/gajim/cache.db
50 Cache database file of transports, caps, roster entry, and roster
51 group.
52
53 $XDG_CACHE_HOME/gajim/avatars/
54 Cache directory of avatars.
55
56 $XDG_CACHE_HOME/gajim/vcards/
57 Cache directory of vCards (virtual cards).
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-2019 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
85 details.
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
117 https://dev.gajim.org/gajim/python-nbxmpp
118
120 gajim-remote(1) gajim-history-manager(1)
121
122UNIX January 21, 2018 UNIX