summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2014-03-24 21:29:46 +0100
committerFlorent Le Coz <louiz@louiz.org>2014-03-24 21:29:46 +0100
commit2ffbfb71ddeb791e6a5ab1955208067f2856aeea (patch)
tree34d9051ff3c6cd7010d3557749ee1c139981b949 /src
parent1208ba2524da3b4d3a592306838a55d446b3414a (diff)
downloadbiboumi-2ffbfb71ddeb791e6a5ab1955208067f2856aeea.tar.gz
biboumi-2ffbfb71ddeb791e6a5ab1955208067f2856aeea.tar.bz2
biboumi-2ffbfb71ddeb791e6a5ab1955208067f2856aeea.tar.xz
biboumi-2ffbfb71ddeb791e6a5ab1955208067f2856aeea.zip
Idem
Diffstat (limited to 'src')
-rw-r--r--src/xmpp/xmpp_component.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmpp/xmpp_component.cpp b/src/xmpp/xmpp_component.cpp
index cd6e06b..94ad634 100644
--- a/src/xmpp/xmpp_component.cpp
+++ b/src/xmpp/xmpp_component.cpp
@@ -412,7 +412,7 @@ void XmppComponent::send_invalid_room_error(const std::string& muc_name,
presence.add_child(std::move(x));
XmlNode error("error");
error["by"] = muc_name + "@" + this->served_hostname;
- error["type"] = "wait";
+ error["type"] = "cancel";
XmlNode item_not_found("item-not-found");
item_not_found["xmlns"] = STANZA_NS;
item_not_found.close();