diff options
author | UbitUmarov | 2016-07-23 21:20:36 +0100 |
---|---|---|
committer | UbitUmarov | 2016-07-23 21:20:36 +0100 |
commit | f4eb1a8e1daafa0198606b918a74e9b76b253c4d (patch) | |
tree | ed16f1f8686b91f150b58b917a292eb4b5c06c5d /OpenSim/Region/ClientStack/Linden/Caps/EventQueue | |
parent | change group lists control so it does show something (only xmlrpcgroups for n... (diff) | |
download | opensim-SC_OLD-f4eb1a8e1daafa0198606b918a74e9b76b253c4d.zip opensim-SC_OLD-f4eb1a8e1daafa0198606b918a74e9b76b253c4d.tar.gz opensim-SC_OLD-f4eb1a8e1daafa0198606b918a74e9b76b253c4d.tar.bz2 opensim-SC_OLD-f4eb1a8e1daafa0198606b918a74e9b76b253c4d.tar.xz |
add a coment for improvement of ChatterBoxSessionAgentListUpdates closer to viewers protocol. Not necessary on current groups chat lists defecient implementation
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/Caps/EventQueue')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueHelper.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueHelper.cs b/OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueHelper.cs index f1c29f6..d552914 100644 --- a/OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueHelper.cs +++ b/OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueHelper.cs | |||
@@ -315,6 +315,8 @@ namespace OpenSim.Region.ClientStack.Linden | |||
315 | OSDMap infoDetail = new OSDMap(); | 315 | OSDMap infoDetail = new OSDMap(); |
316 | OSDMap mutes = new OSDMap(); | 316 | OSDMap mutes = new OSDMap(); |
317 | 317 | ||
318 | // this should be a list of agents and parameters | ||
319 | // foreach agent | ||
318 | mutes.Add("text", OSD.FromBoolean(textMute)); | 320 | mutes.Add("text", OSD.FromBoolean(textMute)); |
319 | infoDetail.Add("can_voice_chat", OSD.FromBoolean(canVoiceChat)); | 321 | infoDetail.Add("can_voice_chat", OSD.FromBoolean(canVoiceChat)); |
320 | infoDetail.Add("is_moderator", OSD.FromBoolean(isModerator)); | 322 | infoDetail.Add("is_moderator", OSD.FromBoolean(isModerator)); |
@@ -327,6 +329,7 @@ namespace OpenSim.Region.ClientStack.Linden | |||
327 | info.Add("transition",OSD.FromString("LEAVE")); | 329 | info.Add("transition",OSD.FromString("LEAVE")); |
328 | agentUpdates.Add(agentID.ToString(), info); | 330 | agentUpdates.Add(agentID.ToString(), info); |
329 | 331 | ||
332 | // foreach end | ||
330 | 333 | ||
331 | body.Add("agent_updates", agentUpdates); | 334 | body.Add("agent_updates", agentUpdates); |
332 | body.Add("session_id", OSD.FromUUID(sessionID)); | 335 | body.Add("session_id", OSD.FromUUID(sessionID)); |