[JDEV] status

Scott Robinson quad at jabber.org
Fri Sep 17 19:28:28 CDT 1999


Currently the client can divide the roster into various groups. My
suggestion would be to add an optional property to the <status/> tag that
would allow transmission of the status to the specified group.

Example:

<status type='online'>
        <say>This is my status</say>
        <priority>10</priority>
        <icon>normal</icon>
</status>

<roster>
        <add group='main'>fred</add>
        <add group='enemies'>user at jabber.server.com</add>
        <add group='main'>545212 at ICQ</add>
</roster>

<status type='offline' group='enemies'>
        <say>Hasta, baby.</say>
</status>

This, of course, leaves the problem where someone sends you a message and
not receiving the standard "E's gone" server error. However, my forseen
response is mod_filters. ;)

Scott.




More information about the JDev mailing list