interface documentation

class IClient(Interface):

Constructor: IClient(chatui, logonDeferred)

View In Hierarchy

Undocumented

Method __init__ No summary
Method getGroupConversation Undocumented
Method getPerson Undocumented
Method joinGroup No summary
Method leaveGroup No summary
Attribute account The IAccount I am a Client for
def __init__(account, chatui, logonDeferred):
Parameters
account:IAccountUndocumented
chatui:IChatUIUndocumented
logonDeferred:DeferredWill be called back once I am logged on.
def getGroupConversation(name, hide=0):

Undocumented

def getPerson(name):

Undocumented

def joinGroup(groupName):
Parameters
groupName:stringThe name of the group to join.
def leaveGroup(groupName):
Parameters
groupName:stringThe name of the group to leave.
account =

The IAccount I am a Client for