* @revision 01 * @license http://creativecommons.org/licenses/by-sa/3.0/de/ Creative Commons Attribution-Share Alike 3.0 Germany * @homepage http://oss.tiggerswelt.net/oscar/ * @copyright Copyright © 2009 tiggersWelt.net */ require_once ("oscar/tlv/helper/u16.php"); class Oscar_TLV_Rendezvous_Cancel extends Oscar_TLV_Helper_u16 { /* Type of this TLV */ const TYPE = 0x000B; const CANCEL_UNKNOWN = 0x0000; const CANCEL_USER = 0x0001; const CANCEL_TIMEOUT = 0x0002; const CANCEL_ACCEPTED_ELSEWHERE = 0x0003; } ?>