aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/base/QXmppBindIq.h2
-rw-r--r--src/base/QXmppSessionIq.h2
2 files changed, 2 insertions, 2 deletions
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