summaryrefslogtreecommitdiff
path: root/louloulibs/xmpp/xmpp_component.hpp
diff options
context:
space:
mode:
authorlouiz’ <louiz@louiz.org>2016-11-07 21:57:39 +0100
committerlouiz’ <louiz@louiz.org>2016-11-07 21:57:39 +0100
commitb5beb043325ca5625f4eb53cb9451daf499c586b (patch)
tree1d9c4dbc43f6eed5b02df52ea502121e31bf01f2 /louloulibs/xmpp/xmpp_component.hpp
parentf36bccd7bbd685cc34370da4ab4b7d124bcc69a0 (diff)
downloadbiboumi-b5beb043325ca5625f4eb53cb9451daf499c586b.tar.gz
biboumi-b5beb043325ca5625f4eb53cb9451daf499c586b.tar.bz2
biboumi-b5beb043325ca5625f4eb53cb9451daf499c586b.tar.xz
biboumi-b5beb043325ca5625f4eb53cb9451daf499c586b.zip
Remove a never reached (and non-sensical) error
Diffstat (limited to 'louloulibs/xmpp/xmpp_component.hpp')
-rw-r--r--louloulibs/xmpp/xmpp_component.hpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/louloulibs/xmpp/xmpp_component.hpp b/louloulibs/xmpp/xmpp_component.hpp
index 45a4038..5f5f937 100644
--- a/louloulibs/xmpp/xmpp_component.hpp
+++ b/louloulibs/xmpp/xmpp_component.hpp
@@ -128,12 +128,6 @@ public:
const std::string& nick,
const std::string& to);
/**
- * Send an error to indicate that the user tried to send a message to an
- * invalid user.
- */
- void send_invalid_user_error(const std::string& user_name,
- const std::string& to);
- /**
* Send the MUC topic to the user
*/
void send_topic(const std::string& from, Xmpp::body&& xmpp_topic, const std::string& to, const std::string& who);