Renga, a XMPP client designed for Haiku
Find a file
2025-02-11 21:29:42 +00:00
examples feat: clangd c++20 lsp example + add clang dependency 2025-02-08 11:16:17 +00:00
src threading something something threading 2025-02-11 21:29:42 +00:00
.genio hello world 2025-02-07 19:04:21 +00:00
.gitignore feat: functional makefile and tmp test program 2025-02-07 13:05:42 +01:00
LICENSE Initial commit 2025-02-06 21:21:55 +00:00
Makefile fix: add gloox lib to make command & fix: move client class to mm window 2025-02-10 10:35:10 +00:00
README.md add xmpp gloox library to deps 2025-02-08 11:31:39 +00:00

Renga

Renga, a XMPP client designed for Haiku

Todo

  • make haiku-os compatible
  • everything else

Test Renga

If you are doing development work on a local Haiku system, use:

# Install required dependencies
pkgman install make haiku_devel llvm19_clang gloox gloox_devel
# Build
make build
./renga

Editor

My preferred editor is Vim, as such, I have placed an example of a vimrc file you can use to get autocomplete and allat working on Haiku. Just copy it to ~/config/settings/vim.
For C++20 LSP support, copy the clangd config.yaml from the examples folder to ~/config/settings/clangd/

Authors

andre@iwakura.rip
hex@iwakura.rip