diff options
author | louiz’ <louiz@louiz.org> | 2016-12-12 00:36:59 +0100 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2016-12-12 00:39:03 +0100 |
commit | c65ae4754921fe1f9888afc30d26ed11d5275258 (patch) | |
tree | d0993745374cf0a3a10aac74b525c41ecdeeb788 /louloulibs/xmpp | |
parent | e45902ba260acd1ce5b296150c2eab0f6983c632 (diff) | |
download | biboumi-c65ae4754921fe1f9888afc30d26ed11d5275258.tar.gz biboumi-c65ae4754921fe1f9888afc30d26ed11d5275258.tar.bz2 biboumi-c65ae4754921fe1f9888afc30d26ed11d5275258.tar.xz biboumi-c65ae4754921fe1f9888afc30d26ed11d5275258.zip |
Auto accept presence subscription
Diffstat (limited to 'louloulibs/xmpp')
-rw-r--r-- | louloulibs/xmpp/xmpp_component.hpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/louloulibs/xmpp/xmpp_component.hpp b/louloulibs/xmpp/xmpp_component.hpp index e3f8ce2..a9bac0f 100644 --- a/louloulibs/xmpp/xmpp_component.hpp +++ b/louloulibs/xmpp/xmpp_component.hpp @@ -179,10 +179,6 @@ public: const std::string& role, const std::string& jid_to); /** - * Send a result IQ with the gateway disco informations. - */ - void send_self_disco_info(const std::string& id, const std::string& jid_to); - /** * Send a result IQ with the given version, or the gateway version if the * passed string is empty. */ |