summaryrefslogtreecommitdiff
path: root/src/xmpp/biboumi_component.hpp
diff options
context:
space:
mode:
authorlouiz’ <louiz@louiz.org>2016-12-12 00:36:59 +0100
committerlouiz’ <louiz@louiz.org>2016-12-12 00:39:03 +0100
commitc65ae4754921fe1f9888afc30d26ed11d5275258 (patch)
treed0993745374cf0a3a10aac74b525c41ecdeeb788 /src/xmpp/biboumi_component.hpp
parente45902ba260acd1ce5b296150c2eab0f6983c632 (diff)
downloadbiboumi-c65ae4754921fe1f9888afc30d26ed11d5275258.tar.gz
biboumi-c65ae4754921fe1f9888afc30d26ed11d5275258.tar.bz2
biboumi-c65ae4754921fe1f9888afc30d26ed11d5275258.tar.xz
biboumi-c65ae4754921fe1f9888afc30d26ed11d5275258.zip
Auto accept presence subscription
Diffstat (limited to 'src/xmpp/biboumi_component.hpp')
-rw-r--r--src/xmpp/biboumi_component.hpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/xmpp/biboumi_component.hpp b/src/xmpp/biboumi_component.hpp
index 999001f..7cafdec 100644
--- a/src/xmpp/biboumi_component.hpp
+++ b/src/xmpp/biboumi_component.hpp
@@ -71,11 +71,6 @@ public:
*/
void send_irc_channel_muc_traffic_info(const std::string id, const std::string& jid_from, const std::string& jid_to);
/**
- * Send an iq version request
- */
- void send_iq_version_request(const std::string& from,
- const std::string& jid_to);
- /**
* Send a ping request
*/
void send_ping_request(const std::string& from,
@@ -88,6 +83,8 @@ public:
const ChannelList& channel_list, std::vector<ListElement>::const_iterator begin,
std::vector<ListElement>::const_iterator end, const ResultSetInfo& rs_info);
void send_invitation(const std::string& room_target, const std::string& jid_to, const std::string& author_nick);
+ void accept_subscription(const std::string& from, const std::string& to);
+ void ask_subscription(const std::string& from, const std::string& to);
/**
* Handle the various stanza types
*/