[Psi-devel] remote commands

Lorenzo Perone lopez.on.the.lists at yellowspace.net
Thu Aug 3 04:59:31 PDT 2006


On 03.08.2006, at 10:29, Norman Rasmussen wrote:

> On 8/2/06, Magnus Henoch <mange at freemail.hu> wrote:
>> Correct.  ejabberd can be configured in various ways through ad-hoc
>> commands, while jabberd2 can not.  Controlling another client is of
>> course independent of the servers used.
>
> Additionally most servers will allow you to send iq's to yourself
> (i.e. same resource) - and hence allow you to test remote controlling
> all on the same client.
>
> jabberd2 seems to not allow this - requiring you to have multiple
> clients connected to test new features :-(

Correct, that was indeed my case to. Thanx for the hint :)
Trying from different resources succeeded on jabberd2 too.
Without, it looks like this in the xml console:

<iq type="get" to="myid at jabber.mydomain.tld/five" id="abe2a" >
<query xmlns="http://jabber.org/protocol/disco#items" node="http:// 
jabber.org/protocol/commands" />
</iq>


<iq from="myid at jabber.mydomain.tld/five" type="error" id="abe2a"  
to="myid at jabber.mydomain.tld/five" >
<error type="cancel" code="501" >
<feature-not-implemented xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"/>
</error>
<query xmlns="http://jabber.org/protocol/disco#items" node="http:// 
jabber.org/protocol/commands" />
</iq>




More information about the psi-devel mailing list