Changes between Version 15 and Version 16 of BluePrint/Chat
- Timestamp:
- 03/14/14 09:27:18 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/Chat
v15 v16 81 81 82 82 === Server === 83 84 There are several options for implementing the server. 85 * Implement it within Eden, using the Eden framework, building on existing systems such as the msg module. 86 * Run a separate chat server, using an existing chat package, to which Eden calls across as needed. 87 * Use an existing, external service, such as freenode, Skype, HipChat, IM. 88 89 ==== Internal to Eden ==== 90 91 ==== Run a separate chat server ==== 92 83 93 * [http://www.process-one.net/en/ejabberd/ ejabberd] 84 94 * [http://www.igniterealtime.org/projects/openfire/ OpenFire]