Interface | Description | |
---|---|---|
IIDGenerator | To use custom ID generators call the static function on the XMPPStanza class with an instance that implements IIDGenerator. |
Class | Description | |
---|---|---|
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. |