Skip to content

Commit

Permalink
xep-0292: added vcard4 classes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ri0n committed Jun 9, 2024
1 parent 64e9997 commit 8a07305
Show file tree
Hide file tree
Showing 4 changed files with 1,266 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/iris/xmpp_vcard4.h
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#include "xmpp/xmpp-im/xmpp_vcard4.h"
2 changes: 2 additions & 0 deletions src/xmpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ set(XMPP_IM_HEADERS
xmpp-im/xmpp_subsets.h
xmpp-im/xmpp_url.h
xmpp-im/xmpp_vcard.h
xmpp-im/xmpp_vcard4.h
xmpp-im/xmpp_xdata.h
xmpp-im/xmpp_xmlcommon.h
xmpp-im/xmpp_encryption.h
Expand Down Expand Up @@ -130,6 +131,7 @@ target_sources(iris PRIVATE
xmpp-im/xmpp_task.cpp
xmpp-im/xmpp_tasks.cpp
xmpp-im/xmpp_vcard.cpp
xmpp-im/xmpp_vcard4.cpp
xmpp-im/xmpp_xdata.cpp
xmpp-im/xmpp_xmlcommon.cpp
xmpp-im/xmpp_encryption.cpp
Expand Down
Loading

0 comments on commit 8a07305

Please sign in to comment.