mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 22:32:06 +01:00
Fixed element name.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@1923 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
aa9e8f8960
commit
f5e167e067
1 changed files with 13 additions and 13 deletions
|
@ -86,7 +86,7 @@ clarity):
|
||||||
|
|
||||||
<div class="code"><pre>
|
<div class="code"><pre>
|
||||||
<font color="gray"><i><!-- All properties are in a x block. --></i></font>
|
<font color="gray"><i><!-- All properties are in a x block. --></i></font>
|
||||||
<x xmlns="http://www.jivesoftware.com/xmlns/xmpp/properties">
|
<properties xmlns="http://www.jivesoftware.com/xmlns/xmpp/properties">
|
||||||
<font color="gray"><i><!-- First, a property named "prop1" that's an integer. --></i></font>
|
<font color="gray"><i><!-- First, a property named "prop1" that's an integer. --></i></font>
|
||||||
<property>
|
<property>
|
||||||
<name>prop1</name>
|
<name>prop1</name>
|
||||||
|
@ -98,7 +98,7 @@ clarity):
|
||||||
<name>blah2</name>
|
<name>blah2</name>
|
||||||
<value type="java-object">adf612fna9nab</value>
|
<value type="java-object">adf612fna9nab</value>
|
||||||
<property>
|
<property>
|
||||||
</x>
|
</properties>
|
||||||
</pre></div>
|
</pre></div>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
Loading…
Reference in a new issue