define('CLAIM_TIMEOUT', 1200);
-class XmppConfirmHandler {
+class XmppConfirmHandler extends QueueHandler {
var $_id = 'confirm';
- function XmppConfirmHandler($id=NULL) {
- if ($id) {
- $this->_id = $id;
- }
- }
-
function start() {
# Low priority; we don't want to receive messages
$this->log(LOG_INFO, "INITIALIZE");
$confirm->update(DB_DATAOBJECT_WHEREADD_ONLY);
}
- function log($level, $msg) {
- common_log($level, 'XmppConfirmHandler ('. $this->_id .'): '.$msg);
- }
-
function idle($timeout=0) {
$this->conn->processTime($timeout);
}