diff options
author | Teravus Ovares | 2008-04-14 17:13:38 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-04-14 17:13:38 +0000 |
commit | e21886eea0a4d2782a74bb1f974b2e1056fea055 (patch) | |
tree | 33512912e98ad07ab04f3370fd48d1d0ed307a66 /OpenSim/Framework/Communications/XMPP | |
parent | * Get Util.GetHostFromDNS to tell us the dns address it was trying to resolve... (diff) | |
download | opensim-SC_OLD-e21886eea0a4d2782a74bb1f974b2e1056fea055.zip opensim-SC_OLD-e21886eea0a4d2782a74bb1f974b2e1056fea055.tar.gz opensim-SC_OLD-e21886eea0a4d2782a74bb1f974b2e1056fea055.tar.bz2 opensim-SC_OLD-e21886eea0a4d2782a74bb1f974b2e1056fea055.tar.xz |
* Fixed a few warnings.
* Added license info to a few files it was missing from.
* Fleshed out the landbuy interfaces
* If you add '-helperuri http://127.0.0.1:9000/' to your list of parameters you tell the client to use when you start it up you can transfer ownership of parcels now in standalone. Structured gridmode requires a lot more work, see the documentation in the example money module. The example money module is not secure especially in standalone mode.
Diffstat (limited to 'OpenSim/Framework/Communications/XMPP')
-rw-r--r-- | OpenSim/Framework/Communications/XMPP/Stanza.cs | 6 |
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 | { |