ICQ protocol implementation for libpurple. Written in Rust.
- Install Rust as documented here.
- Run
sudo make install
for a global install ormake install-user
to install in your home directory. - Launch your favourite libpurple client and pick the
ICQ (Web)
protocol.
For verbose output, set the RUST_LOG
environment variable to one of debug
, error
, info
, warn
, or trace
.