Implement SASL EXTERNAL
This commit is contained in:
parent
71b02af421
commit
ee08eadf81
3 changed files with 36 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue