Kopete-remote

Aus SchnallIchNet
Wechseln zu: Navigation, Suche

Allgemein

die eigentliche idee zu kopete-remote basiert auf einem bash-script von
kundor.org und nutzte kopete's DCOP funktionalitaet.

Leider funktionierte das ganze bei mir (Debian Squeeze und KDE4) nicht mehr,
da kopete nicht mehr DCOP sondern DBUS nutzt!

ich habe das ganze dann neu geschrieben auf der basis von DBUS
der quelltext steht unter der GPL, daher keine veroeffentlichung hier...
installation wie folgt! ;-)

Funktionalitaet

Usage: kopete-remote <COMMAND> [COMMAND-options]

COMMAND is anything of:
    list                            list configured accounts

    listContacts                    lists all contacts

    listProtos                      List valid PROTO's
                                    PROTO allways defaults to Jabber
                                    if not given explizitly!

    connect [PROTO] ACCOUNT         PROTO default 'Jabber'
                                    ACCOUNT one of the accounts listed by
                                    'list'-command

    connectAll                      Connects ALL Accounts

    disconnect [PROTO] ACCOUNT      PROTO default 'Jabber'
                                    ACCOUNT one of the accounts listed by
                                    'list'-command

    disconnectAll                   DisConnects ALL Accounts

    isConnected [PROTO] ACCOUNT     Returns True or False.

    isOnline CONTACT                Shows if given CONTACT is online
                                    Use 'listContacts' command to get a list
                                    list of valid CONTACT's

    sendMessage CONTACT 'Message'   Send a message to CONTACT
                                    Be sure to put '"' around CONTACT
                                    and Message if they contain blanks!!
                                    Use 'listContacts' command to get a list
                                    list of valid CONTACT's

installation

can be installed using the following commands as root.
install the gpg-key:

wget -O- http://deb.rubbish.de/2A74AB6F140616FB.gpg | apt-key add -

list my repo in your sources.list-file, update local DB and install:

echo "deb http://deb.rubbish.de/debian squeeze main contrib non-free" >> /etc/apt/sources.list
apt-get update
apt-get install kopete-remote