-
-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule iris
updated
25 files
+1 −0 | cmake/modules/IrisQCA.cmake | |
+1 −0 | cmake/modules/IrisSCTP.cmake | |
+4 −1 | src/xmpp/CMakeLists.txt | |
+105 −102 | src/xmpp/xmpp-core/protocol.cpp | |
+30 −27 | src/xmpp/xmpp-core/protocol.h | |
+44 −42 | src/xmpp/xmpp-core/stream.cpp | |
+13 −0 | src/xmpp/xmpp-core/xmlprotocol.cpp | |
+173 −162 | src/xmpp/xmpp-core/xmpp_stanza.cpp | |
+7 −9 | src/xmpp/xmpp-core/xmpp_stanza.h | |
+5 −5 | src/xmpp/xmpp-im/filetransfer.cpp | |
+3 −2 | src/xmpp/xmpp-im/jingle-application.h | |
+22 −22 | src/xmpp/xmpp-im/jingle-ft.cpp | |
+5 −4 | src/xmpp/xmpp-im/jingle-ft.h | |
+5 −5 | src/xmpp/xmpp-im/jingle-s5b.cpp | |
+43 −29 | src/xmpp/xmpp-im/jingle-session.cpp | |
+1 −1 | src/xmpp/xmpp-im/jingle-session.h | |
+21 −15 | src/xmpp/xmpp-im/jingle.cpp | |
+10 −7 | src/xmpp/xmpp-im/jingle.h | |
+6 −6 | src/xmpp/xmpp-im/s5b.cpp | |
+3 −2 | src/xmpp/xmpp-im/stundisco.cpp | |
+1 −1 | src/xmpp/xmpp-im/types.cpp | |
+175 −20 | src/xmpp/xmpp-im/xmpp_externalservicediscovery.cpp | |
+21 −13 | src/xmpp/xmpp-im/xmpp_externalservicediscovery.h | |
+6 −6 | src/xmpp/xmpp-im/xmpp_ibb.cpp | |
+4 −4 | src/xmpp/xmpp-im/xmpp_tasks.cpp |