Newly registered Gateways don ' t show up in Roster display in 0.9.1.1

Daniel Chandran <[email protected]> Mon, 13 Jun 2005 15:55:13 -0400
Newsgroups gmane.network.jabber.exodus.user
Message-ID <[email protected]>
 Here is a possible fix. The bug appears to be in
TfrmRegister.PresCallBack(event: string...etc) method in RegForm.pas
The problem lines are at the very beginning.

if ( event <> ' xml ' ) then
// something bad happened
end
else

It so happens the event string is always of the form
/presence/* , so the presence callback exits right at the start.

Commenting out the above appears to fix the problem.