Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 770 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 770 Bytes

jabber-migrate

ABOUT

jabber-migrate is a simple tool which allows you to migrate your roster from one jabber server to another. This is a replacement for another tool migrate.sourceforge.net which did not work for me.

This can also be used to edit jabber roster as a text file without migrating it to another server. You can use any scripts or text editors to do the editing part, while jabber-migrate does the import/export part.

REQUIREMENTS

  • perl
  • Net::Jabber module

USAGE

  • jabber-migrate export <JID> <password> [<server>] [<port>] >roster.txt
  • (optional) edit roster.txt file to add or remove some contacts.
  • jabber-migrate import <JID> <password> [<server>] [<port>] <roster.txt