Searched refs:room_features (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dmucroomconfigtask_unittest.cc85 std::vector<std::string> room_features; local
86 room_features.push_back("feature1");
87 room_features.push_back("feature2");
89 xmpp_client, room_jid, "ponies", room_features);
129 std::vector<std::string> room_features; local
131 xmpp_client, room_jid, "ponies", room_features);
H A Dmucroomconfigtask.h43 const std::vector<std::string>& room_features);
58 const std::vector<std::string>& room_features);
H A Dmucroomconfigtask.cc42 const std::vector<std::string>& room_features)
44 MakeRequest(room_name, room_features)),
50 const std::vector<std::string>& room_features) {
74 for (std::vector<std::string>::const_iterator feature = room_features.begin();
75 feature != room_features.end(); ++feature) {
38 MucRoomConfigTask( XmppTaskParentInterface* parent, const Jid& room_jid, const std::string& room_name, const std::vector<std::string>& room_features) argument
48 MakeRequest( const std::string& room_name, const std::vector<std::string>& room_features) argument
/external/chromium_org/third_party/libjingle/source/talk/examples/call/
H A Dcallclient.cc1202 std::vector<std::string> room_features; local
1203 room_features.push_back(buzz::STR_MUC_ROOM_FEATURE_ENTERPRISE);
1205 xmpp_client_, room.jid, room.full_name(), room_features);

Completed in 487 milliseconds