mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
HG IM bug fix: grid_instant_message was being placed in the default port instead of the specified one.
This commit is contained in:
@@ -72,8 +72,7 @@ namespace OpenSim.Server.Handlers.Hypergrid
|
||||
if (m_IMService == null)
|
||||
throw new Exception("InstantMessage server connector cannot proceed because of missing service");
|
||||
|
||||
m_log.DebugFormat("[XXX] IM Server Connector is ON");
|
||||
MainServer.Instance.AddXmlRPCHandler("grid_instant_message", ProcessInstantMessage, false);
|
||||
server.AddXmlRPCHandler("grid_instant_message", ProcessInstantMessage, false);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user