ejabberd - Comments for "&amp;quot;No module is handling this query&amp;quot; when trying to delete an ejabberd account" https://www.ejabberd.im/forum/28629/no-module-handling-query-when-trying-delete-ejabberd-account en Try using a well known Jabber https://www.ejabberd.im/forum/28629/no-module-handling-query-when-trying-delete-ejabberd-account#comment-67235 <p>Try using a well known Jabber desktop client, like Tkabber, Psi, Gajim. They have an XML console where you can see the traffic, so you can compare with your custom client.</p> <p>You can also try to use the default configuration, no need to change the modules config to use this feature.</p> Wed, 21 Dec 2016 10:04:03 +0000 badlop comment 67235 at https://www.ejabberd.im Another issue, the second https://www.ejabberd.im/forum/28629/no-module-handling-query-when-trying-delete-ejabberd-account#comment-67234 <p>Another issue, the second line you set the language to espanol <code>xml:lang=&#039;es&#039;</code> then the server replies in English <code>&lt;title&gt;Delete User&lt;/title&gt;</code>, HOW THAT IS DONE :) ?!!!!</p> Mon, 19 Dec 2016 17:00:48 +0000 Nabil comment 67234 at https://www.ejabberd.im Thanks for replay, BUT I've https://www.ejabberd.im/forum/28629/no-module-handling-query-when-trying-delete-ejabberd-account#comment-67233 <p>Thanks for replay, BUT I've already enabled <code>mod_configure</code> in Ejabberd configuration file and the same replay from the server at the second stage (<code>No module is handling this query</code>). Kindly, what is the other configurations that should be taken into account?</p> <div class="codeblock"><code>modules:<br />&nbsp; mod_adhoc: {}<br />&nbsp; mod_admin_extra: {}<br />&nbsp; mod_announce: # recommends mod_adhoc<br />&nbsp;&nbsp;&nbsp; access: announce<br />&nbsp; mod_blocking: {} # requires mod_privacy<br />&nbsp; mod_caps: {}<br />&nbsp; mod_carboncopy: {}<br />&nbsp; mod_client_state: {}<br />&nbsp; mod_configure: {} </code></div> Mon, 19 Dec 2016 16:09:14 +0000 Nabil comment 67233 at https://www.ejabberd.im It's implemented in https://www.ejabberd.im/forum/28629/no-module-handling-query-when-trying-delete-ejabberd-account#comment-67225 <p>It's implemented in mod_configure:</p> <div class="codeblock"><code>&lt;iq id=&#039;1324:86146&#039;<br /> xml:lang=&#039;es&#039;<br /> type=&#039;set&#039;<br /> to=&#039;localhost&#039;&gt;<br />&nbsp; &lt;command action=&#039;execute&#039;<br /> node=&#039;http://jabber.org/protocol/admin#delete-user&#039;<br /> xmlns=&#039;http://jabber.org/protocol/commands&#039;/&gt;<br />&lt;/iq&gt; <p>&lt;iq xml:lang=&#039;es&#039;<br /> to=&#039;user1@localhost/tka1&#039;<br /> from=&#039;localhost&#039;<br /> type=&#039;result&#039;<br /> id=&#039;1324:86146&#039;&gt;<br />&nbsp; &lt;command status=&#039;executing&#039;<br /> sessionid=&#039;2016-12-12T10:59:04.798861Z&#039;<br /> node=&#039;http://jabber.org/protocol/admin#delete-user&#039;<br /> xmlns=&#039;http://jabber.org/protocol/commands&#039;&gt;<br />&nbsp;&nbsp;&nbsp; &lt;actions execute=&#039;complete&#039;&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;complete/&gt;<br />&nbsp;&nbsp;&nbsp; &lt;/actions&gt;<br />&nbsp;&nbsp;&nbsp; &lt;x type=&#039;form&#039;<br /> xmlns=&#039;jabber:x:data&#039;&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;title&gt;Delete User&lt;/title&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;field var=&#039;FORM_TYPE&#039;<br /> type=&#039;hidden&#039;&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;value&gt;http://jabber.org/protocol/admin&lt;/value&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/field&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;field var=&#039;accountjids&#039;<br /> type=&#039;jid-multi&#039;<br /> label=&#039;Jabber ID&#039;&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;required/&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/field&gt;<br />&nbsp;&nbsp;&nbsp; &lt;/x&gt;<br />&nbsp; &lt;/command&gt;<br />&lt;/iq&gt;</p> <p>&lt;iq id=&#039;1326:718928&#039;<br /> xml:lang=&#039;es&#039;<br /> type=&#039;set&#039;<br /> to=&#039;localhost&#039;&gt;<br />&nbsp; &lt;command sessionid=&#039;2016-12-12T10:59:04.798861Z&#039;<br /> action=&#039;complete&#039;<br /> node=&#039;http://jabber.org/protocol/admin#delete-user&#039;<br /> xmlns=&#039;http://jabber.org/protocol/commands&#039;&gt;<br />&nbsp;&nbsp;&nbsp; &lt;x type=&#039;submit&#039;<br /> xmlns=&#039;jabber:x:data&#039;&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;field var=&#039;FORM_TYPE&#039;&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;value&gt;http://jabber.org/protocol/admin&lt;/value&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/field&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;field var=&#039;accountjids&#039;&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;value&gt;user2@localhost&lt;/value&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/field&gt;<br />&nbsp;&nbsp;&nbsp; &lt;/x&gt;<br />&nbsp; &lt;/command&gt;<br />&lt;/iq&gt;</p> <p>&lt;iq xml:lang=&#039;es&#039;<br /> to=&#039;user1@localhost/tka1&#039;<br /> from=&#039;localhost&#039;<br /> type=&#039;result&#039;<br /> id=&#039;1326:718928&#039;&gt;<br />&nbsp; &lt;command status=&#039;completed&#039;<br /> sessionid=&#039;2016-12-12T10:59:04.798861Z&#039;<br /> node=&#039;http://jabber.org/protocol/admin#delete-user&#039;<br /> xmlns=&#039;http://jabber.org/protocol/commands&#039;/&gt;<br />&lt;/iq&gt;</p></code></div> Mon, 12 Dec 2016 11:02:46 +0000 badlop comment 67225 at https://www.ejabberd.im