Revert accidentily committed changes.

This was SVN commit r14415.
This commit is contained in:
JoshuaJB 2013-12-28 03:34:40 +00:00
parent 177a7cd99d
commit f254478d1b
2 changed files with 3 additions and 4 deletions

View File

@ -28,7 +28,6 @@
// Gloox
#include "glooxwrapper/glooxwrapper.h"
#include <gloox/client.h>
// Game - script
#include "scriptinterface/ScriptInterface.h"
@ -113,7 +112,7 @@ XmppClient::XmppClient(const std::string& sUsername, const std::string& sPasswor
m_client->registerMessageHandler( this );
// Uncomment to see the raw stanzas
m_client->getWrapped()->logInstance().registerLogHandler( gloox::LogLevelDebug, gloox::LogAreaAll, this );
//m_client->getWrapped()->logInstance().registerLogHandler( gloox::LogLevelDebug, gloox::LogAreaAll, this );
if (!regOpt)
{

View File

@ -19,7 +19,7 @@
#define XXXMPPCLIENT_H
#include "IXmppClient.h"
#include <gloox/client.h>
#include "glooxwrapper/glooxwrapper.h"
//game - script
@ -35,7 +35,7 @@ namespace glooxwrapper
struct CertInfo;
}
class XmppClient : public IXmppClient, public gloox::LogHandler, public glooxwrapper::ConnectionListener, public glooxwrapper::MUCRoomHandler, public glooxwrapper::IqHandler, public glooxwrapper::RegistrationHandler, public glooxwrapper::MessageHandler
class XmppClient : public IXmppClient, public glooxwrapper::ConnectionListener, public glooxwrapper::MUCRoomHandler, public glooxwrapper::IqHandler, public glooxwrapper::RegistrationHandler, public glooxwrapper::MessageHandler
{
NONCOPYABLE(XmppClient);
private: