Files
libstrophe-gh/examples
Dmitry Podgorny 070a64d9d5 WIP Unify error codes returned to the connection handler
Error argument in the connection handler is not always set and in some
cases provides meaningless values. For example, every TLS module returns
its specific error codes.

Current solution unifies error codes and allows to distinguish between
different types of disconnection.

Fixes #123.
2020-09-16 02:28:37 +03:00
..
2020-03-31 17:37:12 +03:00
2020-03-31 17:37:12 +03:00
2020-03-31 17:37:12 +03:00
2016-04-14 15:23:38 +00:00
2020-03-31 17:37:12 +03:00
2020-03-31 17:37:12 +03:00
2020-03-31 17:37:12 +03:00

Build Instructions

Compile example files with the following gcc flags:

gcc -o bot bot.c `pkg-config --cflags --libs libstrophe`