Start implementing XEP-0084

So far we just subscribe and get the IDs.
This commit is contained in:
Michael Vetter
2019-12-18 10:14:46 +01:00
parent 3bb2e07c1e
commit 771dfab123
6 changed files with 141 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ core_sources = \
src/xmpp/bookmark.c src/xmpp/bookmark.h \
src/xmpp/blocking.c src/xmpp/blocking.h \
src/xmpp/form.c src/xmpp/form.h \
src/xmpp/avatar.c src/xmpp/avatar.h \
src/event/common.c src/event/common.h \
src/event/server_events.c src/event/server_events.h \
src/event/client_events.c src/event/client_events.h \