Modern XMPP ("Jabber") Chat Client using GTK+/Vala
Go to file
2017-03-20 22:28:32 +01:00
cmake Drop libuuid dependency, uuid generation is not that complicated... 2017-03-12 22:23:25 +01:00
libdino Select conversation on startup, placeholder for "No conversation selected", start services before UI 2017-03-20 22:28:32 +01:00
main Select conversation on startup, placeholder for "No conversation selected", start services before UI 2017-03-20 22:28:32 +01:00
plugins Add typed identity to manager modules and stream flags 2017-03-20 22:28:27 +01:00
qlite Select conversation on startup, placeholder for "No conversation selected", start services before UI 2017-03-20 22:28:32 +01:00
xmpp-vala Select conversation on startup, placeholder for "No conversation selected", start services before UI 2017-03-20 22:28:32 +01:00
.gitignore Split OMEMO plug-in into files, various fixes 2017-03-12 03:17:21 +01:00
.gitmodules
CMakeLists.txt Move PGP support into plugin 2017-03-12 02:52:43 +01:00
configure Force Make into using a single thread 2017-03-12 19:41:44 +01:00
README.md Update README.md 2017-03-16 20:57:39 +01:00

Dino

screenshots

Install

Dependencies

  • GLib (≥ 2.38)
  • GTK (≥ 3.22)
  • GPGME (For the OpenPGP plugin)
  • libgee-0.8 (≥ 0.10)
  • libnotify
  • OpenSSL (For the OMEMO plugin)
  • SQLite3

Build

Build-time dependencies

  • CMake
  • C compiler
  • ninja(-build) (recommend)
  • valac (≥ 0.30)

Instructions

./configure
make
build/dino