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.
This commit is contained in:
Dmitry Podgorny
2016-08-30 18:02:10 +03:00
parent fa63aac731
commit c149caa32a
3 changed files with 287 additions and 1 deletions

View File

@@ -99,7 +99,8 @@ noinst_PROGRAMS = \
examples/bot \
examples/component \
examples/roster \
examples/uuid
examples/uuid \
examples/vcard
examples_active_SOURCES = examples/active.c
examples_active_CFLAGS = $(STROPHE_FLAGS)
@@ -119,6 +120,9 @@ examples_roster_LDADD = $(STROPHE_LIBS)
examples_uuid_SOURCES = examples/uuid.c
examples_uuid_CFLAGS = $(STROPHE_FLAGS)
examples_uuid_LDADD = $(STROPHE_LIBS)
examples_vcard_SOURCES = examples/vcard.c
examples_vcard_CFLAGS = $(STROPHE_FLAGS)
examples_vcard_LDADD = $(STROPHE_LIBS)
## Tests