Desktop Qt based XMPP messenger https://macaw.me
Go to file
Blue c067835b00 button to add addresses phones and emails, yet dummy 2019-11-01 18:06:03 +03:00
core new fallback icons, new fields in vCard, fix about recreation new avatar on each request 2019-10-25 16:38:48 +03:00
external got rid of organization name, made building with system qxmpp by default 2019-10-10 14:45:21 +03:00
packaging got rid of organization name, made building with system qxmpp by default 2019-10-10 14:45:21 +03:00
resources new fallback icons, new fields in vCard, fix about recreation new avatar on each request 2019-10-25 16:38:48 +03:00
translations an attempt to make a first Archlinux package 2019-10-07 18:35:55 +03:00
ui button to add addresses phones and emails, yet dummy 2019-11-01 18:06:03 +03:00
.gitmodules debugging vanished messages 2019-06-28 18:15:30 +03:00
CMakeLists.txt receiving account owner vCard, displaying avatars in roster 2019-10-16 22:38:35 +03:00
LICENSE.md started to devide contact and MUC, license, readme, attach icon 2019-08-14 17:54:46 +03:00
README.md Update 'README.md' 2019-08-14 15:00:51 +00:00
exception.cpp started to devide contact and MUC, license, readme, attach icon 2019-08-14 17:54:46 +03:00
exception.h started to devide contact and MUC, license, readme, attach icon 2019-08-14 17:54:46 +03:00
global.cpp progress for VCard widget, date of receiving 2019-10-31 17:01:48 +03:00
global.h progress for VCard widget, date of receiving 2019-10-31 17:01:48 +03:00
main.cpp basic avatar/vcard changes uploads and roster reaction 2019-10-24 12:42:38 +03:00
order.h started to devide contact and MUC, license, readme, attach icon 2019-08-14 17:54:46 +03:00
signalcatcher.cpp started to devide contact and MUC, license, readme, attach icon 2019-08-14 17:54:46 +03:00
signalcatcher.h started to devide contact and MUC, license, readme, attach icon 2019-08-14 17:54:46 +03:00

README.md

Sqwawk

A compact XMPP desktop messenger

Prerequisites

  • QT 5.12 (lower versions might work but it wasn't tested)
  • uuid (usually included in some other package, for example it's libutil-linux in archlinux)
  • lmdb
  • CMake 3.0 or higher

Building

Squawk requires Qt with SSL enabled. It uses CMake as build system.

Squawk uses upstream version of QXmpp library so first we need to pull it

git submodule update --init --recursive

Then create a folder for the build, go there and build the project using CMake

mkdir build
cd build
cmake ..
cmake --build .

License

This project is licensed under the GPLv3 License - see the LICENSE.md file for details