From b790a16e986a0296b3a006f0db2b1011e5377ce9 Mon Sep 17 00:00:00 2001 From: Teravus Ovares Date: Wed, 2 Apr 2008 01:03:31 +0000 Subject: * Updating the version of the ODE library. (big update). The Mac library needs to be updated still. * Adding some XMPP stuff that's incomplete. --- OpenSim/Framework/Communications/XMPP/XMPPParser.cs | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 OpenSim/Framework/Communications/XMPP/XMPPParser.cs (limited to 'OpenSim/Framework/Communications/XMPP/XMPPParser.cs') diff --git a/OpenSim/Framework/Communications/XMPP/XMPPParser.cs b/OpenSim/Framework/Communications/XMPP/XMPPParser.cs new file mode 100644 index 0000000..0539afb --- /dev/null +++ b/OpenSim/Framework/Communications/XMPP/XMPPParser.cs @@ -0,0 +1,14 @@ +using System; +using System.Collections.Generic; +using System.Text; +using System.Xml; +using OpenSim.Framework; + + +namespace OpenSim.Framework.Communications.XMPP +{ + public class XMPPParser + { + + } +} -- cgit v1.1