A multi-protocol chat program for Haiku.
Iri al dosiero
Jaidyn Ann de28bc8673 Match up nick with own user_id 2021-06-21 03:22:35 -05:00
application Update room subject; accept user_name in OWN_CONTACT_INFO 2021-06-21 02:32:49 -05:00
data Change class names 2021-06-20 12:44:20 -05:00
libs Remove obselete CayaProtocol::SaveLogs(), add ::Commands() 2021-06-15 14:40:28 -05:00
protocols Match up nick with own user_id 2021-06-21 03:22:35 -05:00
smileys Merged multiprotocol branch with trunk. 2010-05-16 21:02:50 +00:00
Contributors Updated contributors. 2013-10-12 20:20:11 +02:00
License Merging caya and caya-gpl-protocols 2013-07-29 16:58:19 +02:00
Makefile Switch from Jam to Make 2021-05-19 16:12:19 -05:00
Makefile.common Switch from Jam to Make 2021-05-19 16:12:19 -05:00
README.md Enable IRC protocol 2021-06-21 03:06:15 -05:00

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