Changeset 66
- Timestamp:
- 02/18/09 10:27:01 (18 months ago)
- Hashname:
- 20090218092701-58252-e7d48dc4199df526a8feb3f81678aefe490cff16
- Files:
-
- 1 added
- 1 modified
- 2 moved
-
README (modified) (2 diffs)
-
docs/INSTALL.txt (moved) (moved from INSTALL) (2 diffs)
-
docs/TODO.txt (moved) (moved from TODO) (3 diffs)
-
docs (added)
Legend:
- Unmodified
- Added
- Removed
-
README
r34 r66 13 13 ----------- 14 14 15 SIP chatserver is an open source conference bridge that supports MSRP chat 16 sessions and RTP audio streams. It can be used for ad-hoc conferencing by 17 SIP end-points. For SIP end-points without MSRP capability, SIP MESSAGE 18 method can be used for exchanging instant messaging (IM) with the server. 15 SIP chatserver is a conference bridge with supports for instant messaging 16 based on MSRP protocol and RTP audio sessions. It can be used for ad-hoc 17 IM and voice conferencing by SIP end-points. 19 18 20 19 … … 55 54 * Conference event package RFC4575 56 55 56 For the complete list of implemented and planned features see docs/TODO.txt 57 and docs/STATUS.txt. 58 57 59 58 60 Support -
docs/INSTALL.txt
r28 r66 4 4 5 5 The software runs on Debian or Ubuntu Linux, MacOSX or any Unix variant 6 supported by its main dependency , which is sipclient version >= 0.4.07 available fromhttp://sipsimpleclient.com6 supported by its main dependency sipclient version >= 0.4.0 available from 7 http://sipsimpleclient.com 8 8 9 9 You can install SIP chatserver in the following ways: 10 10 11 a. From Debian package11 a. From a Debian package 12 12 b. From a tar archive 13 c. From version control repository13 c. From the version control repository 14 14 15 15 … … 80 80 All server activity messages are logged to syslog. 81 81 82 83 Using the server 84 ---------------- 85 86 To use the server you need a SIP client with support for MSRP chat sessions. 87 You can use http://sipsimpleclient.com library that contains a test script 88 for establishing MSRP sessions (sip_im_session). 89 90 To join a chat room send INVITE with MSRP media type to any SIP URI that 91 maps to the server address. The username part of the SIP URI will me used by 92 the server to generate a room. The room will exists as long as there is at 93 least one participant connected. 94 95 Check the syslog messages to see the server activity related to users 96 joining or leaving the rooms. -
docs/TODO.txt
r65 r66 1 2 Media 3 ----- 4 5 * Audio bridge support 1 6 2 7 Chatroom … … 46 51 - Allow anonymous URI reservation (default no) 47 52 48 Jabber/MUC extension specs: http://xmpp.org/extensions/xep-0045.html 53 Jabber/MUC extension specifications: 54 http://xmpp.org/extensions/xep-0045.html 49 55 50 56 … … 58 64 * Schedule session at a later time 59 65 60 61 Media62 -----63 64 * Audio bridge support65
