Hi,
I'm experiencing a problem to make the Spark application to read the user presence status when asking to join a conference. Basically, if a user with 'away' (with yellow ball with a clock inside) status is selected to join in a conference, his status is shown as available (with green ball) on the conference window.
While debugging the code (PacketParserUtils.parsePackage() ), I realised that the Presence package that gets sent has Type = available but mode and Status as null but for DoNotDisturb presence the package has Type = available, Status= DoNotDisturb and mode = dnd set as values.
Can somebody please help or guide me where to look..
Thanks.