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

Re: [JDEV] About transports...



> 
> Yes, they can be handled that way, but at least the client must
> know which priority is for connect and which priority for disconnect.

Of course, and there is a special case specifically for online/offline:

<status><say type='online'>I'm ONLINE now!</say></status>

<status><say type='offline'>I'm leaving now!</say></status>

Currently that's the only thing the type='' attribute is for, to identify
the special online/offline packets.

Jer