mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
Introduce a way to send the grid's message kay, if one is used
This commit is contained in:
@@ -118,6 +118,7 @@ namespace OpenSim.Services.HypergridService
|
||||
return;
|
||||
}
|
||||
|
||||
m_messageKey = cnf.GetString("MessageKey", String.Empty);
|
||||
m_ForwardOfflineGroupMessages = cnf.GetBoolean("ForwardOfflineGroupMessages", false);
|
||||
|
||||
if (m_InGatekeeper)
|
||||
@@ -282,7 +283,7 @@ namespace OpenSim.Services.HypergridService
|
||||
|
||||
if (reginfo != null)
|
||||
{
|
||||
imresult = InstantMessageServiceConnector.SendInstantMessage(reginfo.ServerURI, im);
|
||||
imresult = InstantMessageServiceConnector.SendInstantMessage(reginfo.ServerURI, im, m_messageKey);
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -373,4 +374,4 @@ namespace OpenSim.Services.HypergridService
|
||||
return m_OfflineIMService.StoreMessage(im, out reason);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user