[BUG] Jabber - fails for unknown tags

Avi Bryant avi at beta4.com
Thu Jun 26 17:08:40 UTC 2003


Michael,

I had to do two things to get the Jabber client to work for me.  One was
to add (stub) support for the "jabber:iq:version" namespace and the "get"
query - I guess not all servers ask the client for version, but mine does?
I'm not attaching a changeset of my modifications because they don't
actually do anything - the better, more general solution would be to
silently ignore any namespaces and tags that were not yet supported... I
imagine you have "self halt" everywhere instead because it's easier to
debug, but that's less useful when you're not trying to add features.

The other was that I had to manually tell the buddy list morph to
#startStepping before I received any messages.  I haven't looked yet to
see why that isn't happening automatically.

Cheers,
Avi



More information about the Squeak-dev mailing list