I have just started working on jpolld myself and this is what I did to get the jpolld
application ...
(hope this helps)
1) load cvs on the system if it's not already there.
2) Use cvs to download the jpolld, libjabber and libxode kits
mkdir /jabberstudio
cd /jabberstudio
cvs -d :pserver:[EMAIL PROTECTED]:/home/cvs co
old-projects/libxode
cvs -d :pserver:[EMAIL PROTECTED]:/home/cvs co
old-projects/libjabber
cvs -d :pserver:[EMAIL PROTECTED]:/home/cvs co
old-projects/jpolld
3) Build libxode
cd /jabberstudio/libxode
./autogen.sh
make
make install
4) Build libjabber
cd /jabberstudio/libjabber
./autogen.sh
make
make install
5) Build jpolld
cd /jabberstudio/jpolld
make
6) Change the Jabber configuration
... in cwic.xml
<service id="jpolld">
<host/>
<accept>
<ip>'server-IP'</ip>
<port>5225</port>
<secret>testing</secret>
</accept>
</service>
7) run jpolld
cd /jabberstudio/jpolld/src
./jpolld -n jpolld -s testing -h 167.215.204.3
Bob Kelly
[EMAIL PROTECTED]
_______________________________________________
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev