twisted.words.im.interfaces.IPerson(Interface) interface documentationtwisted.words.im.interfaces
          View Source
          (View In Hierarchy)
        
      | 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. | 
Initialize me.
| Parameters | name | My name, as the server knows me. (type: string) | 
| account | The account I am accessed through. (type: Account) |