Changes between Version 1 and Version 2 of BluePrint/Chat


Ignore:
Timestamp:
08/15/12 23:38:14 (13 years ago)
Author:
Michael Howden
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/Chat

    v1 v2  
    1 = Chat =
    2 
     1= !BluePrint: Chat  =
     2[[TOC]]
     3== Introduction ==
    34We want to be able to provide the ability for users to be able to message each other in real-time.
    45
    56This is useful for compliance reasons as well as just convenience.
    67
     8== Description ==
    79* Provide a chat board through which users can help each other or get help from the system administrator.
    810* Perhaps have one chat for each organization or project.
    911
    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 ===
    1118* Simple option is to provide a preconfigured IRC client, but this may not be good for scalability
    1219* Scalable option would to provide an XMPP client (e.g. to [http://www.process-one.net/en/ejabberd/ ejabberd] server)
     
    1623 * https://github.com/Jajcus/pyxmpp2
    1724 * 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----
     33BluePrints