gajim, but with plural-affirmative aliases to the /me command
Go to file
Philipp Hörist 9c6a8df658 Fix updating room avatar correctly 2018-06-30 20:02:16 +02:00
.gitlab/issue_templates
data More spelling fixes 2018-06-22 01:47:29 +03:00
doc
flatpak Remove unused patch 2018-06-01 00:24:22 +02:00
gajim Fix updating room avatar correctly 2018-06-30 20:02:16 +02:00
plugins
po
scripts/dev More spelling fixes 2018-06-22 01:47:29 +03:00
test Refactor VCard code into own modules 2018-06-30 19:32:36 +02:00
win Remove support for ESessions 2018-05-28 18:21:45 +02:00
.flake8 Add flake8 config file 2018-05-11 22:03:13 +02:00
.gitignore
.gitlab-ci.yml
AUTHORS
CONTRIBUTING.md
COPYING
ChangeLog Update ChangeLog 2018-05-19 10:57:49 +02:00
MANIFEST.in
README.md More spelling fixes 2018-06-22 01:47:29 +03:00
appveyor.yml Fix Windows build 2018-05-19 09:37:01 +02:00
launch-history-manager.py
launch.py
org.gajim.Gajim.json Flatpak: add gspell 2018-06-28 07:32:02 +02:00
pylintrc pylint: Ignore a few useless warnings. 2017-08-22 22:51:24 +01:00
setup.py Make keyring a hard dependency 2018-05-20 12:12:51 +02:00

README.md

Welcome to Gajim

Runtime Requirements

  • python3.5 or higher
  • python3-gi
  • python3-gi-cairo
  • gir1.2-gtk-3.0 (>=3.22)
  • python3-nbxmpp
  • python3-openssl (>=0.14)

Optional Runtime Requirements

  • python3-keyring for saving your password to your system keyring
  • python3-pil (pillow) for support of webp avatars
  • python3-gnupg to enable GPG encryption
  • For zeroconf (bonjour) you need python3-dbus
  • gir1.2-gspell-1 and hunspell-LANG where lang is your locale eg. en, fr etc
  • gir1.2-secret-1 for GNOME Keyring or KDE support as password storage
  • D-Bus running to have gajim-remote working. Some distributions split dbus-x11, which is needed for dbus to work with Gajim. Version >= 0.80 is required.
  • python3-dbus bindings (>=1.2.0)
  • gir1.2-farstream-0.2, gir1.2-gstreamer-1.0 and gir1.2-gst-plugins-base-1.0 for audio and video calls
  • gir1.2-gupnpigd-1.0 for better NAT traversing
  • gir1.2-networkmanager-1.0 for network lose detection
  • gir1.2-geoclue-2.0 for sharing your location
  • python3-idna and python3-precis-i18n for correctly parsing JIDs

Compile-time Requirements

  • python-setuptools

Installation Procedure

Packages

  • Arch
  • Debian (tested with Debian testing and unstable)

Snapshots

Linux

./setup.py install --root=/

or

pip install . (python-pip is required)

Mac

see Wiki

Developing

For developing you don't have to install Gajim.

After installing all dependencies execute

./launch.py

Flatpak

see README

Windows

see README

Miscellaneous

Debugging

Execute gajim with --verbose

That is all, enjoy!

(C) 2003-2018 The Gajim Team https://gajim.org

We use original art and parts of sounds and other art from Psi, Gossip, Gnomebaker, Gaim and some icons from various gnome-icons (mostly Dropline Etiquette) we found at art.gnome.org. If you think we're violating a license please inform us. Thank you.