> After restarting the server, it is necessary to fetch the state of
> subscribed contacts again, so I send this to the transport:
> 
> <presence to='[EMAIL PROTECTED]/' from='[EMAIL PROTECTED]/' type='probe'/>
> 
> and receive no reply. Is this normal behavior for the transports or am
> I just doing something wrong here?

First thing: your JIDs are malformed - if you don't have a resource,
then remove the '/'.

A transport typically requires a user to login (either by doing a
registration or sending presence to the transport). After the login, it
sends available presence for the foreign network entities that the user
is subscribed to (assuming they're online).

There doesn't seem to be a need for a transport to respond to presence
probes, since the act of logging in effectively does the same job.

So, I expect that transports simply don't implement it. To be able to
respond, you would have already had to login to the transport
previously, which makes it kind of pointless.

Having said that, I'm not a transport author, so I don't know for sure
:)

Rob.

-- 
Robert Norris                                       GPG: 1024D/FC18E6C2
Email+Jabber: [EMAIL PROTECTED]                Web: http://cataclysm.cx/

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to