示例#1
0
 def __init__(self):
     super(BlockListHandler, self).__init__(_createBlockListExt().setChild(
         ContactItemExtension()))
示例#2
0
def _createUnblockItemExt(jid=None):
    return PyExtension(_TAG.UNBLOCK_ITEM).setXmlNs(_NS.BLOCKING_CMD).setChild(
        ContactItemExtension(jid))