Package pyxmpp :: Package sasl :: Module core :: Class Response
[show private | hide private]
[frames | no frames]

Class Response

Reply --+
        |
       Response


The response SASL message (clients's reply the the server's challenge).
Method Summary
  __init__(self, data)
Initialize the Response object.
  __repr__(self)
    Inherited from Reply
str base64(self)
Base64-encode the data contained in the reply.

Instance Variable Summary
    Inherited from Reply
str data: optional reply data.

Method Details

__init__(self, data='')
(Constructor)

Initialize the Response object.
Overrides:
pyxmpp.sasl.core.Reply.__init__