Searched refs:InviteToMuc (Results 1 – 2 of 2) sorted by relevance
148 void InviteToMuc(const std::string& user, const std::string& room);
355 InviteToMuc(words[1], GetWord(words, 2, "")); in ParseLine()1357 void CallClient::InviteToMuc(const std::string& given_user, in InviteToMuc() function in CallClient