* @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.php"); require_once ("oscar/tlv/helper/string.php"); // Alias of a buddy on our roster class Oscar_TLV_Feedbag_Alias extends Oscar_TLV_Helper_String { /* Type of this TLV */ const TYPE = 0x0131; } Oscar_TLV::classAdd ("FEEDBAG__ATTRIBUTES", "Oscar_TLV_Feedbag_Alias"); ?>