Note: You are currently viewing documentation for Moodle 2.0. Up-to-date documentation for the latest stable version is available here: Student projects/Chat revamp.

Student projects/Chat revamp: Difference between revisions

From MoodleDocs
(Shifted to dev docs)
 
Line 1: Line 1:
 
{{Moved_to_dev_docs}}
'''Programmer:'''
 
Suggested headings, feel free to add/remove ..
 
==Summary==
"Chat Revamp" is an attempt to increase the capabilities of the Moodle chat. It would be based on integrating the ejabberd back end and doing necessary changes to the front end as well. Integrating ejabberd  will improve the performance of the Moodle chat while improving the features as it is a high performance instant messaging server.
 
==Database structures==
 
==Core functions==
• Front end work, integrate Moodle with Jwchat, which would be essential and should do in PHP.
 
• Integrating ejabberd to do the back end work. This will require authentication between Moodle and ejabberd, single sign-on (SSO), automatic roster creation and group chats. This part will be implemented using Erlang.
 
==Interface mockups==
 
==Tasks and Timeline==
• Implementation (phase 1) – finished by 9th july
 
o Plane the method to integrate the Jwchat with Moodle.
 
o Integrate the Jwchat with moodle.
 
 
 
• Implementation(phase 2)- finished by 20th August
 
o Implement the key modules (authentication, chat room creation, etc...) used with ejabberd.
 
o Link jabber with the web interface.
 
o Finalizing the work.
 
==See also==
 
 
 
Back to: [[Student projects]]

Latest revision as of 03:44, 15 September 2011

This development related page is now located in the Dev docs.

See the Student projects/Chat revamp page in the Dev docs.