diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2011-09-26 09:40:51 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2011-09-26 09:40:51 +0000 |
| commit | 8d8549433b2f91f72fba82e004034938da262466 (patch) | |
| tree | 0da9c01344d72b26865f63a2b8454613d40ab76a /src/QXmppOutgoingClient.h | |
| parent | 32515257be2c3e22dab5d64eeb9bfcdab563d873 (diff) | |
| download | qxmpp-8d8549433b2f91f72fba82e004034938da262466.tar.gz | |
add support for X-FACEBOOK-PLATFORM authentication
Diffstat (limited to 'src/QXmppOutgoingClient.h')
| -rw-r--r-- | src/QXmppOutgoingClient.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/QXmppOutgoingClient.h b/src/QXmppOutgoingClient.h index 548df12e..d19c5080 100644 --- a/src/QXmppOutgoingClient.h +++ b/src/QXmppOutgoingClient.h @@ -98,6 +98,7 @@ private slots: private: void sendAuthDigestMD5ResponseStep1(const QString& challenge); void sendAuthDigestMD5ResponseStep2(const QString& challenge); + void sendAuthXFacebookResponse(const QString& challenge); void sendNonSASLAuth(bool plaintext); void sendNonSASLAuthQuery(); |
