Request session and send initial presence in tests.

This commit is contained in:
Jonathan Schleifer 2011-03-21 16:15:35 +01:00
parent 4eb4d6bc9c
commit ae01053f1c
3 changed files with 74 additions and 18 deletions

View file

@ -69,6 +69,7 @@
BOOL useTLS;
id <XMPPConnectionDelegate, OFObject> delegate;
XMPPAuthenticator *authModule;
BOOL needsSession;
}
@property (copy) OFString *username;