From 77543c786d9e4753aead70f20c8df34d8877c74d Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Sat, 22 Dec 2012 17:41:23 +0100 Subject: [PATCH] Adjust to recent ObjFW changes. --- src/XMPPConnection.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/XMPPConnection.m b/src/XMPPConnection.m index b092e00..90c1334 100644 --- a/src/XMPPConnection.m +++ b/src/XMPPConnection.m @@ -585,7 +585,7 @@ - (void)parser: (OFXMLParser*)p didStartElement: (OFString*)name - withPrefix: (OFString*)prefix + prefix: (OFString*)prefix namespace: (OFString*)ns attributes: (OFArray*)attributes { @@ -660,7 +660,7 @@ - (void)elementBuilder: (OFXMLElementBuilder*)builder didNotExpectCloseTag: (OFString*)name - withPrefix: (OFString*)prefix + prefix: (OFString*)prefix namespace: (OFString*)ns { if (![name isEqual: @"stream"] || ![prefix isEqual: @"stream"] ||