Mercurial > libervia-backend
comparison frontends/src/quick_frontend/quick_gateways.py @ 587:952322b1d490
Remove trailing whitespaces.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Fri, 18 Jan 2013 17:55:34 +0100 |
parents | ca13633d3b6b |
children | beaf6bec2fcd |
comparison
equal
deleted
inserted
replaced
586:6a718ede8be1 | 587:952322b1d490 |
---|---|
22 | 22 |
23 | 23 |
24 | 24 |
25 class QuickGatewaysManager(): | 25 class QuickGatewaysManager(): |
26 | 26 |
27 | 27 |
28 def __init__(self, host, gateways, title=_("Gateways manager"), server=None): | 28 def __init__(self, host, gateways, title=_("Gateways manager"), server=None): |
29 self.WARNING_MSG = _(u"""Be careful ! Gateways allow you to use an external IM (legacy IM), so you can see your contact as jabber contacts. | 29 self.WARNING_MSG = _(u"""Be careful ! Gateways allow you to use an external IM (legacy IM), so you can see your contact as jabber contacts. |
30 But when you do this, all your messages go throught the external legacy IM server, it is a huge privacy issue (i.e.: all your messages throught the gateway can be monitored, recorded, analyzed by the external server, most of time a private company).""") | 30 But when you do this, all your messages go throught the external legacy IM server, it is a huge privacy issue (i.e.: all your messages throught the gateway can be monitored, recorded, analyzed by the external server, most of time a private company).""") |
31 self.host = host | 31 self.host = host |
32 | 32 |