• chevron_right

      xmppc

      Stefan · pubsub.movim.eu / xmpp-messenger · Tuesday, 25 February, 2020 - 07:33

    xmppc, vielleicht ein hilfreiches Werkzeug für die Console. Ich hab mal angefangen ein kleines Programm in C zu schreiben. Vielleicht komme ich mal dazu, es nach und nach auszubauen.

    Die Idee, ein kleines einfaches Programm zu schreiben, welches man als CLI Client für XMPP verwenden kann. Es verwendet libstrophe, was auch unter anderem von Profanity verwendet wird.

    Aktuell kann es nur den roster (Kontaktliste) abfragen. Die Option -m / --mode ist dafür gedacht, die verschieden Funktionen von XMPP anzusprechen.

    xmppc

    xmppc - command line interface (CLI) XMPP Client.

    xmppc is a XMPP command line interface client. It's written in C and is using the xmpp library libstrophe.

    Dependencies

    Build

    The project is using GNU Automake.

    aptitude install libstrophe-dev
    ./bootstrap.sh
    ./configure
    make
    

    Usage

    xmppc -j user@domain.tld -p "password" -m roster list
    

    Contact details

    • MUC: xmpp-messenger@conference.anoxinon.me
    • Blog: https://nl.movim.eu/?node/pubsub.movim.eu/xmpp-messenger
    • xmppc

      xmppc - XMPP Comand Line Interface (CLI) Client

    • wifi_tethering open_in_new

      This post is public

      nl.movim.eu

    • Pictures 1 image

    • visibility
    • favorite

      1 Like

      debacle