About
-----
This is a port to KDE4's KWallet DBus API from the original kwallet_password.c
which can be found at: http://kainaw.com/libpurple/

This plugin will remove you passwords from ~/.purple/accounts.xml (where they
are visible in clear text!), and place then (encrypted) with the KDE wallet.

The plugin is activated via the Tools/KWallet/Encrypt Password menu item. You
will need to call this each time you change an accounts password.


Installation
------------
To build and install:

1. mkdir build
2. cd build
3. cmake ..
4. make
5. cp plugin/libkwallet.so ~/.purple/plugins
