Show
Ignore:
Timestamp:
06/19/08 16:29:16 (2 months ago)
Author:
sylvain
Message:

Disabled tls by default

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • oss/headstock/headstock/example/microblog/microblog/jabber/client.py

    r696 r703  
    477477        c = Client(atompub, unicode(username), unicode(password),  
    478478                   domain=Client.Domain, server=Client.Host, port=Client.Port, 
    479                    usetls=True, register=True, profile=profile) 
     479                   usetls=False, register=True, profile=profile) 
    480480        Client.Sessions[c.username] = c 
    481481        c.activate() 
     
    484484        c = Client(atompub, unicode(username), unicode(password),  
    485485                   domain=Client.Domain, server=Client.Host, port=Client.Port, 
    486                    usetls=True, register=True, profile=profile) 
     486                   usetls=False, register=True, profile=profile) 
    487487        Client.Sessions[c.username] = c 
    488488        c.activate() 
     
    499499        c = Client(atompub, unicode(username), unicode(password),  
    500500                   domain=Client.Domain, server=Client.Host, port=Client.Port, 
    501                    usetls=True, register=False, profile=profile) 
     501                   usetls=False, register=False, profile=profile) 
    502502        Client.Sessions[c.username] = c 
    503503        c.activate()