pull/1/head
Michael Santos 8 years ago
parent 877ecd5619
commit 16f03deff4

@ -4,7 +4,7 @@ xmppipe: stdio over XMPP
xmppipe redirects stdin/stdout in a shell pipeline to an XMPP MUC xmppipe redirects stdin/stdout in a shell pipeline to an XMPP MUC
(XEP-0045). xmppipe supports flow control using stream management (XEP-0045). xmppipe supports flow control using stream management
(XEP-0198) and can optionally deal with overload by acting as a circuit (XEP-0198) and can optionally deal with overload by acting as a circuit
breaker or discarding messages. breaker or by discarding messages.
xmppipe works with line oriented tools like grep, sed and xmppipe works with line oriented tools like grep, sed and
awk by outputting each message as a newline terminated, awk by outputting each message as a newline terminated,
@ -77,7 +77,7 @@ Options
: Size of read buffer : Size of read buffer
-I *interval* -I *interval*
: Request stream management status ever interval messages : Request stream management status every interval messages
-k *seconds* -k *seconds*
: Periodically send a keepalive : Periodically send a keepalive

@ -1185,7 +1185,7 @@ usage(xmppipe_state_t *state)
" -x base64 encode/decode data\n" " -x base64 encode/decode data\n"
" -b <size> size of read buffer\n" " -b <size> size of read buffer\n"
" -I <interval> request stream management status ever interval messages\n" " -I <interval> request stream management status every interval messages\n"
" -k <seconds> periodically send a keepalive\n" " -k <seconds> periodically send a keepalive\n"
" -K <count> number of keepalive failures before exiting\n" " -K <count> number of keepalive failures before exiting\n"
" -P <ms> poll delay\n" " -P <ms> poll delay\n"

Loading…
Cancel
Save