Skip to content
This repository has been archived by the owner on Nov 8, 2021. It is now read-only.
/ jabber-roster Public archive

Simple tool to list your Jabber roster contacts. You can use it to easily backup list of your buddies.

License

Notifications You must be signed in to change notification settings

kparal/jabber-roster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jabber-roster

No Maintenance Intended

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

This program is no longer maintained. If you want to work on this program, please fork. If you have some cool new features, contact me, and I'll redirect visitors to you.

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, setuptools or pip 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.

Dependencies

If you haven't used the recommended way of installation, you might need to manually install some dependencies:

PLEASE NOTE: Currently it is necessary to install xmpppy from a forked project https://github.com/ArchipelProject/xmpppy instead of the official upstream project, because it does not contain a fix for latest SSL changes. Once it is updated (if it is), you can go back to using original xmpppy.

License

This program is a free software, licensed under GNU AGPL 3+. See LICENSE file.

Donations

If you like this program you can Flattr it.

Contact

Visit program homepage at: https://github.com/kparal/jabber-roster

Please report all bugs to the issue tracker, but don't request new features unless you have a patch for it. This is a small personal project and I don't plan to spend much more time on it. I will gladly merge your patches if they look reasonable.

About

Simple tool to list your Jabber roster contacts. You can use it to easily backup list of your buddies.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages