2
0
mirror of https://github.com/msantos/xmppipe synced 2024-11-13 13:10:32 +00:00
Commit Graph

7 Commits

Author SHA1 Message Date
Michael Santos
d6dcc88bc6 tests: allow time for xmppipe login 2019-01-22 07:55:06 -05:00
Michael Santos
ba2d49e4bd Use argument as output JID
Instead of supplying the output JID as an optional argument:

    xmppipe --output foo@conference.example.com

Use the first argument:

    xmppipe foo@conference.example.com

The -o/--output switches are still accepted.
2018-07-22 10:00:41 -04:00
Michael Santos
b9c446a928 test: error message for environment variables 2017-02-19 10:32:19 -05:00
Michael Santos
ad39d23c05 test: base64 encode/decode 2017-02-18 09:56:22 -05:00
Michael Santos
e4fcd47b20 test: send using FIFOs between parent/child 2017-02-16 10:42:46 -05:00
Michael Santos
ff86eb8f9a test: send a message using stdin 2017-02-15 08:39:03 -05:00
Michael Santos
417176cddb tests: add some basic tests
Check the the basic functionality of xmppipe:

    # https://github.com/sstephenson/bats
    # apt-get install bats
    bats test
2017-02-11 10:35:01 -05:00