diff options
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 | } | ||