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/QXmppSessionIq.h | |
| parent | f3cae1bf1c8199557e2943b33baeec98d656106c (diff) | |
| download | qxmpp-a8b27e4315cc45a4d8a74ae6f041810fd2e9ec05.tar.gz | |
fix typo: RFC 3921, not 5921
Diffstat (limited to 'src/base/QXmppSessionIq.h')
| -rw-r--r-- | src/base/QXmppSessionIq.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
