diff --git a/services/presence2/presenceservice.py b/services/presence2/presenceservice.py index 49821cfa..49a4dc6f 100644 --- a/services/presence2/presenceservice.py +++ b/services/presence2/presenceservice.py @@ -75,7 +75,7 @@ class PresenceService(dbus.service.Object): def _connect_to_server(self): protocol = 'jabber' account = { - 'account': 'olpc@collabora.co.uk', + 'account': 'blah@collabora.co.uk', 'password': 'learn', 'server': 'light.bluelinux.co.uk' }