diff options
Diffstat (limited to 'OpenSim/Region/Framework/Interfaces/IGroupsMessagingModule.cs')
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/IGroupsMessagingModule.cs | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IGroupsMessagingModule.cs b/OpenSim/Region/Framework/Interfaces/IGroupsMessagingModule.cs index 7dc1552..46d6863 100644 --- a/OpenSim/Region/Framework/Interfaces/IGroupsMessagingModule.cs +++ b/OpenSim/Region/Framework/Interfaces/IGroupsMessagingModule.cs | |||
@@ -34,9 +34,9 @@ namespace OpenSim.Region.Framework.Interfaces | |||
34 | /// <summary> | 34 | /// <summary> |
35 | /// Provide mechanisms for messaging groups. | 35 | /// Provide mechanisms for messaging groups. |
36 | /// </summary> | 36 | /// </summary> |
37 | /// | 37 | /// |
38 | /// TODO: Provide a mechanism for receiving group messages as well as sending them | 38 | /// TODO: Provide a mechanism for receiving group messages as well as sending them |
39 | /// | 39 | /// |
40 | public interface IGroupsMessagingModule | 40 | public interface IGroupsMessagingModule |
41 | { | 41 | { |
42 | /// <summary> | 42 | /// <summary> |
@@ -56,13 +56,13 @@ namespace OpenSim.Region.Framework.Interfaces | |||
56 | /// True if the chat session was started successfully, false otherwise. | 56 | /// True if the chat session was started successfully, false otherwise. |
57 | /// </returns> | 57 | /// </returns> |
58 | bool StartGroupChatSession(UUID agentID, UUID groupID); | 58 | bool StartGroupChatSession(UUID agentID, UUID groupID); |
59 | 59 | ||
60 | /// <summary> | 60 | /// <summary> |
61 | /// Send a message to each member of a group whose chat session is active. | 61 | /// Send a message to each member of a group whose chat session is active. |
62 | /// </summary> | 62 | /// </summary> |
63 | /// <param name="im"> | 63 | /// <param name="im"> |
64 | /// The message itself. The fields that must be populated are | 64 | /// The message itself. The fields that must be populated are |
65 | /// | 65 | /// |
66 | /// imSessionID - Populate this with the group ID (session ID and group ID are currently identical) | 66 | /// imSessionID - Populate this with the group ID (session ID and group ID are currently identical) |
67 | /// fromAgentName - Populate this with whatever arbitrary name you want to show up in the chat dialog | 67 | /// fromAgentName - Populate this with whatever arbitrary name you want to show up in the chat dialog |
68 | /// message - The message itself | 68 | /// message - The message itself |
@@ -76,7 +76,7 @@ namespace OpenSim.Region.Framework.Interfaces | |||
76 | /// </summary> | 76 | /// </summary> |
77 | /// <param name="im"> | 77 | /// <param name="im"> |
78 | /// The message itself. The fields that must be populated are | 78 | /// The message itself. The fields that must be populated are |
79 | /// | 79 | /// |
80 | /// imSessionID - Populate this with the group ID (session ID and group ID are currently identical) | 80 | /// imSessionID - Populate this with the group ID (session ID and group ID are currently identical) |
81 | /// fromAgentName - Populate this with whatever arbitrary name you want to show up in the chat dialog | 81 | /// fromAgentName - Populate this with whatever arbitrary name you want to show up in the chat dialog |
82 | /// message - The message itself | 82 | /// message - The message itself |
@@ -84,7 +84,7 @@ namespace OpenSim.Region.Framework.Interfaces | |||
84 | /// </param> | 84 | /// </param> |
85 | /// <param name="groupID"></param> | 85 | /// <param name="groupID"></param> |
86 | /// <param name="sendingAgentForGroupCalls"> | 86 | /// <param name="sendingAgentForGroupCalls"> |
87 | /// The requesting agent to use when querying the groups service. Sometimes this is different from | 87 | /// The requesting agent to use when querying the groups service. Sometimes this is different from |
88 | /// im.fromAgentID, with group notices, for example. | 88 | /// im.fromAgentID, with group notices, for example. |
89 | /// </param> | 89 | /// </param> |
90 | /// <param name="sendCondition"> | 90 | /// <param name="sendCondition"> |