[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [JDEV] Online notification?



> > If that's not the case, it's a bug, and grab a snapshot to email me from
> > the debug (-D) output of the jabbertransport when you send a status, and
> > I'll check it out.
> 
> Attached.

Looks like some data is getting crossed somewhere in the process of
sending/receiving status packets... I'll take a look at it when I get a
chance. 

> 
> > > Also, it would be convenient if the act of deleting somebody from your
> > > roster sent you a status=offline from them. Is that a possibility?
> > 
> > Sure, these are often module-level issues.  The server doesn't really
> > contain much of the intelligence itself, most of it is offloaded to the
> > modules.  This is something I'll stick in the docs for building modules
> > though, since it's something all of them should be doing.
> 
> OK. In other words, it's a behavior that I can rely on in the future?

Most likely yes... what I'll be doing at some point is creating a big
table of "requirements" and "features" for clients and modules, with each
item listed and the requirement checked off if it supports it, and this
will be one of the requirements for modules.

Jer