Exemplo n.º 1
0
 def __init__(self):
     self.protocol = Dictionaries.getInstance().getProtocol('SMS')
Exemplo n.º 2
0
 def __init__(self):
     self.protocols['jabber'] = self.protocol = Dictionaries.getInstance(
     ).getProtocol('XMPP')
     self.protocols['gadu'] = self.protocol = Dictionaries.getInstance(
     ).getProtocol('GG')
Exemplo n.º 3
0
	def __init__(self):
		self.protocol = Dictionaries.getInstance().getProtocol('SMS')
Exemplo n.º 4
0
 def __init__(self):
     self.protocols["jabber"] = self.protocol = Dictionaries.getInstance().getProtocol("XMPP")
     self.protocols["gadu"] = self.protocol = Dictionaries.getInstance().getProtocol("GG")