diff options
author | Justin Clark-Casey (justincc) | 2011-06-02 21:48:50 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-06-02 21:48:50 +0100 |
commit | b8e2ee69785e8f114748ab9f08cb34b45abde456 (patch) | |
tree | 1294b2fb6730eebef863f220e782136aa48aa08f /OpenSim/Server/Handlers/Hypergrid/InstantMessageServerConnector.cs | |
parent | minor: add ini.example doc to hint that the server address in [FreeswitchServ... (diff) | |
parent | HG IM: increase the timeout value (diff) | |
download | opensim-SC_OLD-b8e2ee69785e8f114748ab9f08cb34b45abde456.zip opensim-SC_OLD-b8e2ee69785e8f114748ab9f08cb34b45abde456.tar.gz opensim-SC_OLD-b8e2ee69785e8f114748ab9f08cb34b45abde456.tar.bz2 opensim-SC_OLD-b8e2ee69785e8f114748ab9f08cb34b45abde456.tar.xz |
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Server/Handlers/Hypergrid/InstantMessageServerConnector.cs')
-rw-r--r-- | OpenSim/Server/Handlers/Hypergrid/InstantMessageServerConnector.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Server/Handlers/Hypergrid/InstantMessageServerConnector.cs b/OpenSim/Server/Handlers/Hypergrid/InstantMessageServerConnector.cs index 74b7422..80eb5d2 100644 --- a/OpenSim/Server/Handlers/Hypergrid/InstantMessageServerConnector.cs +++ b/OpenSim/Server/Handlers/Hypergrid/InstantMessageServerConnector.cs | |||
@@ -72,7 +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 | MainServer.Instance.AddXmlRPCHandler("grid_instant_message", ProcessInstantMessage, false); | 75 | server.AddXmlRPCHandler("grid_instant_message", ProcessInstantMessage, false); |
76 | 76 | ||
77 | } | 77 | } |
78 | 78 | ||