* @revision 03 * @license http://creativecommons.org/licenses/by-sa/3.0/de/ Creative Commons Attribution-Share Alike 2.0 Germany * @homepage http://oss.tiggerswelt.net/oscar/ * @copyright Copyright © 2009 tiggersWelt.net */ require_once ("oscar/tlv/helper/time.php"); class Oscar_TLV_NickInfo_SigTime extends Oscar_TLV_Helper_Time { /* Type of this TLV */ const TYPE = 0x0026; } Oscar_TLV::classAdd ("NICK_INFO_TAGS", "Oscar_TLV_NickInfo_SigTime"); ?>