import re
import string
from twisted.im.account import registerAccount
from twisted.im.chat import getContactsList, getGroup, getGroupConversation, getPerson, getConversation
from twisted.im.locals import GLADE_FILE, autoConnectMethods, ONLINE, OFFLINE, AWAY, openGlade
from twisted.internet import tcp
from twisted.protocols import toc
from twisted.python.defer import succeed
|