jabber-roster
=============

A small Python tool for listing your Jabber roster contacts. You can use it to easily backup list of your buddies.

Running
=======

You can run the tool directly simply by:

  $ ./jabber_roster.py

or by:

  $ python jabber_roster.py

(use --help option of course if you don't know this tool yet)

Installation
============

You can install this tool using distutils [1], setuptools [2] or pip [3] and have it in your PATH that way.

The recommended way:

  $ easy_install -U jabber-roster
  
That will find, download and install the latest available version of jabber-roster.

[1] http://docs.python.org/install/index.html#install-index
[2] http://peak.telecommunity.com/DevCenter/setuptools
[3] http://pip.openplans.org/

Dependencies
============

If you haven't used the recommended way of installation, you might need to manually install some dependencies:
 * xmpppy: http://xmpppy.sourceforge.net/
           available as 'python-xmpp' in Debian/Ubuntu

License
=======

This program is a free software, licensed under GNU AGPL 3:
http://www.gnu.org/licenses/agpl-3.0.html

