aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/XMPP/XMPPParser.cs
blob: 0539afbfcef7be980ee22ca0b6a843b81966ec0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
using System;
using System.Collections.Generic;
using System.Text;
using System.Xml;
using OpenSim.Framework;


namespace OpenSim.Framework.Communications.XMPP
{
    public class XMPPParser
    {

    }
}