Interfaces
 InterfaceDescription
 IIDGenerator To use custom ID generators call the static function on the XMPPStanza class with an instance that implements IIDGenerator.
Classes
 ClassDescription
 IncrementalGenerator Uses a simple incrementation of a variable to generate new IDs.
 SOIncrementalGenerator Generates an incrementing ID and saves the last value in a local shared object.
 UUIDGenerator Generates a universally unique identifier.