How to change default value on Directory screen

Etan S. C. Reisner deryni at unreliablesource.net
Fri Apr 27 15:00:03 EDT 2007


On Fri, Apr 27, 2007 at 12:25:10PM -0600, Jon Slater wrote:
> But all of my disco requests failed 100% of the time because they are
> written as:
>
> http://jabber.org instead of http://www.jabber.org
>
> jabber: Recv (ssl)(186): <iq from='jabber.hp.com' id='gaimb1b9f169'
> to='jon.slater at jabber.hp.com/Gaim' type='error'><query
> xmlns='http://jabber.org/protocol/disco#items'/><error code='404'>Not
> Found</error></iq>
> jabber: Recv (ssl)(185): <iq from='jabber.hp.com' id='gaimb1b9f16a'
> to='jon.slater at jabber.hp.com/Gaim' type='error'><query
> xmlns='http://jabber.org/protocol/disco#info'/><error code='404'>Not
> Found</error></iq>

The xmlns attribute text doesn't get looked up, they are just static
strings.

Those errors mean your server doesn't respond to disco queries, which
means pidgin isn't going to be able to find out what the right user
directory is.

    -Etan



More information about the Devel mailing list