public interface XmppStringprep
The relevant RFCs are:
| Modifier and Type | Method and Description | 
|---|---|
String | 
domainprep(String string)
Performs String preparation on the domainpart String of a JID. 
 | 
String | 
localprep(String string)
Performs String preparation on the localpart String of a JID. 
 | 
String | 
resourceprep(String string)
Performs String preparation on the resourcepart String of a JID. 
 | 
String localprep(String string) throws XmppStringprepException
string - the String to transform.XmppStringprepException - if there is an error.String domainprep(String string) throws XmppStringprepException
string - the String to transform.XmppStringprepException - if there is an error.String resourceprep(String string) throws XmppStringprepException
string - the String to transform.XmppStringprepException - if there is an error.