Psi Jabber Client

See this page for instructions on how to use Flyspray: http://psi-im.org/wiki/Flyspray

Please Note!

Please do not create tasks here without discussing your bug or feature request on the forums or groupchat psi@conference.psi-im.org, *and* getting explicit confirmation by a developer to add it to flyspray.
Tasklist

FS#109 - Allow contacts to be member of multiple groups

Attached to Project: Psi Jabber Client
Opened by Hal Rottenberg (halr9000) - Thursday, 24 July 2003, 15:50 GMT-4
Last edited by Kevin Smith (kev) - Thursday, 03 January 2008, 15:55 GMT-4
Task Type Feature Request
Category UserInterface
Status New
Assigned To No-one
Operating System All
Severity Very Low
Priority Urgent
Reported Version 0.9
Due in Version Undecided
Due Date Undecided
Percent Complete 80%
Votes 2
Private No

Details

http://psi.affinix.com/forums/index.php?act=ST&f=4&t=744

Pretty straightforward. Past discussion IIRC on the ML or forum (cannot find original thread) indicated that this was allowed by jabber, and I believe if the proper XML is sent, actually works in Psi, but there is no way to set these via the GUI today.
This task depends upon

Comment by Michail Pishchagin (mblsha) - Thursday, 21 August 2003, 23:15 GMT-4
Well, it is already possible to have contacts in several groups. The thing that's impossible right now: is to assign contacts to multiple groups using Psi.

So, it's 50% complete :)
Comment by Mircea Bardac (IceRAM) - Sunday, 15 February 2004, 06:17 GMT-4
The Group menu should treat group names as checkboxes, not radiobuttons.

Behaviour:
- when no group is selected, automatically set group to "None".
- when "None" is selected unmark any other selected groups.
- when at least one group is selected, unmark "None".
Comment by Hal Rottenberg (halr9000) - Wednesday, 03 March 2004, 21:39 GMT-4
Woo hoo! We have a patch! /me cheers! Assigning to Misha for committing later.
Comment by Hal Rottenberg (halr9000) - Wednesday, 03 March 2004, 21:40 GMT-4
patch
Comment by Hal Rottenberg (halr9000) - Thursday, 07 April 2005, 09:40 GMT-4
Further discussion prompted this task to be put in the 0.10 bucket.

http://psi.affinix.com/forums/index.php?act=ST&f=2&t=2645
Comment by Mircea Bardac (IceRAM) - Thursday, 07 April 2005, 16:44 GMT-4
The following tiny piece of code:
--
QString h = ContactView::tr("Hidden");
if (u->inGroup(h))
--
reminded me of the "Hidden group bug" - http://psi-im.org/flyspray/index.php?do=details&id=354
Make sure that the patch does not "help" this bug "perpetuate".

Loading...