Caya
A multi-protocol chat program.
Building
You can make Caya and its protocols with:
$ make
Caya itself requires the expat_devel
package, and the XMPP protocol requires
gloox_devel
. You can also build either independent of the other:
$ make caya; make protocols