Skip to content

Commit

Permalink
Bug fix for GoogleCode issue #108: XMPPPubSub activate enters an infi…
Browse files Browse the repository at this point in the history
…nite call loop
  • Loading branch information
robbiehanson committed Nov 23, 2011
1 parent 25c039b commit cccfbb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Extensions/XEP-0060/XMPPPubSub.m
Expand Up @@ -46,7 +46,7 @@ - (id)initWithServiceJID:(XMPPJID *)aServiceJID dispatchQueue:(dispatch_queue_t)

- (BOOL)activate:(XMPPStream *)aXmppStream
{
if ([self activate:aXmppStream])
if ([super activate:aXmppStream])
{
#ifdef _XMPP_CAPABILITIES_H
[xmppStream autoAddDelegate:self delegateQueue:moduleQueue toModulesOfClass:[XMPPCapabilities class]];
Expand Down

0 comments on commit cccfbb4

Please sign in to comment.