Changes between Version 1 and Version 2 of BluePrint/Chat
- Timestamp:
- 08/15/12 23:38:14 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/Chat
v1 v2 1 = Chat = 2 1 = !BluePrint: Chat = 2 [[TOC]] 3 == Introduction == 3 4 We want to be able to provide the ability for users to be able to message each other in real-time. 4 5 5 6 This is useful for compliance reasons as well as just convenience. 6 7 8 == Description == 7 9 * Provide a chat board through which users can help each other or get help from the system administrator. 8 10 * Perhaps have one chat for each organization or project. 9 11 10 == Chat tools to integreate == 12 == Requirements == 13 * Ability to show what users are online 14 * Easily switch to the user's email / SMS / Phone to contact them if they are not available by chat 15 16 == Design == 17 === Chat tools to integreate === 11 18 * Simple option is to provide a preconfigured IRC client, but this may not be good for scalability 12 19 * Scalable option would to provide an XMPP client (e.g. to [http://www.process-one.net/en/ejabberd/ ejabberd] server) … … 16 23 * https://github.com/Jajcus/pyxmpp2 17 24 * http://xmpppy.sourceforge.net (unmaintained) 25 26 == Implementation == 27 <Leave open for a list of implementation> 28 29 == References == 30 <Links to external resources> 31 32 ---- 33 BluePrints