u4819210 / social-networks-for-fun

Automatically exported from code.google.com/p/social-networks-for-fun
0 stars 0 forks source link

Messaging System Implementation #31

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The best way to implement it is to simulate the messaging in socialrays.com, it 
works perfectly, we can just convert PHP code to Java and use existing tables. 
The messages are stored in metadata files and tables. The developer(s) who take 
on this task please discuss with me. 

Please use guest123/guest123 to login to Socialrays.com to check out how 
messaging works and how inbox/outbox look like.

The PHP code is in: http://reference.elgg.org/files.html . Due to tight 
schedule, we can try to get out a simpler version.

mod/messages/index.php [code]
mod/messages/read.php [code]
mod/messages/send.php [code]
mod/messages/sent.php [code]
mod/messages/start.php [code]
mod/messages/actions/delete.php [code]
mod/messages/actions/send.php [code]
mod/messages/languages/en.php [code]
mod/messages/views/default/messages/css.php [code]
mod/messages/views/default/messages/menu.php [code]
mod/messages/views/default/messages/messages.php [code]
mod/messages/views/default/messages/topbar.php [code]
mod/messages/views/default/messages/view.php [code]
mod/messages/views/default/messages/forms/message.php [code]
mod/messages/views/default/messages/forms/view.php [code]

Original issue reported on code.google.com by jt.xion...@gmail.com on 14 Aug 2010 at 4:47

GoogleCodeExporter commented 8 years ago
a google code instant messaging system: 
http://code.google.com/p/simple-android-instant-messaging-application/

Original comment by jt.xion...@gmail.com on 27 Aug 2010 at 8:09