Deliver same message to all user resources

Hi

I need to deliver a message to all logged in resources of a user. I've searched google but cant seem to find anything :S

Is this not possible with ejabberd?

//Daniel

How to: 1. Login to

How to:

1. Login to account1@example/resource1 with priority 5
2. Login to account1@example/resource2 with priority 5 (different resource, but the same priority!!!)
3. Send a message to account1@example like this:

<message to='account1@example'>
  <body>Hey, are you there?</body>
</message>

4. The message will be received by resource1 and resource2

Syndicate content