XMPPStringPrepEmpty

public class XMPPStringPrepEmpty implements XMPPStringPrepIfc

Class implementing stringprep processor interface. This is a dummy implementation performing no processing at all. All methods simply return value passed as the method call parameter. Use of this implementation is recommended inly in strictly controlled systems where there is no possibility of getting incorrectly formated JIDs to the system. Of course this implementation causes no impact on the system performance. Created: Feb 4, 2010 9:52:41 AM

Author:Artur Hefczyc

Methods

nameprep

public String nameprep(String domain)

nodeprep

public String nodeprep(String localpart)

resourceprep

public String resourceprep(String resource)