From a8b27e4315cc45a4d8a74ae6f041810fd2e9ec05 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Thu, 6 Sep 2012 09:34:38 +0200 Subject: fix typo: RFC 3921, not 5921 --- src/base/QXmppBindIq.h | 2 +- src/base/QXmppSessionIq.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/base/QXmppBindIq.h b/src/base/QXmppBindIq.h index cd49b5ba..350712f5 100644 --- a/src/base/QXmppBindIq.h +++ b/src/base/QXmppBindIq.h @@ -29,7 +29,7 @@ #include "QXmppIq.h" /// \brief The QXmppBindIq class represents an IQ used for resource -/// binding as defined by RFC 5921. +/// binding as defined by RFC 3921. /// /// \ingroup Stanzas diff --git a/src/base/QXmppSessionIq.h b/src/base/QXmppSessionIq.h index c3536c53..c7037ab0 100644 --- a/src/base/QXmppSessionIq.h +++ b/src/base/QXmppSessionIq.h @@ -29,7 +29,7 @@ #include "QXmppIq.h" /// \brief The QXmppSessionIq class represents an IQ used for session -/// establishment as defined by RFC 5921. +/// establishment as defined by RFC 3921. /// /// \ingroup Stanzas -- cgit v1.2.3