Difference between revisions of "User:Dzonatas Sol/SNOW-375 Resources/ChatterBox"

From Second Life Wiki
Jump to navigation Jump to search
(Created page with '{| border="1" cellpadding="5" cellspacing="0" |- | Resource || Method || Description |- |- | rowspan="1" | /ChatterBox/Message | style="text-align:right;" | POST | Deliver a mes...')
 
Line 7: Line 7:
| rowspan="1" | /ChatterBox/Message
| rowspan="1" | /ChatterBox/Message
| style="text-align:right;" | POST
| style="text-align:right;" | POST
| Deliver a message formatted in LLSD to a group/IM channel
| -> { message: string, session: uuid, to: uuid, dialog: integer } <- &status


|-
|-
| rowspan="1" | /ChatterBox/StartGroupSession
| rowspan="1" | /ChatterBox/StartGroupSession
| style="text-align:right;" | POST
| style="text-align:right;" | POST
| Initiate a group chat session with information in LLSD
| -> { session: uuid } <- &status


|}
|}
== /ChatterBox/Message ==
Deliver a message to a group/IM channel
==  /ChatterBox/StartGroupSession ==
Initiate a group chat session
== status ==
{ status: string }
Value is "ok", consistently

Revision as of 18:27, 31 July 2010

Resource Method Description
/ChatterBox/Message POST -> { message: string, session: uuid, to: uuid, dialog: integer } <- &status
/ChatterBox/StartGroupSession POST -> { session: uuid } <- &status

/ChatterBox/Message

Deliver a message to a group/IM channel


/ChatterBox/StartGroupSession

Initiate a group chat session


status

{ status: string }

Value is "ok", consistently