From 937a2e6dcae6c4369ee6952a2697ae31aaba4903 Mon Sep 17 00:00:00 2001 From: Adam Frisby Date: Sun, 22 Feb 2009 08:48:55 +0000 Subject: * Adds initial support for the MXP Virtual Worlds protocol (http://www.bubblecloud.org) * Handled via the MXPModule.cs located in OpenSim.Client.MXP namespace. * Also implements MXPClientView and MXPPacketServer for IClientAPI compatibility. * No changes were required to Core to implement this - the thing is self contained in OpenSim.Client.MXP.dll. * Includes reference implementation of MXP as MXP.dll - this is under the Apache 2.0 license. * Requires OpenSim.ini setting to enable. "[MXP] \n Enabled=true \n Port=1253" * May break. Highly untested. --- bin/MXP.pdb | Bin 0 -> 253440 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 bin/MXP.pdb (limited to 'bin/MXP.pdb') diff --git a/bin/MXP.pdb b/bin/MXP.pdb new file mode 100644 index 0000000..28154e0 Binary files /dev/null and b/bin/MXP.pdb differ -- cgit v1.1