[xmppd-dev] Problems with jabberd14 1.6.1.2-pre3

Robin Redeker elmex at ta-sa.org
Tue Mar 17 20:38:26 CET 2009


On Tue, Mar 17, 2009 at 01:49:48PM +0100, Robin Redeker wrote:
> On Tue, Mar 17, 2009 at 01:08:21PM +0100, Matthias Wimmer wrote:
> I still can't unregister with trunk. Maybe it has something to do
> with the fact that I'm using a file database. I'll probably try
> out mysql later.

I've tried out using the mysql database, but still the same result:

C:
   <iq id="3" type="set">
     <query xmlns="jabber:iq:register">
       <remove/>
     </query>
   </iq>

S:
   <iq from="test_1 at 192.168.2.110" id="3" to="test_1 at 192.168.2.110/AnyEvent::XMPP" type="error" xml:lang="en">
     <query xmlns="jabber:iq:register">
       <remove/>
     </query>
     <error code="404" type="wait">
       <recipient-unavailable xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"/>
       <text xmlns="urn:ietf:params:xml:ns:xmpp-stanzas">Recipient Is Unavailable</text>
     </error>
   </iq>

And this -D output:
   
   http://www.ta-sa.org/files/txt/ec48178d63c402751cb3291979dcc4e5.txt

Greetings,
   Robin


More information about the dev mailing list