Files
Dmitry Podgorny 8cfb2d2a03 XEP-0077: add examples/register
XEP-0077 will not be implemented as part of libstrophe's API, but an
example is provided. The example shows how to use the "raw" connection
to register a user.

Closes #54.
2020-01-25 22:59:19 +02:00
..
2017-07-06 15:47:19 +03:00
2017-07-05 19:40:25 +03:00
2016-04-14 15:23:38 +00:00
2020-01-25 22:59:19 +02:00
2017-07-06 15:47:19 +03:00
2015-10-12 15:17:22 +03:00

Build Instructions

Compile example files with the following gcc flags:

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