GroupChat bug

Hi Matt,

The filter set by GroupChat.addMessageListener is passing “chat” typed messages which means it’'s passing private room chat messages on through.

Take care,

John

John,

Thanks for the bug report! I’‘ve logged it in the issue tracker and it will be fixed for tomorrow’'s daily build.

-Matt

Serious bug…GroupChat.addParticipantListner… should that not be addParticipantList e ner?

Yikes! I’‘ll put in a fix for that as well. There have been a few other minor API changes, so I guess it’‘s a good idea to get them all in at once. We’‘ll just have to warn people carefully that they’‘ll need to recompile their code when moving from 1.0.x to 1.1.x. In general, I don’'t like to make API changes except between major releases like 1.x to 2.x, but it makes sense when the library is still so young.

Thanks,

Matt