Add convenience header and method.

This commit is contained in:
Jonathan Schleifer 2011-04-01 03:14:19 +02:00
parent f504246a1b
commit 2554b3a778
4 changed files with 43 additions and 1 deletions

View file

@ -43,6 +43,11 @@
#import "XMPPExceptions.h"
@implementation XMPPConnection
+ connection
{
return [[[self alloc] init] autorelease];
}
- init
{
self = [super init];