diff options
author | louiz’ <louiz@louiz.org> | 2016-10-31 13:54:25 +0100 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2016-10-31 14:03:37 +0100 |
commit | ae02e58b9dc276b247be84e1d708ca50a1f5bbd0 (patch) | |
tree | ef20d9624c010829a3187db179409662c1be72a0 /louloulibs/xmpp | |
parent | 8c26b4d19f6d3464050a34c782694059b2a7b013 (diff) | |
download | biboumi-ae02e58b9dc276b247be84e1d708ca50a1f5bbd0.tar.gz biboumi-ae02e58b9dc276b247be84e1d708ca50a1f5bbd0.tar.bz2 biboumi-ae02e58b9dc276b247be84e1d708ca50a1f5bbd0.tar.xz biboumi-ae02e58b9dc276b247be84e1d708ca50a1f5bbd0.zip |
Some cleanups
Diffstat (limited to 'louloulibs/xmpp')
-rw-r--r-- | louloulibs/xmpp/xmpp_component.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/louloulibs/xmpp/xmpp_component.cpp b/louloulibs/xmpp/xmpp_component.cpp index 17fde20..3ac617c 100644 --- a/louloulibs/xmpp/xmpp_component.cpp +++ b/louloulibs/xmpp/xmpp_component.cpp @@ -222,9 +222,8 @@ void XmppComponent::close_document() this->doc_open = false; } -void XmppComponent::handle_handshake(const Stanza& stanza) +void XmppComponent::handle_handshake(const Stanza&) { - (void)stanza; this->authenticated = true; this->ever_auth = true; log_info("Authenticated with the XMPP server"); |