aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/XMPP
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Framework/Communications/XMPP')
-rw-r--r--OpenSim/Framework/Communications/XMPP/Stanza.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Framework/Communications/XMPP/Stanza.cs b/OpenSim/Framework/Communications/XMPP/Stanza.cs
index 4c57114..ed6ef06 100644
--- a/OpenSim/Framework/Communications/XMPP/Stanza.cs
+++ b/OpenSim/Framework/Communications/XMPP/Stanza.cs
@@ -11,9 +11,9 @@ namespace OpenSim.Framework.Communications.XMPP
11 public string localName = String.Empty; 11 public string localName = String.Empty;
12 public JId to; 12 public JId to;
13 public JId from; 13 public JId from;
14 string id; 14 public string id;
15 string lang; 15 public string lang;
16 string nodeName; 16 public string nodeName;
17 17
18 public Stanza(XmlNode node, Object defaults, bool hasID) 18 public Stanza(XmlNode node, Object defaults, bool hasID)
19 { 19 {