ddaf39c300
The libpurple add-on has been split into two parts― a background process that will actually interface with libpurple, and an add-on that acts as intermediary between Cardie and the process. This helps prevent redundancy, and is giving me a lot less trouble that directly loading libpurple. The protocol amount and names are now returned by the add-on (through protocol_count() and protocol_at() respectively)― you can see them in Preferences' protocol list. |
||
---|---|---|
application | ||
data | ||
libs | ||
protocols | ||
smileys | ||
Contributors | ||
License | ||
Makefile | ||
Makefile.common | ||
README.md |
Cardie
A multi-protocol chat program.
Building
You can make Cardie and its protocols with:
$ make
Cardie 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