interface documentation

class IClient(Interface): (source)

View In Hierarchy

Undocumented

Method __init__ No summary
Method get​Group​Conversation Undocumented
Method get​Person Undocumented
Method join​Group
Method leave​Group
Attribute account The IAccount I am a Client for
def __init__(account, chatui, logonDeferred): (source)
Parameters
account:IAccountUndocumented
chatui:IChatUIUndocumented
logon​Deferred:DeferredWill be called back once I am logged on.
def getGroupConversation(name, hide=0): (source)

Undocumented

def getPerson(name): (source)

Undocumented

def joinGroup(groupName): (source)
Parameters
group​Name:stringThe name of the group to join.
def leaveGroup(groupName): (source)
Parameters
group​Name:stringThe name of the group to leave.
account = (source)
The IAccount I am a Client for