aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppStun.cpp
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2015-08-16 18:15:22 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2015-08-16 18:15:22 +0200
commit93d8f06b1ecaf558b7c3731b3184f6b9abcfa061 (patch)
treef988aa482a14c9ecc0fbfca2c3e66e6c505af7ee /src/base/QXmppStun.cpp
parentf84c59bed45d516c76022d1a55c875478078e0cc (diff)
downloadqxmpp-93d8f06b1ecaf558b7c3731b3184f6b9abcfa061.tar.gz
prine USE-CANDIDATE
Diffstat (limited to 'src/base/QXmppStun.cpp')
-rw-r--r--src/base/QXmppStun.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/base/QXmppStun.cpp b/src/base/QXmppStun.cpp
index 9d9872a0..b0a2c9a7 100644
--- a/src/base/QXmppStun.cpp
+++ b/src/base/QXmppStun.cpp
@@ -1061,6 +1061,8 @@ QString QXmppStunMessage::toString() const
if (!iceControlled.isEmpty())
dumpLines << QString(" * ICE-CONTROLLED %1")
.arg(QString::fromLatin1(iceControlled.toHex()));
+ if (useCandidate)
+ dumpLines << QString(" * USE-CANDIDATE");
return dumpLines.join("\n");
}