Re: Bug in PubSub::Manager::subscribe?
From: Jakob Schroeter <js@xxxxxxxxxx>
Date: Thu, 8 Oct 2009 17:39:03 +0200 (CEST)
Quoting Martin Cote <martin@xxxxxxxxxxxxx>:

Hello,

I've noticed something weird with the subscribe() function in the PubSub::Manager class. The doc mentions that passing an empty jid to this function will result in a self-subscription. However, the line 627 of pubsubmanager.cpp doesn't do that:

ps->setJID( jid );

Hi,

I think that line shouldn't be there at all. Removed in svn.

cheers,
Jakob