Mercurial > pidgin.yaz
view src/protocols/silc/README @ 10526:55e7d72fc09a
[gaim-migrate @ 11843]
maquina writes:
This patch implements a custom smiley API, and it also
implements custom smileys for the msn protocol. As it
stands, it is not able to cache custom smileys, and is
not able to redefine a custom smiley without opening a
new conversation.
I modified it quite a bit, and didn't test it at all, so it probably
doesn't work anymore. I'm not quite done with it yet either.
Also, this is just receiving custom smileys.
committer: Tailor Script <tailor@pidgin.im>
author | Tim Ringenbach <marv@pidgin.im> |
---|---|
date | Tue, 18 Jan 2005 18:31:32 +0000 |
parents | 50d0f76639e7 |
children | 5851a9219bc7 |
line wrap: on
line source
SILC Gaim Plugin ================ This is Gaim protocol plugin of the protocol called Secure Internet Live Conferencing (SILC). The implementation will use the SILC Toolkit, freely available from the http://silcnet.org/ site, for the actual SILC protocol implementation. To include the SILC into Gaim, one needs to first compile and install the SILC Toolkit. It is done as follows: ./configure --enable-shared --without-silcd --without-irssi make make install This will compile shared libraries of the SILC Toolkit. If the --prefix is not given to ./configure, the binaries are installed into the /usr/local/silc directory. Once the Toolkit is installed one needs to tell for the Gaim ./configure script where the SILC Toolkit is located. It is done as follows: ./configure --with-silc-libs=/path/to/silc/lib --with-silc-includes=/path/to/silc/include If the Toolkit cannot be located the SILC will not be compiled into the Gaim.