aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppStun.cpp
diff options
context:
space:
mode:
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");
}