Skip to content

Commit

Permalink
Add QXmppUri for XMPP URI parsing
Browse files Browse the repository at this point in the history
Based on code from Kaidan, but mostly rewritten.
  • Loading branch information
lnjX committed Jul 28, 2024
1 parent 0560fd1 commit 8146252
Show file tree
Hide file tree
Showing 7 changed files with 837 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/doap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,14 @@ SPDX-License-Identifier: CC0-1.0
<xmpp:since>0.2</xmpp:since>
</xmpp:SupportedXep>
</implements>
<implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource='https://xmpp.org/extensions/xep-0147.html'/>
<xmpp:status>complete</xmpp:status>
<xmpp:version>1.2</xmpp:version>
<xmpp:since>1.8</xmpp:since>
</xmpp:SupportedXep>
</implements>
<implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource='https://xmpp.org/extensions/xep-0153.html'/>
Expand Down
2 changes: 2 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ set(INSTALL_HEADER_FILES
base/QXmppTrustMessages.h
base/QXmppUserTuneItem.h
base/QXmppUtils.h
base/QXmppUri.h
base/QXmppVCardIq.h
base/QXmppVersionIq.h
base/compat/QXmppSessionIq.h
Expand Down Expand Up @@ -230,6 +231,7 @@ set(SOURCE_FILES
base/QXmppTask.cpp
base/QXmppThumbnail.cpp
base/QXmppTrustMessages.cpp
base/QXmppUri.cpp
base/QXmppUserTuneItem.cpp
base/QXmppUtils.cpp
base/QXmppVCardIq.cpp
Expand Down
Loading

0 comments on commit 8146252

Please sign in to comment.