Differences From Artifact [b72bf77860]:
- File src/XMPPConnection.m — part of check-in [ad6f1107ce] at 2012-02-03 14:35:28 on branch trunk — Comments and PIs are not allowed in XMPP -> throw an exception. (user: js, size: 26228) [annotate] [blame] [check-ins using]
To Artifact [2fe019cc16]:
- File src/XMPPConnection.m — part of check-in [6a978bc7bf] at 2012-02-03 15:00:33 on branch trunk — Add missing import (user: florob@babelmonkeys.de, size: 26262) [annotate] [blame] [check-ins using]
︙ | |||
45 46 47 48 49 50 51 52 53 54 55 56 57 58 | 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 | + | #import "XMPPStanza.h" #import "XMPPJID.h" #import "XMPPIQ.h" #import "XMPPMessage.h" #import "XMPPPresence.h" #import "XMPPMulticastDelegate.h" #import "XMPPExceptions.h" #import "XMPPXMLElementBuilder.h" #import "namespaces.h" @implementation XMPPConnection + connection { return [[[self alloc] init] autorelease]; } |
︙ |