ejabberd - Comments for "Admin command xep0133 and ejabberd 2.0.3 &amp;quot;xml no wellformed&amp;quot;" https://www.ejabberd.im/node/3620 en Don't put that Body https://www.ejabberd.im/node/3620#comment-54568 <p>Don't put that Body element.</p> <p>I tried and works:</p> <p>Client sends:</p> <pre> &lt;iq to='localhost' type='set' id='get-registred-users-num-1' xml:lang='en'&gt; &lt;command action='execute' node='http://jabber.org/protocol/admin#get-registered-users-num' xmlns='http://jabber.org/protocol/commands' /&gt; &lt;/iq&gt; </pre><p> Client receives from server:</p> <pre> &lt;iq from='localhost' to='badlop@localhost/Tka' id='get-registred-users-num-1' type='result'&gt; &lt;command sessionid='2009-08-24T11:06:26.948359Z' node='http://jabber.org/protocol/admin#get-registered-users-num' status='completed' xmlns='http://jabber.org/protocol/commands'&gt; &lt;x xmlns='jabber:x:data'&gt; &lt;field type='hidden' var='FORM_TYPE'&gt; &lt;value&gt;http://jabber.org/protocol/admin&lt;/value&gt; &lt;/field&gt; &lt;field type='text-single' label='Number of registered users' var='registeredusersnum'&gt; &lt;value&gt;3&lt;/value&gt; &lt;/field&gt; &lt;/x&gt; &lt;/command&gt; &lt;/iq&gt; </pre> Mon, 24 Aug 2009 11:10:16 +0000 mfoss comment 54568 at https://www.ejabberd.im