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

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

Instance VariablesaccountThe Account I am a Client for. (type: IAccount )
Method __init__
Method joinGroup
Method leaveGroup
Method getGroupConversation Undocumented
Method getPerson Undocumented
def __init__(account, chatui, logonDeferred): (source)
Parametersaccount(type: IAccount )
chatui(type: IChatUI )
logonDeferredWill 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.