Not logged in. · Lost password · Register
Forum: XMPP Servers RSS
Page: previous  1  2 
Avatar
Hari Dudani #16
Member since Nov 2016 · 18 posts
Group memberships: Members
Show profile · Link to this post
In reply to post ID 10035
I reinstalled Broadcast plugin and then i send message to all@broadcast.eworkplace0

  1. <message to="all@broadcast.eworkplace0" type="chat" xmlns="jabber:server">
  2.  <body>sainath</body>
  3.  <addresses xmlns="http://jabber.org/protocol/address">
  4.     <address type="to" jid="30f0b810-e009-4763-9925-4b461b6472dc@eworkplace0" desc="30f0b810-e009-4763-9925-4b461b6472dc" />
  5.  </addresses>
  6. </message>

It's working fine  but it broadcast message to all openfire users.

Receive XML is

  1. <message to="all@broadcast.eworkplace0" type="chat" from="a703@eworkplace0/7413a88e-7a06-450b-abcc-e59a9bb21f7b" xmlns="jabber:client">
  2.  <body>sainath</body>
  3.  <addresses xmlns="http://jabber.org/protocol/address">
  4.     <address type="to" jid="30f0b810-e009-4763-9925-4b461b6472dc@eworkplace0" desc="30f0b810-e009-4763-9925-4b461b6472dc" />
  5.  </addresses>
  6. </message>
This post was edited 2 times, last on 2016-12-13, 18:54 by Alex.
Avatar
Alex #17
Member since Feb 2003 · 4449 posts · Location: Germany
Group memberships: Administrators, Members
Show profile · Link to this post
broadcast is not what you are looking for. This is for broadcasting a message to all users.

You are looking for the Multicast Service. It must be somewhere in Openfire, because here is the code for it:
https://github.com/igniterealtime/Openfire/blob/master/src…
Avatar
Hari Dudani #18
Member since Nov 2016 · 18 posts
Group memberships: Members
Show profile · Link to this post
I tried on openfire but did  not find anything related to multicast Service
Avatar
Alex #19
Member since Feb 2003 · 4449 posts · Location: Germany
Group memberships: Administrators, Members
Show profile · Link to this post
sorry, I cannot help you further here. Only the Openfire developers can.
This post was edited on 2016-12-13, 20:35 by Alex.
Close Smaller – Larger + Reply to this post:
Verification code: VeriCode Please enter the word from the image into the text field below. (Type the letters only, lower case is okay.)
Smileys: :-) ;-) :-D :-p :blush: :cool: :rolleyes: :huh: :-/ <_< :-( :'( :#: :scared: 8-( :nuts: :-O
Special characters:
Page: previous  1  2 
Forum: XMPP Servers RSS