~mate-ob/gm-notify/multi-account

« back to all changes in this revision

Viewing changes to gtalk.py

  • Committer: Mateusz Balbus
  • Author(s): Mateusz Balbus
  • Date: 2015-11-12 12:21:43 UTC
  • Revision ID: devnull@localhost-20151112122143-nmzuxd6vr3utkrp3
[#5] Added support for multiaccount settings

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
from twisted.internet.error import TimeoutError, ConnectionRefusedError
28
28
 
29
29
from datetime import datetime
30
 
import settings_provider
31
30
 
32
31
GTALK_HOST = "talk.google.com"
33
32