diff --git a/indra/llmessage/llcachename.cpp b/indra/llmessage/llcachename.cpp
index 64f660d0ce..b05f2bdd61 100644
--- a/indra/llmessage/llcachename.cpp
+++ b/indra/llmessage/llcachename.cpp
@@ -447,7 +447,10 @@ bool LLCacheName::getFullName(const LLUUID& id, std::string& fullname)
return res;
}
-
+bool LLCacheName::getFirstLastName(const LLUUID& id, std::string& first, std::string& last)
+{
+ return impl.getName(id, first, last, mCacheName);
+}
bool LLCacheName::getGroupName(const LLUUID& id, std::string& group)
{
diff --git a/indra/llmessage/llcachename.h b/indra/llmessage/llcachename.h
index 609387b6de..7b038871c4 100644
--- a/indra/llmessage/llcachename.h
+++ b/indra/llmessage/llcachename.h
@@ -73,6 +73,9 @@ class LLCacheName
// Returns true if available.
bool getFullName(const LLUUID& id, std::string& full_name);
+ // Returns first name, last name
+ bool getFirstLastName(const LLUUID& id, std::string& first, std::string& last);
+
// Reverse lookup of UUID from name
bool getUUID(const std::string& first, const std::string& last, LLUUID& id);
bool getUUID(const std::string& fullname, LLUUID& id);
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt
index c727d5ae57..862abe3c41 100644
--- a/indra/newview/CMakeLists.txt
+++ b/indra/newview/CMakeLists.txt
@@ -257,6 +257,7 @@ set(viewer_SOURCE_FILES
llfloatermediasettings.cpp
llfloatermemleak.cpp
llfloatermodelpreview.cpp
+ llfloatermoderation.cpp
llfloatermodeluploadbase.cpp
llfloatermyscripts.cpp
llfloatermyenvironment.cpp
@@ -936,6 +937,7 @@ set(viewer_HEADER_FILES
llfloatermediasettings.h
llfloatermemleak.h
llfloatermodelpreview.h
+ llfloatermoderation.h
llfloatermodeluploadbase.h
llfloatermyscripts.h
llfloatermyenvironment.h
diff --git a/indra/newview/app_settings/message.xml b/indra/newview/app_settings/message.xml
index dee3fd72dd..2afa0739b5 100755
--- a/indra/newview/app_settings/message.xml
+++ b/indra/newview/app_settings/message.xml
@@ -513,7 +513,19 @@
trusted-sender
false
-
+
+ SpatialVoiceModerationRequest
+
+
+
+
+
+
RequiredVoiceVersion