Exemplo n.º 1
0
    def __init__(self, msg=None):

        if msg:
            xmpp.Message.__init__(self, node=str(msg))
        else:
            xmpp.Message.__init__(self)

        EventBase.__init__(self)

        if msg:
            self.orig = msg

        self.jabber = True
        #self.id = self.getID()
        self.bot = None
        self.botoutput = False
        self.isresponse = False
        self.type = self.getType()
Exemplo n.º 2
0
    def __init__(self, msg=None):

        if msg:
            xmpp.Message.__init__(self, node=str(msg))
        else:
            xmpp.Message.__init__(self)

        EventBase.__init__(self)

        if msg:
            self.orig = msg

        self.jabber = True
        #self.id = self.getID()
        self.bot = None
        self.botoutput = False
        self.isresponse = False
        self.type = self.getType()
Exemplo n.º 3
0
 def __init__(self, ievent=None):
     EventBase.__init__(self, ievent)
Exemplo n.º 4
0
 def __init__(self, ievent=None):
     EventBase.__init__(self, ievent)