summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 148412e..9042a57 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -1,4 +1,4 @@
-#include <xmpp/xmpp_component.hpp>
+#include <xmpp/biboumi_component.hpp>
#include <utils/timed_events.hpp>
#include <network/poller.hpp>
#include <config/config.hpp>
@@ -72,7 +72,7 @@ int main(int ac, char** av)
return config_help("hostname");
auto p = std::make_shared<Poller>();
- auto xmpp_component = std::make_shared<XmppComponent>(p,
+ auto xmpp_component = std::make_shared<BiboumiComponent>(p,
hostname,
password);