|
bool | JSI_Lobby::HasXmppClient () |
|
void | JSI_Lobby::SetRankedGame (bool isRanked) |
|
void | JSI_Lobby::StartXmppClient (const ScriptRequest &rq, const std::wstring &username, const std::wstring &password, const std::wstring &room, const std::wstring &nick, int historyRequestSize) |
|
void | JSI_Lobby::StartRegisterXmppClient (const ScriptRequest &rq, const std::wstring &username, const std::wstring &password) |
|
void | JSI_Lobby::StopXmppClient (const ScriptRequest &rq) |
|
IXmppClient * | JSI_Lobby::XmppGetter (const ScriptRequest &, JS::CallArgs &) |
|
void | JSI_Lobby::SendRegisterGame (const ScriptInterface &scriptInterface, JS::HandleValue data) |
|
JS::Value | JSI_Lobby::GuiPollNewMessages (const ScriptInterface &scriptInterface) |
|
std::string | JSI_Lobby::EncryptPassword (const std::string &password, const std::string &username) |
|
void | JSI_Lobby::RegisterScriptFunctions (const ScriptRequest &rq) |
|