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