PDA

View Full Version : Feature Request: deliverOOBMessage



Brenn
December 20th, 2012, 12:26
It would save some bandwidth (in the ruleset I'm working on at least) if, from the client side, "Host" were specified in the recipient list the OOB message were only delivered to the host. I can work around it easily enough, but it does seem a bit wasteful.

Moon Wizard
December 21st, 2012, 01:01
If any string value is used as a parameter to deliverChatMessage or deliverOOBMessage when used on the client, the message will only be sent to the host and not forwarded.

I usually just use an empty string to signify these situations in my ruleset code.

Regards,
JPG

Brenn
December 21st, 2012, 03:45
Doh, never thought of that. I was just going off of what was in the oob documentation online. Thanks for the clarification.