diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-09-06 09:34:38 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-09-06 09:34:38 +0200 |
| commit | a8b27e4315cc45a4d8a74ae6f041810fd2e9ec05 (patch) | |
| tree | 7bf2e4b7ade420c43add680e1780ded988827182 /src/base | |
| parent | f3cae1bf1c8199557e2943b33baeec98d656106c (diff) | |
| download | qxmpp-a8b27e4315cc45a4d8a74ae6f041810fd2e9ec05.tar.gz | |
fix typo: RFC 3921, not 5921
Diffstat (limited to 'src/base')
| -rw-r--r-- | src/base/QXmppBindIq.h | 2 | ||||
| -rw-r--r-- | src/base/QXmppSessionIq.h | 2 |
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 |
