From f5e167e067008bcdcbbfe8637003b066f8d5c083 Mon Sep 17 00:00:00 2001 From: Matt Tucker Date: Thu, 8 May 2003 15:52:43 +0000 Subject: [PATCH] Fixed element name. git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@1923 b35dd754-fafc-0310-a699-88a17e54d16e --- documentation/properties.html | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/documentation/properties.html b/documentation/properties.html index 3a7cdf5f8..236e2d866 100644 --- a/documentation/properties.html +++ b/documentation/properties.html @@ -86,19 +86,19 @@ clarity):
 <!-- All properties are in a x block. --> 
-<x xmlns="http://www.jivesoftware.com/xmlns/xmpp/properties">
-  <!-- First, a property named "prop1" that's an integer. --> 
-  <property>
-    <name>prop1</name>
-    <value type="integer">123</value>
-  <property>
-  <!-- Next, a Java object that's been serialized and then converted
-       from binary data to base-64 encoded text. -->  
-  <property>
-    <name>blah2</name>
-    <value type="java-object">adf612fna9nab</value>
-  <property>
-</x> 
+<properties xmlns="http://www.jivesoftware.com/xmlns/xmpp/properties">
+    <!-- First, a property named "prop1" that's an integer. --> 
+    <property>
+        <name>prop1</name>
+        <value type="integer">123</value>
+    <property>
+    <!-- Next, a Java object that's been serialized and then converted
+         from binary data to base-64 encoded text. -->  
+    <property>
+        <name>blah2</name>
+        <value type="java-object">adf612fna9nab</value>
+    <property>
+</properties>