Perform IDNA's ToASCII operation on the server's domain name
This commit is contained in:
parent
bb8d5e5f05
commit
5e8481027e
3 changed files with 94 additions and 7 deletions
|
@ -54,3 +54,21 @@
|
|||
profile: (OFString*)profile
|
||||
string: (OFString*)string;
|
||||
@end
|
||||
|
||||
@interface XMPPIDNATranslationFailedException: XMPPException
|
||||
{
|
||||
OFString *operation;
|
||||
OFString *string;
|
||||
}
|
||||
|
||||
@property (readonly, nonatomic) OFString *operation, *string;
|
||||
|
||||
+ newWithClass: (Class)class_
|
||||
connection: (XMPPConnection*)conn
|
||||
operation: (OFString*)operation
|
||||
string: (OFString*)string;
|
||||
- initWithClass: (Class)class_
|
||||
connection: (XMPPConnection*)conn
|
||||
operation: (OFString*)operation
|
||||
string: (OFString*)string;
|
||||
@end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue