Package pyxmpp2 :: Package sasl :: Module core :: Class Challenge
[hide private]

Class Challenge


The challenge SASL message (server's challenge for the client).
Instance Methods [hide private]
 
__init__(self, data, encode=True)
Initialize the Challenge object.
 
__repr__(self)
repr(x)

Inherited from Reply: encode

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Instance Variables [hide private]

Inherited from Reply: data

Inherited from Reply (private): _encode

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, data, encode=True)
(Constructor)

 
Initialize the Challenge object.
Parameters:
  • data - optional reply data.
  • encode - whether to base64 encode the data or not
Overrides: object.__init__

__repr__(self)
(Representation operator)

 
repr(x)
Overrides: object.__repr__
(inherited documentation)