Exemplo n.º 1
0
 def __init__(self, recipient=None, sender=None, body=None, subject=None):
     Stanza.__init__(self, recipient, sender)
     self.body = body
     self.subject = subject
Exemplo n.º 2
0
 def __init__(self, recipient=None, sender=None, body=None, subject=None):
     Stanza.__init__(self, recipient, sender)
     self.body = body
     self.subject = subject