<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.3315.2870" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face="Courier New" size=2>Philippe, I followed your chat with 
Sylvain. I am trying to write an accept component using JabberBeans too. If you 
find your code, could I have a copy of it too? Especially the changes made in 
the &lt;browse&gt; and &lt;register&gt; sections of the jabber.xml config 
file.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face="Courier New" size=2>Thanks and Regards,</FONT></DIV>
<DIV><FONT face="Courier New" size=2>Ananth.</FONT></DIV>
<BLOCKQUOTE 
style="BORDER-LEFT: #000000 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px; PADDING-LEFT: 5px; PADDING-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A href="mailto:raxhonp@easynet.be" title=raxhonp@easynet.be>Philippe 
  Raxhon</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A href="mailto:jdev@jabber.org" 
  title=jdev@jabber.org>jdev@jabber.org</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Tuesday, August 06, 2002 3:24 
  PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [JDEV] Creating a presence 
  server component?</DIV>
  <DIV><BR></DIV>Sorry not to be very detailed in my explanation, but I did 
  something <BR>like this months ago:<BR><BR>1. I added a accept component to 
  the jabber server:<BR><BR>&nbsp; &lt;service 
  id="slogger"&gt;<BR>&nbsp;&nbsp;&nbsp; 
  &lt;host&gt;slogger.myserver.tld&lt;/host&gt;<BR>&nbsp;&nbsp;&nbsp; 
  &lt;accept&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  &lt;ip&gt;localhost&lt;/ip&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  &lt;port&gt;5999&lt;/port&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  &lt;secret&gt;secret&lt;/secret&gt;<BR>&nbsp;&nbsp;&nbsp; 
  &lt;/accept&gt;<BR>&nbsp; &lt;/service&gt;<BR><BR>2. I configured the server 
  to bcc the presence packets to my component.<BR><BR>&nbsp;&nbsp;&nbsp; &lt;jsm 
  xmlns="jabber:config:jsm"&gt;<BR>...<BR>&nbsp;&nbsp;&nbsp;&nbsp; 
  &lt;presence&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  &lt;bcc&gt;slogger&lt;/bcc&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  &lt;/presence&gt;<BR><BR>&nbsp;&nbsp;&nbsp; &lt;/jsm&gt;<BR><BR>3. I wrote, 
  using jabberbeans, thus in Java, a simple accept component <BR>showing the 
  presence of the users. I should still have the source but I <BR>dodn't find it 
  for the moment ;-(<BR><BR>It's an option, but I'm sure there are other 
  solutions. Tell me if you <BR>are interested by this one, I will dig in my src 
  dir to find the code of <BR>the component.<BR><BR>Philippe<BR><BR>Sylvain 
  Roberdeau wrote:<BR><BR>&gt;Langage isn't a contraint for a start. I can use 
  Perl, C, C++,...<BR>&gt;But the main information I'm looking for is the way to 
  do this.<BR>&gt;All example&nbsp; I find in Perl, need a registration from 
  user... but I guess<BR>&gt;it's not an obligation. But such component need to 
  register a namespace<BR>&gt;which can conflict with other element.<BR>&gt;An 
  other way, it's to build a jsm component but for a first step 
  (an<BR>&gt;expiremental step) it's quite heavy.<BR>&gt;Can you indicate me the 
  best way 
  please?<BR>&gt;<BR>&gt;Sylvain<BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt;Philippe 
  Raxhon a écrit :<BR>&gt;<BR>&gt;&nbsp; <BR>&gt;<BR>&gt;&gt;Hi 
  Silvain,<BR>&gt;&gt;<BR>&gt;&gt;What langage do you want to use? It will make 
  a difference on what is<BR>&gt;&gt;available for now. Depending on how it's 
  implemented, running a<BR>&gt;&gt;component that only listens on&nbsp; 
  presence can't hurt any other<BR>&gt;&gt;module/component, but it could 
  require some modification in the jabber<BR>&gt;&gt;configuration 
  file.<BR>&gt;&gt;<BR>&gt;&gt;Sylvain Roberdeau 
  wrote:<BR>&gt;&gt;<BR>&gt;&gt;&nbsp;&nbsp;&nbsp; 
  <BR>&gt;&gt;<BR>&gt;&gt;&gt;Hi,<BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt;&nbsp;&nbsp; 
  I'm reading sample code, docs, but I'm not sure to understand if 
  it<BR>&gt;&gt;&gt;s possible to create a module or a component only to receive 
  user's<BR>&gt;&gt;&gt;presence.<BR>&gt;&gt;&gt;&nbsp;&nbsp; This is a test 
  project for me to produce a realtime MRTG service to<BR>&gt;&gt;&gt;count 
  activity of a Jabber Server.<BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt;&nbsp;&nbsp; And 
  other basic XML tag (message, iq,...)?<BR>&gt;&gt;&gt;&nbsp;&nbsp; I wonder 
  whether&nbsp; it's possible to receive these data without 
  to<BR>&gt;&gt;&gt;disrupt other module or 
  components.<BR>&gt;&gt;&gt;&nbsp;&nbsp; I'm looking for example or sample 
  code...<BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt;Thank 
  you<BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt;Sylvain<BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt;_______________________________________________<BR>&gt;&gt;&gt;jdev 
  mailing list<BR>&gt;&gt;&gt;<A 
  href="mailto:jdev@jabber.org">jdev@jabber.org</A><BR>&gt;&gt;&gt;<A 
  href="http://mailman.jabber.org/listinfo/jdev">http://mailman.jabber.org/listinfo/jdev</A><BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  <BR>&gt;&gt;&gt;<BR>&gt;&gt;_______________________________________________<BR>&gt;&gt;jdev 
  mailing list<BR>&gt;&gt;<A 
  href="mailto:jdev@jabber.org">jdev@jabber.org</A><BR>&gt;&gt;<A 
  href="http://mailman.jabber.org/listinfo/jde">http://mailman.jabber.org/listinfo/jde</A><BR>&gt;&gt;<BR>&gt;v<BR>&gt;&nbsp; 
  <BR>&gt;<BR><BR><BR><BR>_______________________________________________<BR>jdev 
  mailing list<BR><A href="mailto:jdev@jabber.org">jdev@jabber.org</A><BR><A 
  href="http://mailman.jabber.org/listinfo/jdev">http://mailman.jabber.org/listinfo/jdev</A><BR><BR></BLOCKQUOTE></BODY></HTML>