diff options
Diffstat (limited to 'src/QXmppStun.cpp')
| -rw-r--r-- | src/QXmppStun.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/QXmppStun.cpp b/src/QXmppStun.cpp index 69f582d8..e7a468d8 100644 --- a/src/QXmppStun.cpp +++ b/src/QXmppStun.cpp @@ -316,6 +316,7 @@ void QXmppStunMessage::setPriority(quint32 priority) /// /// \param buffer /// \param password +/// \param errors bool QXmppStunMessage::decode(const QByteArray &buffer, const QString &password, QStringList *errors) { @@ -660,6 +661,8 @@ QByteArray QXmppStunMessage::encode(const QString &password, bool addFingerprint /// type, otherwise returns 0. /// /// \param buffer +/// \param cookie +/// \param id quint16 QXmppStunMessage::peekType(const QByteArray &buffer, quint32 &cookie, QByteArray &id) { |
