From f1734c98a817dea4cf5e35083f6c21eb7e237384 2011-06-12 22:24:41 From: HanzZ Date: 2011-06-12 22:24:41 Subject: [PATCH] Fixed stupid bug in status messages forwarding --- diff --git a/include/transport/localbuddy.h b/include/transport/localbuddy.h index 588126eafb5de19452297e34b09b004f1d7f3489..0a8a27f21c478c408a628d86cafe5dab778b470c 100644 --- a/include/transport/localbuddy.h +++ b/include/transport/localbuddy.h @@ -41,7 +41,7 @@ class LocalBuddy : public Buddy { bool getStatus(Swift::StatusShow &status, std::string &statusMessage) { status = m_status; - m_statusMessage = statusMessage; + statusMessage = m_statusMessage; return true; } diff --git a/spectrum/src/sample.cfg b/spectrum/src/sample.cfg index 532a33f00a4c74c0adef693c7b1045111cc7b884..4f85c13209fd9df2045451cbb331c2cd457b6586 100644 --- a/spectrum/src/sample.cfg +++ b/spectrum/src/sample.cfg @@ -9,8 +9,8 @@ backend_port=10001 users_per_backend=2 backend=../../backends/libpurple/libpurple_backend #backend=../../backends/libircclient-qt/libircclient-qt_backend -#protocol=prpl-jabber -protocol=prpl-msn +protocol=prpl-jabber +#protocol=prpl-msn #protocol=prpl-icq [database]