public class XMPPStringPrepEmpty extends Object implements XMPPStringPrepIfc
| Constructor and Description |
|---|
XMPPStringPrepEmpty() |
| Modifier and Type | Method and Description |
|---|---|
String |
nameprep(String domain)
JID's domain part stringprep processing.
|
String |
nodeprep(String localpart)
JID's localpart (or nick name) stringprep processing.
|
String |
resourceprep(String resource)
JID's resource stringprep proessing.
|
public String nameprep(String domain)
XMPPStringPrepIfcnameprep in interface XMPPStringPrepIfcdomain - a String value of the JID's domain part.public String nodeprep(String localpart)
XMPPStringPrepIfcnodeprep in interface XMPPStringPrepIfclocalpart - a String value of the JID's localpart.public String resourceprep(String resource)
XMPPStringPrepIfcresourceprep in interface XMPPStringPrepIfcresource - a String value of the JID's resource part.Copyright © 2004–2021 "Tigase, Inc.". All rights reserved.