X-Git-Url: http://git.maemo.org/git/?p=python-purple;a=blobdiff_plain;f=README;h=edef0321888dba8af477e850e7b2ab473e1d07c7;hp=00a6a8e7b114ce836a8bd25594859e1822ca5576;hb=d1da990adf14944c9f203df523bebaba96b1738d;hpb=d5dc2da1bd703c2cadbadde95994c17f44a86a0e diff --git a/README b/README index 00a6a8e..edef032 100644 --- a/README +++ b/README @@ -43,3 +43,15 @@ $ sudo python2.5 setup.py install --root=/usr You can also create a debian package of it: $ dpkg-buildpackage -rfakeroot + +Testing python-purple +--------------------- + +Python-purple provides a client example (nullclient) which connects to a +Gtalk account and displays libpurple's debug messages. In order to execute it, +issue the following command: + +$ LD_PRELOAD=/usr/lib/libpurple.so.0 python2.5 nullclient.py + +It will ask for a username and then password. Insert it and it will +automatically connect to the given account.