interface documentation
Undocumented
Method | contact |
For the given person, changes the person's name to newnick, and tells the contact list and any conversation windows with that person to change as well. |
Method | get |
No summary |
Method | get |
For the given person object, returns the conversation window or creates and returns a new conversation window if one does not exist. |
Method | get |
Get a Group for a client. |
Method | get |
For the given group object, returns the group conversation window or creates and returns a new group conversation window if it doesn't exist. |
Method | get |
Get a Person for a client. |
Method | register |
Notifies user that an account has been signed on to. |
Method | unregister |
Notifies user that an account has been signed off or disconnected. |
For the given person, changes the person's name to newnick, and tells the contact list and any conversation windows with that person to change as well.
Parameters | |
oldnick:string | Undocumented |
newnick:string | Undocumented |
For the given person object, returns the conversation window or creates and returns a new conversation window if one does not exist.
Parameters | |
person:Person | Undocumented |
Conversation class | Undocumented |
stay | Undocumented |
Returns | |
Conversation | Undocumented |
Get a Group for a client.
Duplicates IAccount.getGroup
.
Parameters | |
name:string | Undocumented |
client:Client | Undocumented |
Returns | |
Group | Undocumented |
For the given group object, returns the group conversation window or creates and returns a new group conversation window if it doesn't exist.
Parameters | |
group:Group | Undocumented |
Conversation class | Undocumented |
stay | Undocumented |
Returns | |
GroupConversation | Undocumented |
Get a Person for a client.
Duplicates IAccount.getPerson
.
Parameters | |
name:string | Undocumented |
client:Client | Undocumented |
Returns | |
Person | Undocumented |