|
JabberTools
Jabber Tools README
(based on http://search.cpan.org/dist/Net-XMPP2/ and its samples) Usagejabber-tool-roster-dump <jid> <password> [<host> <port>] jabber-tool-roster-import <jid> <password> [<host> <port>] ExamplesMove your roster to another serverjabber-tool-roster-dump user@domain1.org 123456 | \
jabber-tool-roster-import user@domain2.org 654321Move ICQ contacts from one jabber transport to anotherjabber-tool-roster-dump sergej@qwe.ru 123456 | \
grep '@icq.qwe.ru' | \
sed 's#icq.qwe.ru#icq.vrn.asd.ru#' | \
jabber-tool-roster-import sergej@vrn.asd.ru 654321Sourcehttp://code.google.com/p/archlinux-stuff/source/browse/trunk/jabber-tools/ |
► Sign in to add a comment