Constructor
new TimedHandler()
PrivateConstructor: Strophe.TimedHandler Create and initialize a new Strophe.TimedHandler object.
Parameters: (Integer) period - The number of milliseconds to wait before the handler is called. (Function) handler - The callback to run when the handler fires. This function should take no arguments.
Returns: A new Strophe.TimedHandler object.