<font size="2">hi all,<br>
i tried to use the presence module &quot;pa.so&quot; (without jabber support or xcap authorization</font><font size="2">)<br>
but i don't understand which functionalities </font><font size="2">have been fixed and which are currently unstable...<br>
<br>
i'm using eyebeam and i follow these &quot;</font><font size="2"><span style="font-family: helvetica;">Configuring
Presence Agent&quot; </span></font><font size="2">instructions:<br>
<a href="http://pals.internet2.edu/trials/pic-ser/eyeBeamInstall.html">http://pals.internet2.edu/trials/pic-ser/eyeBeamInstall.html</a><br>
<br>
this is part of my ser.cfg:<br>
<br>
if (method==&quot;PUBLISH&quot;) {<br>
&nbsp;&nbsp; if (!t_newtran()) {<br>
&nbsp; &nbsp; &nbsp; log(1,&quot;ser.cfg: PUBLISH: t_newtran error\n&quot;);<br>
&nbsp;&nbsp; &nbsp;&nbsp; sl_reply_error();<br>
&nbsp;&nbsp; };<br>
&nbsp;&nbsp; log(1,&quot;ser.cfg: PUBLISH: handle_publish\n&quot;);<br>
&nbsp;&nbsp; handle_publish(&quot;registrar&quot;);<br>
&nbsp;&nbsp; break;<br>
} else if (method==&quot;SUBSCRIBE&quot;) {<br>
&nbsp;&nbsp; if (!t_newtran()) {<br>
&nbsp;&nbsp;&nbsp; &nbsp; log(1,&quot;ser.cfg: SUBSCRIBE: newtran error\n&quot;);<br>
&nbsp; &nbsp; &nbsp; sl_reply_error();<br>
&nbsp;&nbsp; };<br>
&nbsp;&nbsp; log(1,&quot;ser.cfg: SUBSCRIBE: handle_subscription\n&quot;);<br>
&nbsp;&nbsp; handle_subscription(&quot;registrar&quot;);<br>
&nbsp;&nbsp; break;<br>
};<br>
<br>
is it correct?<br>
<br>
i would like to see my contacts to eventually change state... is it possible?<br>
thank you!<br>
<br>
<br>
<br>
</font>