No interface docstring
Method __init__ Initialize me.
Method isOnline Am I online right now?
Method getStatus What is my on-line status?
Method getIdleTime
Method sendMessage Send a message to this person.
def __init__(name, account):

Initialize me.

ParametersnameMy name, as the server knows me. (type: string)
accountThe account I am accessed through. (type: Account)
def isOnline():

Am I online right now?

Returns (type: boolean)
def getStatus():

What is my on-line status?

Returnslocals.StatusEnum
def getIdleTime():
Returns (type: string (XXX: How about a scalar?))
def sendMessage(text, metadata=None):

Send a message to this person.

API Documentation for twisted, generated by pydoctor at 2020-03-25 17:34:30.