Is it possible to use dynamic string in "users" field in output-xmpp plugin?

I need to filter sender id from log and place that in "users" field.

output {

xmpp {
message => " Message from %{job_submitter}"
users => ["%{job_submitter}"]

Can someone suggest me the way?

Thanks

This isn't supported right now. I've filed an issue for you.

Thanks for your quick response.