Fix a bunch of warnings.

This commit is contained in:
Jonathan Schleifer 2013-02-15 15:15:21 +01:00
parent 856ac1bd1a
commit 9b49f04239
4 changed files with 13 additions and 6 deletions

View file

@ -90,11 +90,11 @@
}
*/
- (void)connection: (XMPPConnection*)connection_
wasBoundToJID: (XMPPJID*)jid
- (void)connection: (XMPPConnection*)connection
wasBoundToJID: (XMPPJID*)JID
{
if ([connection_ supportsStreamManagement])
[connection_ sendStanza:
if ([connection supportsStreamManagement])
[connection sendStanza:
[OFXMLElement elementWithName: @"enable"
namespace: XMPP_NS_SM]];
}