From 084eb01fb395488a0a3aee799be2b72ce11aa220 Mon Sep 17 00:00:00 2001 From: Niels Ole Salscheider Date: Sun, 12 Feb 2017 17:18:06 +0100 Subject: Implement XEP-0198: Stream Management (client only) (#99) * Some features can be available with different namespaces (e.g. SM) * Provide static functions to convert between strings and stream errors Stream management will reuse this for . * [travis] test builds using clang * Implement XEP-0198: Stream Management (client only) * QXmppOutgoingClient: Move private methods to QXmppOutgoingClientPrivate --- src/base/base.pri | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/base/base.pri') diff --git a/src/base/base.pri b/src/base/base.pri index 3326d07d..670de9d6 100644 --- a/src/base/base.pri +++ b/src/base/base.pri @@ -40,6 +40,7 @@ HEADERS += \ base/QXmppCodec_p.h \ base/QXmppConstants_p.h \ base/QXmppSasl_p.h \ + base/QXmppStanza_p.h \ base/QXmppStreamInitiationIq_p.h \ base/QXmppStun_p.h @@ -80,6 +81,7 @@ SOURCES += \ base/QXmppStream.cpp \ base/QXmppStreamFeatures.cpp \ base/QXmppStreamInitiationIq.cpp \ + base/QXmppStreamManagement.cpp \ base/QXmppStun.cpp \ base/QXmppUtils.cpp \ base/QXmppVCardIq.cpp \ -- cgit v1.2.3