Hello,
how can i send stanza message all users with connecting api ?
POST /api/send_stanza
{
"from": "admin@localhost",
"to": "user1@localhost",
"stanza": ""
}
HTTP/1.1 200 OK
""
Thank you
To access the most up-to-date ejabberd documentation, please visit docs.ejabberd.im »
Hello,
how can i send stanza message all users with connecting api ?
POST /api/send_stanza
{
"from": "admin@localhost",
"to": "user1@localhost",
"stanza": ""
}
HTTP/1.1 200 OK
""
Thank you
i found it with announce all
i found it with announce all