diff options
author | louiz’ <louiz@louiz.org> | 2018-03-04 22:18:58 +0100 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2018-03-12 00:13:59 +0100 |
commit | 158d743bf539399e48c64044639b90e5c1705ac1 (patch) | |
tree | 5fd7d2846a95e4d6244b10a907a804670c48536f /src/xmpp | |
parent | 8503d1f6831fc8522a16e0670578d1157d23e116 (diff) | |
download | biboumi-158d743bf539399e48c64044639b90e5c1705ac1.tar.gz biboumi-158d743bf539399e48c64044639b90e5c1705ac1.tar.bz2 biboumi-158d743bf539399e48c64044639b90e5c1705ac1.tar.xz biboumi-158d743bf539399e48c64044639b90e5c1705ac1.zip |
Remove the virtual channel feature altogether
Diffstat (limited to 'src/xmpp')
-rw-r--r-- | src/xmpp/biboumi_component.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/xmpp/biboumi_component.cpp b/src/xmpp/biboumi_component.cpp index fe6cc1b..891b715 100644 --- a/src/xmpp/biboumi_component.cpp +++ b/src/xmpp/biboumi_component.cpp @@ -148,8 +148,7 @@ void BiboumiComponent::handle_presence(const Stanza& stanza) try { if (iid.type == Iid::Type::Channel && !iid.get_server().empty()) - { // presence toward a MUC that corresponds to an irc channel, or a - // dummy channel if iid.chan is empty + { // presence toward a MUC that corresponds to an irc channel if (type.empty()) { const std::string own_nick = bridge->get_own_nick(iid); |