Files
libstrophe-gh/examples
Dmitry Podgorny 85da4145aa conn: add xmpp_conn_tls_cafile()
This function adds an external CAfile in PEM format as trusted
certificates.
2020-10-07 20:05:57 +03:00
..
2020-03-31 17:37:12 +03:00
2020-10-07 20:05:57 +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`