public class XMPPStringPrepSimple extends Object implements XMPPStringPrepIfc
| Constructor and Description |
|---|
XMPPStringPrepSimple() |
public String nameprep(String domain) throws TigaseStringprepException
XMPPStringPrepIfcnameprep in interface XMPPStringPrepIfcdomain - a String value of the JID's domain part.TigaseStringprepException - if stringprep exception occurs.public String nodeprep(String localpart) throws TigaseStringprepException
XMPPStringPrepIfcnodeprep in interface XMPPStringPrepIfclocalpart - a String value of the JID's localpart.TigaseStringprepException - if stringprep exception occurs.public String resourceprep(String resource) throws TigaseStringprepException
XMPPStringPrepIfcresourceprep in interface XMPPStringPrepIfcresource - a String value of the JID's resource part.TigaseStringprepException - if stringprep exception occurs.Copyright © 2015 Tigase. All rights reserved.