public interface XMPPStringPrepIfc
String nameprep(String domain) throws TigaseStringprepException
domain - a String value of the JID's domain part.TigaseStringprepException - if stringprep exception occurs.String nodeprep(String localpart) throws TigaseStringprepException
localpart - a String value of the JID's localpart.TigaseStringprepException - if stringprep exception occurs.String resourceprep(String resource) throws TigaseStringprepException
resource - a String value of the JID's resource part.TigaseStringprepException - if stringprep exception occurs.Copyright © 2015 Tigase. All rights reserved.