Method | Description | |
---|---|---|
ChatSessionRequest ( IRegionClientCapsService caps, OSDMap req ) : string | ||
FinishedStartup ( ) : void | ||
Initialize ( IConfigSource config, IRegistryCore registry ) : void | ||
Start ( IConfigSource config, IRegistryCore registry ) : void |
Method | Description | |
---|---|---|
OnGenericEvent ( string FunctionName, object parameters ) : object |
Method | Description | |
---|---|---|
AddDefaultPermsMemberToSession ( UUID AgentID, UUID SessionID ) : void |
Add the agent to the in-memory session lists and give them the default permissions
|
|
AddMemberToGroup ( |
Add this member to the friend conference
|
|
CheckModeratorPermission ( UUID Agent, UUID sessionid ) : bool |
Check whether the user has moderator permissions
|
|
CreateGroupChat ( UUID AgentID, |
||
CreateSession ( |
Create a new friend conference session
|
|
DropMemberFromSession ( UUID agentID, |
||
EnsureSessionIsStarted ( UUID groupID ) : void | ||
FindMember ( UUID sessionid, UUID Agent ) : |
Find the member from X sessionID
|
|
FindRegionID ( UUID agentID ) : UUID | ||
FindRegionURI ( UUID agentID ) : string | ||
GetSession ( UUID SessionID ) : |
Get a session by a user's sessionID
|
|
GroupPermissionCheck ( UUID AgentID, UUID GroupID, GroupPowers groupPowers ) : bool | ||
SendChatToSession ( UUID agentID, |
||
SendInstantMessages ( string uri, List |
||
SessionExists ( UUID GroupID ) : bool | ||
syncRecievedService_OnMessageReceived ( OSDMap message ) : OSDMap |
public ChatSessionRequest ( IRegionClientCapsService caps, OSDMap req ) : string | ||
caps | IRegionClientCapsService | |
req | OSDMap | |
return | string |
public Initialize ( IConfigSource config, IRegistryCore registry ) : void | ||
config | IConfigSource | |
registry | IRegistryCore | |
return | void |
protected OnGenericEvent ( string FunctionName, object parameters ) : object | ||
FunctionName | string | |
parameters | object | |
return | object |
public Start ( IConfigSource config, IRegistryCore registry ) : void | ||
config | IConfigSource | |
registry | IRegistryCore | |
return | void |