diff options
author | Teravus Ovares | 2008-04-02 01:03:31 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-04-02 01:03:31 +0000 |
commit | b790a16e986a0296b3a006f0db2b1011e5377ce9 (patch) | |
tree | 544aa40283c709476038bc3fe53b6611d919bec9 /OpenSim/Framework/Communications/XMPP/XMPPParser.cs | |
parent | * Remove the quit command from the inventory console which was actually addin... (diff) | |
download | opensim-SC-b790a16e986a0296b3a006f0db2b1011e5377ce9.zip opensim-SC-b790a16e986a0296b3a006f0db2b1011e5377ce9.tar.gz opensim-SC-b790a16e986a0296b3a006f0db2b1011e5377ce9.tar.bz2 opensim-SC-b790a16e986a0296b3a006f0db2b1011e5377ce9.tar.xz |
* Updating the version of the ODE library. (big update). The Mac library needs to be updated still.
* Adding some XMPP stuff that's incomplete.
Diffstat (limited to 'OpenSim/Framework/Communications/XMPP/XMPPParser.cs')
-rw-r--r-- | OpenSim/Framework/Communications/XMPP/XMPPParser.cs | 14 |
1 files changed, 14 insertions, 0 deletions
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 @@ | |||
1 | using System; | ||
2 | using System.Collections.Generic; | ||
3 | using System.Text; | ||
4 | using System.Xml; | ||
5 | using OpenSim.Framework; | ||
6 | |||
7 | |||
8 | namespace OpenSim.Framework.Communications.XMPP | ||
9 | { | ||
10 | public class XMPPParser | ||
11 | { | ||
12 | |||
13 | } | ||
14 | } | ||