2
0
mirror of https://github.com/msantos/xmppipe synced 2024-11-13 13:10:32 +00:00
Go to file
Michael Santos c983814007 Exit on connection failure
No point shutting down nicely if the connection has failed: exit
immediately and print out an error.

The error is the same whether the connection has failed due to a DNS
lookup, TCP connection or authentication failure. Running in debug mode
can show the reason for failure. libstrophe has an enum indicating the
connection state; maybe this can be used for better error reporting.
2015-05-15 10:00:38 -04:00
examples Forward stdin over XMPP 2015-05-11 15:19:35 -04:00
src Exit on connection failure 2015-05-15 10:00:38 -04:00
.gitignore Forward stdin over XMPP 2015-05-11 15:19:35 -04:00
Makefile Generate a unique ID per message 2015-05-14 06:56:58 -04:00