| 1 | |
|---|
| 2 | Media |
|---|
| 3 | ----- |
|---|
| 4 | |
|---|
| 5 | * Audio bridge support |
|---|
| 6 | |
|---|
| 7 | Chatroom |
|---|
| 8 | -------- |
|---|
| 9 | |
|---|
| 10 | * File transfer support |
|---|
| 11 | * Support private messages from draft-ietf-simple-chat-03, chapter 4 |
|---|
| 12 | * Add isfocus to the Contact header of 200 OK of the chatserver |
|---|
| 13 | http://tools.ietf.org/html/rfc3840 chapter 10.18 |
|---|
| 14 | * Add private-messages chatroom capabilities in SDP offer (in the client) |
|---|
| 15 | and response (the chat server): a=chatroom:private-messages |
|---|
| 16 | * Handle SUBSCRIBE/NOTIFY for the 'conference' event |
|---|
| 17 | * Store state in sql for easy web frontend integration |
|---|
| 18 | * Support anonymous URIs using REGISTER method |
|---|
| 19 | * Add MSRP NICKNAME support |
|---|
| 20 | * Add chatroom NICKNAME capabilities in SDP offer (in the client) and |
|---|
| 21 | response (the chat server): a=chatroom:nickname |
|---|
| 22 | * Handle resource-lists |
|---|
| 23 | |
|---|
| 24 | |
|---|
| 25 | Gateway |
|---|
| 26 | ------- |
|---|
| 27 | |
|---|
| 28 | * Bridge to/from XMMP/Jabber, resources: |
|---|
| 29 | Libraries: http://xmpp.org/software/libraries.shtml#python |
|---|
| 30 | MSRP/XMPP conversion Internet drafts: http://xmpp.org/internet-drafts/ |
|---|
| 31 | |
|---|
| 32 | |
|---|
| 33 | Policy |
|---|
| 34 | ------ |
|---|
| 35 | |
|---|
| 36 | * Interactive room setup on creation and after: |
|---|
| 37 | |
|---|
| 38 | - Description (default empty) |
|---|
| 39 | - Subject (default empty) |
|---|
| 40 | - Password (default none) |
|---|
| 41 | - Make room persistent (default no) |
|---|
| 42 | - Logging (default no) |
|---|
| 43 | - History playback (default 50) |
|---|
| 44 | - Access by invitation only (default no) |
|---|
| 45 | - May members invite (default no) |
|---|
| 46 | - May members change subject (default yes) |
|---|
| 47 | - Administrator list (may change setup) |
|---|
| 48 | - Moderator list (may eject, mute, invite) |
|---|
| 49 | - Member list (default empty) |
|---|
| 50 | - Ban list (default empty) |
|---|
| 51 | - Allow anonymous URI reservation (default no) |
|---|
| 52 | |
|---|
| 53 | Jabber/MUC extension specifications: |
|---|
| 54 | http://xmpp.org/extensions/xep-0045.html |
|---|
| 55 | |
|---|
| 56 | |
|---|
| 57 | Control |
|---|
| 58 | ------- |
|---|
| 59 | |
|---|
| 60 | * Invite member(s) |
|---|
| 61 | * Eject member(s) |
|---|
| 62 | * Mute member(s) |
|---|
| 63 | * Ban member(s) |
|---|
| 64 | * Schedule session at a later time |
|---|
| 65 | |
|---|