Modern XMPP ("Jabber") Chat Client using GTK+/Vala
Go to file
fiaxh 1eca8c6f67 Fix message stanza default type 2017-03-18 00:12:27 +01:00
cmake Drop libuuid dependency, uuid generation is not that complicated... 2017-03-12 22:23:25 +01:00
libdino Fix message stanza default type 2017-03-18 00:12:27 +01:00
main Fix message stanza default type 2017-03-18 00:12:27 +01:00
plugins Improve when to send chat state notifications 2017-03-16 19:46:22 +01:00
qlite Qlite: Return OptionalRow instead of Row?, add ability to remove columns on version upgrade 2017-03-12 20:55:11 +01:00
xmpp-vala Fix message stanza default type 2017-03-18 00:12:27 +01:00
.gitignore Split OMEMO plug-in into files, various fixes 2017-03-12 03:17:21 +01:00
.gitmodules Add OMEMO via Plugin 2017-03-11 23:59:04 +01:00
CMakeLists.txt Move PGP support into plugin 2017-03-12 02:52:43 +01:00
README.md Update README.md 2017-03-16 20:57:39 +01:00
configure Force Make into using a single thread 2017-03-12 19:41:44 +01:00

README.md

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