summaryrefslogtreecommitdiffstats
path: root/remoting/jingle_glue/xmpp_signal_strategy.h
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/jingle_glue/xmpp_signal_strategy.h')
-rw-r--r--remoting/jingle_glue/xmpp_signal_strategy.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/remoting/jingle_glue/xmpp_signal_strategy.h b/remoting/jingle_glue/xmpp_signal_strategy.h
index 9deb5f0..41f6461 100644
--- a/remoting/jingle_glue/xmpp_signal_strategy.h
+++ b/remoting/jingle_glue/xmpp_signal_strategy.h
@@ -13,6 +13,7 @@
#include "remoting/jingle_glue/signal_strategy.h"
#include "base/compiler_specific.h"
+#include "remoting/jingle_glue/iq_request.h"
#include "third_party/libjingle/source/talk/base/sigslot.h"
#include "third_party/libjingle/source/talk/xmpp/xmppclient.h"
@@ -48,13 +49,15 @@ class XmppSignalStrategy : public SignalStrategy,
JingleThread* thread_;
- Listener* listener_;
-
std::string username_;
std::string auth_token_;
std::string auth_token_service_;
buzz::XmppClient* xmpp_client_;
+ IqRegistry iq_registry_;
+
StatusObserver* observer_;
+ Listener* listener_;
+
DISALLOW_COPY_AND_ASSIGN(XmppSignalStrategy);
};