<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2995" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY 
style="WORD-WRAP: break-word; khtml-nbsp-mode: space; khtml-line-break: after-white-space" 
bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi ,</FONT></DIV>
<DIV><FONT face=Arial size=2>      I have an existing 
Erlang Server . In it i have to add one more feature that is of a chatting 
server . What that code must be doing is that it should be accessed by an 
administrator who will be chatting with its users and vice - versa. So one thing 
is for sure that the chat server must be in Erlang language only. I hope I am 
clear If anyone is still not clear then please do let me know. I will make it 
sure that I make my point clear as and when I receive your request 
.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV>Thanks and Regards,<BR>Siddharth Pareek</DIV>
<BLOCKQUOTE dir=ltr 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=mickael.remond@process-one.net 
  href="mailto:mickael.remond@process-one.net">Mickaël Rémond</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A title=siddharthpareek@gmail.com 
  href="mailto:siddharthpareek@gmail.com">Siddharth Pareek</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Cc:</B> <A title=erlang-questions@erlang.org 
  href="mailto:erlang-questions@erlang.org">Erlang</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Tuesday, December 12, 2006 1:19 
  PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [erlang-questions] chat 
  server in erlang</DIV>
  <DIV><BR></DIV>Hello,
  <DIV><BR>
  <DIV>
  <DIV>Le 12 déc. 06 à 08:06, Siddharth Pareek a écrit :</DIV><BR 
  class=Apple-interchange-newline>
  <BLOCKQUOTE type="cite">
    <DIV><FONT face=Arial size=2> hi,</FONT></DIV>
    <DIV><FONT face=Arial size=2>       I have to 
    write a chat server in erlang. Do any one have an idea or has done this work 
    before so that I can get guidance related to it. 
  </FONT></DIV></BLOCKQUOTE></DIV>
  <DIV><BR class=khtml-block-placeholder></DIV>
  <DIV>Depending on what you want to achieve you have several approach:</DIV>
  <DIV><BR class=khtml-block-placeholder></DIV>
  <DIV>- If you need a chat server for your work, that rely on standards, maybe 
  you could just simply reuse an existing one like ejabberd:</DIV>
  <DIV><A 
  href="http://www.process-one.net/en/projects/ejabberd/">http://www.process-one.net/en/projects/ejabberd/</A></DIV>
  <DIV><BR class=khtml-block-placeholder></DIV>
  <DIV>- If you want to write a chat server for learning or if you do not need 
  to support standards, you could simply write a chat client in pure Erlang 
  based on message passing mechanisms.</DIV>
  <DIV><BR class=khtml-block-placeholder></DIV>
  <DIV>I hope this helps,</DIV><BR>
  <DIV><SPAN class=Apple-style-span 
  style="WORD-SPACING: 0px; FONT: 12px Helvetica; TEXT-TRANSFORM: none; COLOR: rgb(0,0,0); TEXT-INDENT: 0px; WHITE-SPACE: normal; LETTER-SPACING: normal; BORDER-COLLAPSE: separate; border-spacing: 0px 0px; khtml-text-decorations-in-effect: none; apple-text-size-adjust: auto; orphans: 2; widows: 2">
  <DIV>-- </DIV>
  <DIV>Mickaël Rémond</DIV>
  <DIV> <A 
  href="http://www.process-one.net">http://www.process-one.net</A>/</DIV>
  <DIV><BR class=khtml-block-placeholder></DIV><BR 
  class=Apple-interchange-newline></SPAN></DIV><BR></DIV></BLOCKQUOTE></BODY></HTML>