Chat-O-Matic/README.md
2021-06-21 03:06:15 -05:00

527 B

Icon Caya

GSoC 2021

A multi-protocol chat program.

Screenshot

Building

You can make Caya and its protocols with:

$ make

Caya itself requires the expat_devel package, the XMPP protocol requires gloox_devel, and the (provisional) IRC protocol requires libircclient_devel. You can also build either independent of the other:

$ make caya; make libs; make protocols; make -f protocols/xmpp/Makefile