Desktop Qt based XMPP messenger https://macaw.me
Go to file
Blue 100b2e8943 some creepy file attaching gui, not sending yet 2019-09-19 17:31:27 +03:00
core download files error handling 2019-09-18 16:27:47 +03:00
external debugging vanished messages 2019-06-28 18:15:30 +03:00
resources started to devide contact and MUC, license, readme, attach icon 2019-08-14 17:54:46 +03:00
ui some creepy file attaching gui, not sending yet 2019-09-19 17:31:27 +03:00
.gitmodules debugging vanished messages 2019-06-28 18:15:30 +03:00
CMakeLists.txt debugging vanished messages 2019-06-28 18:15:30 +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 fix for presences in MUCs, fix for memory limit in message history, fix for message line resizing, started working on messages 2019-09-10 17:33:39 +03:00
global.h fix for presences in MUCs, fix for memory limit in message history, fix for message line resizing, started working on messages 2019-09-10 17:33:39 +03:00
main.cpp download files error handling 2019-09-18 16:27:47 +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