Difference between revisions of "User:Dzonatas Sol/SNOW-375 Resources/ChatterBox"
Jump to navigation
Jump to search
Dzonatas Sol (talk | contribs) m |
Dzonatas Sol (talk | contribs) |
||
Line 19: | Line 19: | ||
| style="text-align:right;" | POST | | style="text-align:right;" | POST | ||
| -> { session: uuid } <- &status | | -> { session: uuid } <- &status | ||
|- | |||
| rowspan="1" | /ChatterBox/UpdateSessionID | |||
| style="text-align:right;" | POST | |||
| -> { session: uuid, temporary: uuid } <- &status | |||
|} | |} | ||
Line 39: | Line 44: | ||
Initiate a group chat session | Initiate a group chat session | ||
== /ChatterBox/UpdateSessionID == | |||
Update temporary session to real session. | |||
Latest revision as of 20:05, 2 August 2010
Resource | Method | Description |
/ChatterBox/Message | POST | -> { message: string, session: uuid, to: uuid, dialog: integer } <- &status |
/ChatterBox/AddMessage | POST | -> &chat <- &status |
/ChatterBox/StartGroupSession | POST | -> { session: uuid } <- &status |
/ChatterBox/UpdateSessionID | POST | -> { session: uuid, temporary: uuid } <- &status |
Note: Description syntax is only based on LLIDL.
/ChatterBox/Message
Deliver a message to a group/IM channel
/ChatterBox/AddMessage
Deliver a message to session. [ Resource should be renamed to reverse /ChatterBox/Message ]
/ChatterBox/StartGroupSession
Initiate a group chat session
/ChatterBox/UpdateSessionID
Update temporary session to real session.
status
{ status: string }
Value is "ok", consistently
chat
{
session | : uuid |
label | : string |
from | : string |
message | : string |
dialog | : integer |
estate | : integer |
region | : uuid |
link | : boolean |
position | : { X: real, Y: real, Z: real } |
}