contains the parameters describing an agent’s home location as returned in login_response[‘home’]
initialize the Home object by parsing the data passed in
The Agent class is a container for agent specific data.
Example, of login via the agent class: Initialize the login class
>>> client = Agent()
>>> client.login('https://login.agni.lindenlab.com/cgi-bin/login.cgi', 'firstname', 'lastname', 'secret', start_location = 'last')
Sample implementations: examples/sample_agent_login.py Tests: tests/login.txt, tests/test_agent.py
initialize this agent
queues a packet to send open chat via ChatFromViewer
Channel: 0 is open chat Type: 0 = Whisper
1 = Say 2 = Shout