Files
libstrophe-gh/examples
Dmitry Podgorny c149caa32a examples: add vcard example
New exmaple shows how to request vCard and handle result. See XEP-0054
for details.
PHOTO element is stored to an image file.
2017-06-23 22:09:28 +03:00
..
2016-04-14 15:23:38 +00:00
2015-10-12 15:17:22 +03:00
2017-06-23 22:09:28 +03:00

Build Instructions

Compile example files with the following gcc flags:

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