示例#1
0
 def mxit_send_login(self):
     pay = mxit_mkargu([['ms',[encode_password(self.clientid, self.password),'E-5.2.1-1.1',1,'',client_id(self.clientid),'255','27','en']],['cr','']])
     hdr = mxit_mkhdr(len(pay),M_login,0,self.session)
     pkt = hdr + pay
     return pkt
示例#2
0
 def __init__(self, con):
     StandardMessage.__init__(self, con, Client.LOGIN, [[encode_password(con.client_id, con.password), con.java_env, 1, con.features, client_id(con.client_id), 255, con.country_code, con.language], ["cr=%s" % con.splash]], wait=True)