diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/Communications/XMPP/XmppError.cs (renamed from OpenSim/Framework/Communications/XMPP/XMPPParser.cs) | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/OpenSim/Framework/Communications/XMPP/XMPPParser.cs b/OpenSim/Framework/Communications/XMPP/XmppError.cs index 26a78b2..1698b6a 100644 --- a/OpenSim/Framework/Communications/XMPP/XMPPParser.cs +++ b/OpenSim/Framework/Communications/XMPP/XmppError.cs | |||
@@ -25,10 +25,17 @@ | |||
25 | * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 25 | * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
26 | */ | 26 | */ |
27 | 27 | ||
28 | using System; | ||
29 | using System.Xml; | ||
30 | using System.Xml.Serialization; | ||
31 | |||
28 | namespace OpenSim.Framework.Communications.XMPP | 32 | namespace OpenSim.Framework.Communications.XMPP |
29 | { | 33 | { |
30 | public class XMPPParser | 34 | [XmlRoot("error")] |
35 | public class XmppErrorStanza | ||
31 | { | 36 | { |
32 | 37 | public XmppErrorStanza() | |
38 | { | ||
39 | } | ||
33 | } | 40 | } |
34 | } | 41 | } |