t.w.i.i.IClient(Interface) : interface documentation

Part of twisted.words.im.interfaces View Source View In Hierarchy

No interface docstring
Attribute account The IAccount I am a Client for
Method __init__ No summary
Method joinGroup
Method leaveGroup
Method getGroupConversation Undocumented
Method getPerson Undocumented
account =
The IAccount I am a Client for
def __init__(account, chatui, logonDeferred): (source)
ParameterslogonDeferredWill be called back once I am logged on. (type: Deferred)
def joinGroup(groupName): (source)
ParametersgroupNameThe name of the group to join. (type: string)
def leaveGroup(groupName): (source)
ParametersgroupNameThe name of the group to leave. (type: string)
def getGroupConversation(name, hide=0): (source)
Undocumented
def getPerson(name): (source)
Undocumented
API Documentation for Twisted, generated by pydoctor at 2013-04-03 11:20:05.