@@ -41,10 +41,15 @@ #import "XMPPRoster.h" #import "XMPPRosterItem.h" #import "XMPPExceptions.h" @implementation XMPPConnection ++ connection +{ + return [[[self alloc] init] autorelease]; +} + - init { self = [super init]; @try {