__init__ (
self,
gatewayname,
options,
autologon,
savepass,
)
A simple class to save the options for an IM account.
gatewayname := the shortName of the gateway to use (string)
options := the options to use for makeConnection (dictionary)
autologon := automatically log this account in? (int)
savepass := save this password? (int)
|