Scroll to navigation

GAJIM(1) General Commands Manual (urm) GAJIM(1)

NAME

gajim
a Jabber/XMPP client

SYNOPSIS

gajim -h

gajim [
-q
] [
-v
] [
-l subsystem=level
] [
-p name
] [
-c directory
]

DESCRIPTION

gajim is a Jabber/XMPP client written in Python and GTK+. gajim works nicely with GNOME, yet it does not require it to run. gajim is designed for novice and advanced users as one, as well for XMPP server admins.
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 middleware, content syndication, and generalized routing of XML data. For more information on the XMPP protocol see <http://xmpp.org/about-xmpp/>.

OPTIONS

--help
Show help options
--quiet
Show only critical errors
--verbose
Print xml stanzas and other debug information
--loglevel subsystem=level [, subsystem=level [...]]
Configure logging system. Subsystem can be gajim.interface, gajim.c.connection, .nbxmpp.client_nb, etc. Level can be DEBUG, INFO, WARNING, ERROR or CRITICAL.
--profile name
Run gajim using config.name in configuration directory
--config-path directory
Where to look for configuration files

FILES

~/.cache/gajim/cache.db
Cache database file of transports, caps, roster entry, and roster group.
~/.cache/gajim/avatars/
Cache directory of avatars.
~/.cache/gajim/vcards/
Cache directory of vCards (virtual cards).
~/.config/gajim/
The config-path used when [
-c
] is not specified.
~/.local/share/gajim/certs/
Directory where certificates are stored.
~/.local/share/gajim/logs.db
The history database log file. For more information on database logs see <https://trac.gajim.org/wiki/LogsDatabase>.

AUTHORS

gajim is written and maintained by Yann Leboulanger, and Denis Fomin, with contributions and patches merged from many individuals around the world. See files AUTHORS and THANKS, for a complete list.

COPYRIGHT

Copyright (C) 2003-2013 Gajim Team
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.
You should have received a copy of the GNU General Public License along with gajim. If not, see <http://www.gnu.org/licenses/>.

FEEDBACK

You can report bugs or feature requests in our bug tracker at trac.gajim.org or in the gajim-devel mailing list; if you want to send us a patch, please do so in our bug tracker. You can also find us in our chat room.

WWW

http://www.gajim.org/

XMPP

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

MAILING LIST

Below are public mailing lists on lists.gajim.org
More mailing lists at

BUGS

Please submit bugs at

SEE ALSO

gajim-remote(1) gajim-history-manager(1)
August 11, 2013 UNIX