aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Server/Handlers/Hypergrid/InstantMessageServerConnector.cs3
-rw-r--r--OpenSim/Tests/Clients/InstantMessage/IMClient.cs2
2 files changed, 2 insertions, 3 deletions
diff --git a/OpenSim/Server/Handlers/Hypergrid/InstantMessageServerConnector.cs b/OpenSim/Server/Handlers/Hypergrid/InstantMessageServerConnector.cs
index 514793d..80eb5d2 100644
--- a/OpenSim/Server/Handlers/Hypergrid/InstantMessageServerConnector.cs
+++ b/OpenSim/Server/Handlers/Hypergrid/InstantMessageServerConnector.cs
@@ -72,8 +72,7 @@ namespace OpenSim.Server.Handlers.Hypergrid
72 if (m_IMService == null) 72 if (m_IMService == null)
73 throw new Exception("InstantMessage server connector cannot proceed because of missing service"); 73 throw new Exception("InstantMessage server connector cannot proceed because of missing service");
74 74
75 m_log.DebugFormat("[XXX] IM Server Connector is ON"); 75 server.AddXmlRPCHandler("grid_instant_message", ProcessInstantMessage, false);
76 MainServer.Instance.AddXmlRPCHandler("grid_instant_message", ProcessInstantMessage, false);
77 76
78 } 77 }
79 78
diff --git a/OpenSim/Tests/Clients/InstantMessage/IMClient.cs b/OpenSim/Tests/Clients/InstantMessage/IMClient.cs
index 506d176..e7304a2 100644
--- a/OpenSim/Tests/Clients/InstantMessage/IMClient.cs
+++ b/OpenSim/Tests/Clients/InstantMessage/IMClient.cs
@@ -54,7 +54,7 @@ namespace OpenSim.Tests.Clients.InstantMessage
54 new PatternLayout("%date [%thread] %-5level %logger [%property{NDC}] - %message%newline"); 54 new PatternLayout("%date [%thread] %-5level %logger [%property{NDC}] - %message%newline");
55 log4net.Config.BasicConfigurator.Configure(consoleAppender); 55 log4net.Config.BasicConfigurator.Configure(consoleAppender);
56 56
57 string serverURI = "http://grid.nebadon2025.homeftp.net:8002/"; 57 string serverURI = "http://127.0.0.1:8002";
58 GridInstantMessage im = new GridInstantMessage(); 58 GridInstantMessage im = new GridInstantMessage();
59 im.fromAgentID = new Guid(); 59 im.fromAgentID = new Guid();
60 im.toAgentID = new Guid(); 60 im.toAgentID = new Guid();