We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1385b09 commit e247745Copy full SHA for e247745
Extensions/BandwidthMonitor/XMPPBandwidthMonitor.m
@@ -174,7 +174,11 @@ - (void)deactivate
174
dispatch_sync(moduleQueue, block);
175
}
176
177
-- (void)xmppStreamDidConnect:(XMPPStream *)sender
+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
178
+#pragma mark XMPPStream Delegate
179
180
+
181
+- (void)xmppStreamDidStartNegotiation:(XMPPStream *)sender;
182
{
183
[self startTimer];
184
0 commit comments