[JDEV] Presence probes and AIM transport

Max Horn max at quendi.de
Tue Sep 12 06:59:25 CDT 2000


<snip>
>Anyway, on to my question.  Since I'm writing this to replace my use
>of AIM, I'm focusing heavily on the AIM transport right now.  I just
>added support for presence probes, and with other jabber users, these
>are working great.  The problem is, I never get a response to my
>probes back from the AIM transport.  Thus, I can't find out who's
>online on AIM.  Anyone have any idea what the problem might be?
>Basically, my probes just look like this:
><presence to="foobar at aim.jabber.org" from="me at my.local.jabberserver"
>id="666" type="probe"/>


Uhhh... type="probe" is reserved for server use only. Normally, a 
client shouldn't even get a response to a <presence to="foo at bar.com" 
type="probe"/>

You want to say it actually works sometimes? Then they must have 
changed something. When I tried to add this to Jabbernaut half a year 
ago, it didn't work. After long trying and reading the JServer 
source, and talking to several core ppl, I discovered that it just 
couldn't work cause it's only used by servers to ask other servers 
about the presence of ppl... In fact, we even changed JPG to reflect 
this.


Or did I get you somehow wrong? Please clarify.



A confused

Max/Fingolfin
-- 
-----------------------------------------------
Max Horn
C/C++/Internet Development

email: <mailto:max at quendi.de>
   web: <http://www.quendi.de>
phone: (+49) 2621-188947




More information about the JDev mailing list