Package pyxmpp :: Package sasl :: Module core :: Class Reply
[hide private]

Class Reply

source code

Known Subclasses:

Base class for SASL authentication reply objects.
Instance Methods [hide private]
 
__init__(self, data='', encode=True)
Initialize the Reply object.
source code
str
base64(self)
Base64-encode the data contained in the reply.
source code
Instance Variables [hide private]
: str data
: optional reply data.
; bool encode
: whether to base64 encode the data or not
Method Details [hide private]

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

source code 
Initialize the Reply object.
Parameters:
  • data (: str) - : optional reply data.

base64(self)

source code 
Base64-encode the data contained in the reply.
Returns: str
base64-encoded data.