> Well if the ChatSession has more than 2 members, then you have a multi-user
> chat. Just do "if( chatSession->members().size() > 2 )"

Well... QPtrList<Kopete::Contact> does not have a member size(). So i guess 
you mean count(). Anyway when joining a Jabber-MUC count() returns 0. At the 
moment I'm checking the count() and if there are NO members I handle this 
ChatSession as a MUC.
_______________________________________________
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel

Reply via email to