Broadcast plugin problem

Hi,

I have installed and configured (I believe correctly) the broadcast plugin. Now I can broadcast messages to all, e.g.
all@broadcast.myservername

However, when I tried to broadcast to a specific group, e.g.

humanresource@broadcast.myservername

I would appreciate it if anyone could shet some lights for me ont this!

David

Hi David,

did you set the “plugin.broadcast.*” properties?

LG

Hi LG,

I did set all the properties to allow the maximum broadcast permissions.

plugin.broadcast.allowedUsers

Click to edit this property
Click to delete this property

plugin.broadcast.disableGroupPermissions

true

Click to edit this property
Click to delete this property

plugin.broadcast.groupMembersAllowed

true

Click to edit this property
Click to delete this property

plugin.broadcast.serviceName

broadcast

Here is my testing source codes:

receiverAddr = “testgroup@broadcast.myserver”;
chat = connection.getChatManager().createChat(receiverAddr,this);

chat.sendMessage(“this is a test”);