Changeset - 468f8b2a0179
[Not reviewed]
0 1 0
HanzZ - 13 years ago 2012-12-06 14:35:21
hanzz.k@gmail.com
Show proper version
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/transport.cpp
Show inline comments
 
@@ -122,7 +122,7 @@ Component::Component(Swift::EventLoop *loop, Swift::NetworkFactories *factories,
 
	else {
 
		LOG4CXX_INFO(logger, "Creating component in gateway mode");
 
		m_component = new Swift::Component(loop, m_factories, m_jid, CONFIG_STRING(m_config, "service.password"));
 
		m_component->setSoftwareVersion("", "");
 
		m_component->setSoftwareVersion("Spectrum", SPECTRUM_VERSION);
 
		m_component->onConnected.connect(bind(&Component::handleConnected, this));
 
		m_component->onError.connect(boost::bind(&Component::handleConnectionError, this, _1));
 
		m_component->onDataRead.connect(boost::bind(&Component::handleDataRead, this, _1));
0 comments (0 inline, 0 general)