Implement SASL EXTERNAL

This commit is contained in:
Florian Zeitz 2012-01-25 16:42:29 +01:00
parent 71b02af421
commit ee08eadf81
3 changed files with 36 additions and 1 deletions

View file

@ -73,6 +73,7 @@
OFXMLParser *parser, *oldParser;
OFXMLElementBuilder *elementBuilder, *oldElementBuilder;
OFString *username, *password, *server, *resource;
OFString *privateKeyFile, *certificateFile;
OFString *domain, *domainToASCII;
XMPPJID *JID;
uint16_t port;
@ -88,6 +89,7 @@
#ifdef OF_HAVE_PROPERTIES
@property (copy) OFString *username, *password, *server, *domain, *resource;
@property (copy) OFString *privateKeyFile, *certificateFile;
@property (copy, readonly) XMPPJID *JID;
@property (assign) uint16_t port;
@property (assign) id <XMPPConnectionDelegate> delegate;