#include <boost/tokenizer.hpp>
#include "llviewerprecompiledheaders.h"
#include "llvoiceclient.h"
#include "llsdutil.h"
#include "llvoavatar.h"
#include "llbufferstream.h"
#include "llfile.h"
#include "expat/expat.h"
#include "llcallbacklist.h"
#include "llviewerregion.h"
#include "llviewernetwork.h"
#include "llfloateractivespeakers.h"
#include "llbase64.h"
#include "llviewercontrol.h"
#include "llkeyboard.h"
#include "viewer.h"
#include "llmutelist.h"
#include "llagent.h"
#include "llcachename.h"
#include "llimview.h"
#include "llimpanel.h"
#include "llparcel.h"
#include "llviewerparcelmgr.h"
#include "llfirstuse.h"
#include "llviewerwindow.h"
#include "apr-1/apr_base64.h"
#include "apr-1/apr_sha1.h"
Include dependency graph for llvoiceclient.cpp:
Go to the source code of this file.
Copyright (c) 2001-2007, Linden Research, Inc.
Second Life Viewer Source Code The source code in this file ("Source Code") is provided by Linden Lab to you under the terms of the GNU General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other License"), formally executed by you and Linden Lab. Terms of the GPL can be found in doc/GPL-license.txt in this distribution, or online at http://secondlife.com/developers/opensource/gplv2
There are special exceptions to the terms and conditions of the GPL as it is applied to this Source Code. View the full text of the exception in the file doc/FLOSS-exception.txt in this software distribution, or online at http://secondlife.com/developers/opensource/flossexception
By copying, modifying or distributing this software, you acknowledge that you have read and understood your obligations described above, and agree to abide by those obligations.
ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, COMPLETENESS OR PERFORMANCE. $/LicenseInfo$
Definition in file llvoiceclient.cpp.
#define AGNI_LINDENS_ONLY_CHANNEL "SL" |
Definition at line 69 of file llvoiceclient.cpp.
Referenced by LLVoiceClientStatusObserver::status2string().
static bool isGatewayRunning | ( | ) | [static] |
static void killGateway | ( | ) | [static] |
const F32 CONNECT_THROTTLE_SECONDS = 1.0f |
LLHTTPRegistration<LLViewerParcelVoiceInfo> gHTTPRegistrationMessageParcelVoiceInfo("/message/ParcelVoiceInfo") |
LLHTTPRegistration<LLViewerRequiredVoiceVersion> gHTTPRegistrationMessageRequiredVoiceVersion("/message/RequiredVoiceVersion") |
LLVoiceClient* gVoiceClient = NULL |
Definition at line 78 of file llvoiceclient.cpp.
Referenced by audio_update_volume(), LLVoiceRemoteCtrl::draw(), LLFloaterIMPanel::draw(), LLPanelDeviceSettings::draw(), LLVivoxProtocolParser::EndTag(), LLViewerVoiceAccountProvisionResponder::error(), LLVoiceClientPrefsListener::handleEvent(), LLViewerWindow::handleMiddleMouseDown(), LLViewerWindow::handleMiddleMouseUp(), LLViewerWindow::handleTranslatedKeyDown(), LLViewerWindow::handleTranslatedKeyUp(), idle_startup(), LLVOAvatar::idleUpdate(), LLIMMgr::inviteUserResponse(), LLVOAvatar::LLVOAvatar(), LLVoiceClient::LLVoiceClient(), LLVoiceClient::onAvatarNameLookup(), LLVoiceRemoteCtrl::onBtnTalkClicked(), LLVoiceRemoteCtrl::onBtnTalkHeld(), LLVoiceRemoteCtrl::onBtnTalkReleased(), LLVoiceClientMuteListObserver::onChange(), LLPanelDeviceSettings::onClose(), LLPanelDeviceSettings::onOpen(), LLFloaterIMPanel::onVolumeChange(), LLPanelActiveSpeakers::onVolumeChange(), LLViewerRequiredVoiceVersion::post(), LLViewerParcelVoiceInfo::post(), LLVivoxProtocolParser::process_impl(), LLVivoxProtocolParser::processResponse(), LLStatusBar::refresh(), LLPanelDeviceSettings::refresh(), LLPanelActiveSpeakers::refreshSpeakers(), LLVoiceClientCapResponder::result(), LLViewerVoiceAccountProvisionResponder::result(), send_logout_request(), LLVivoxProtocolParser::StartTag(), LLVoiceClient::terminate(), LLSpeakerMgr::update(), LLAgent::updateCamera(), LLVOAvatar::updateCharacter(), LLSpeakerMgr::updateSpeakerList(), and LLVoiceChannel::~LLVoiceChannel().
const F32 LOGIN_RETRY_SECONDS = 10.0f |
const int MAX_LOGIN_RETRIES = 12 |
bool sConnectingToAgni = false [static] |
Definition at line 70 of file llvoiceclient.cpp.
Referenced by LLVoiceClient::setVivoxDebugServerName(), and LLVoiceClient::userAuthorized().
pid_t sGatewayPID = 0 [static] |
Definition at line 791 of file llvoiceclient.cpp.
bool sMuteListListener_listening = false [static] |
const F32 SPEAKING_TIMEOUT = 1.f |
const F32 UPDATE_THROTTLE_SECONDS = 0.1f |
const int VOICE_MAJOR_VERSION = 1 |
Definition at line 75 of file llvoiceclient.cpp.
Referenced by LLViewerRequiredVoiceVersion::post().
const int VOICE_MINOR_VERSION = 0 |
Definition at line 76 of file llvoiceclient.cpp.