Add convenience header and method.
This commit is contained in:
parent
f504246a1b
commit
2554b3a778
4 changed files with 43 additions and 1 deletions
|
@ -43,6 +43,11 @@
|
|||
#import "XMPPExceptions.h"
|
||||
|
||||
@implementation XMPPConnection
|
||||
+ connection
|
||||
{
|
||||
return [[[self alloc] init] autorelease];
|
||||
}
|
||||
|
||||
- init
|
||||
{
|
||||
self = [super init];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue