Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 633 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 633 Bytes

purple-icq

ICQ protocol implementation for libpurple. Written in Rust.

Installing

  1. Install Rust as documented here.
  2. Run sudo make install for a global install or make install-user to install in your home directory.
  3. Launch your favourite libpurple client and pick the ICQ (Web) protocol.

Debugging

For verbose output, set the RUST_LOG environment variable to one of debug, error, info, warn, or trace.