Home
last modified time | relevance | path

Searched refs:nodes_to_reflect (Results 1 – 3 of 3) sorted by relevance

/dports/net-im/biboumi/biboumi-9.0/src/xmpp/
H A Dbiboumi_component.cpp308 std::vector<XmlNode> nodes_to_reflect; in handle_message() local
311 nodes_to_reflect.push_back(*origin_id); in handle_message()
321 nodes_to_reflect.push_back(*stanza_id); in handle_message()
323 bridge->send_channel_message(iid, body->get_inner(), id, std::move(nodes_to_reflect)); in handle_message()
/dports/net-im/biboumi/biboumi-9.0/src/bridge/
H A Dbridge.hpp82 …ge(const Iid& iid, const std::string& body, std::string id, std::vector<XmlNode> nodes_to_reflect);
H A Dbridge.cpp198 …age(const Iid& iid, const std::string& body, std::string id, std::vector<XmlNode> nodes_to_reflect) in send_channel_message() argument
236 …MessageCallback mirror_to_all_resources = [this, iid, uuid, id, nodes_to_reflect](const IrcClient*… in send_channel_message()
247 for (const auto& node: nodes_to_reflect) in send_channel_message()