agl / xmpp-client

An XMPP client with OTR support
BSD 3-Clause "New" or "Revised" License
365 stars 71 forks source link

Please add /roster-online #33

Closed savagejen closed 11 years ago

savagejen commented 11 years ago

I know too many people for /roster to be useful for me. Rather than trim my roster, some sort of support for only showing a subset of the roster would be nice.

rmoore commented 11 years ago

Are you suggesting just showing online people (as I would assume from the name of the issue) or creating and listing roster groups?

Perhaps we could do something like make listing the online people the default for /roster and add an argument to list the full roster (/roster all)

savagejen commented 11 years ago

Yeah, I hadn't thought about that. My usage scenario isn't going to be the same as other people. Some people might want to view specific groups, etc. Mostly I just want it to filter out the offline people. I can add this functionality myself when I have time, if no one else does.

agl commented 11 years ago

I added /roster --online. I don't know whether that's quite right, but the change at least highlights the parts of the code if you want to tweak it.