* @revision 03 * @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/snac/helper/uin.php"); /** * Remove ourself from another roster stored on the server * * @remark This SNAC just carries the UIN of the entity to remove from * Everything is done in SNAC_UIN * * @class SNAC_SSI_Selfremove **/ class Oscar_SNAC_Feedbag_Selfremove extends Oscar_SNAC_Helper_UIN { /* About this SNAC */ const SNAC_FAMILY = 0x0013; const SNAC_SERVICE = 0x0016; } ?>