Difference between revisions of "ChatSessionRequest"

From Second Life Wiki
Jump to navigation Jump to search
(New page: stub)
 
(Example (placeholder))
Line 1: Line 1:
stub
Used to create (and manage?) a conference IM
 
POST:
<pre>
<llsd><map><key>method</key><string>start conference</string><key>params</key><array><uuid>01234567-0123-0123-0123-0123456789ab</uuid><uuid>fedcba98-fdec-fdec-fdec-fdecba987654</uuid></array><key>session-id</key><uuid>ddd7302b-642b-7114-16ff-6228a61e9b93</uuid></map></llsd>
</pre>
 
Response:
<pre>
Accepted
</pre>
 
Response is not xml llsd

Revision as of 07:43, 4 July 2008

Used to create (and manage?) a conference IM

POST:

<llsd><map><key>method</key><string>start conference</string><key>params</key><array><uuid>01234567-0123-0123-0123-0123456789ab</uuid><uuid>fedcba98-fdec-fdec-fdec-fdecba987654</uuid></array><key>session-id</key><uuid>ddd7302b-642b-7114-16ff-6228a61e9b93</uuid></map></llsd>

Response:

Accepted

Response is not xml llsd