ejabberd - Comments for "how to send announce messages using php" https://www.ejabberd.im/node/5474 en Everything is there. https://www.ejabberd.im/node/5474#comment-58694 <p>Everything is there.</p> Mon, 21 May 2012 20:58:59 +0000 mikekaganski comment 58694 at https://www.ejabberd.im Hi Thanks a lot !!! Now i can https://www.ejabberd.im/node/5474#comment-58693 <p>Hi</p> <p>Thanks a lot !!!</p> <p>Now i can able to send announce message to online users.<br /> But how to send all users with offline.<br /> Pls help</p> Mon, 21 May 2012 13:46:35 +0000 karthik_mahiti comment 58693 at https://www.ejabberd.im Have you thoughtfully read https://www.ejabberd.im/node/5474#comment-58692 <p>Have you thoughtfully read and comprehend <noindex><a href="https://git.process-one.net/ejabberd/mainline/blobs/raw/v2.1.11/doc/guide.html#modannounce" title="https://git.process-one.net/ejabberd/mainline/blobs/raw/v2.1.11/doc/guide.html#modannounce" rel="nofollow" >https://git.process-one.net/ejabberd/mainline/blobs/raw/v2.1.11/doc/guid...</a></noindex>?</p> Mon, 21 May 2012 13:26:38 +0000 mikekaganski comment 58692 at https://www.ejabberd.im HI What do you mean by https://www.ejabberd.im/node/5474#comment-58691 <p>HI</p> <p>What do you mean by special account,this should be shared roster group or roster group?<br /> Can you tell syntax of special jid?<br /> Reply pls</p> Mon, 21 May 2012 12:25:08 +0000 karthik_mahiti comment 58691 at https://www.ejabberd.im If you can send a message to https://www.ejabberd.im/node/5474#comment-58690 <p>If you can send a message to a special jid (using mod_announce); and can send a message as any user to any user using command line (ejabberdctl) using mod_admin_extra; then I assume you could try to combine these two to call ejabberdctl from any script (like php, or whatever), to send a message to that special account.</p> <p>I didn't try it myself. But it looks like pretty evident. If you already have tried this, and it doesn't work for some reason, then you should explicitly decribe your steps, so that others don't need to guess, and could offer some other approach.</p> Mon, 21 May 2012 11:44:57 +0000 mikekaganski comment 58690 at https://www.ejabberd.im Hi I have found this,to how https://www.ejabberd.im/node/5474#comment-58689 <p>Hi</p> <p>I have found this,to how to send announcement message in ejabberd client.<br /> But i need to send messages in server level or using php scripts.<br /> Pls tell any possibility's there?</p> Mon, 21 May 2012 09:46:05 +0000 karthik_mahiti comment 58689 at https://www.ejabberd.im https://git.process-one.net/e https://www.ejabberd.im/node/5474#comment-58688 <p><noindex><a href="https://git.process-one.net/ejabberd/mainline/blobs/raw/v2.1.11/doc/guide.html#modannounce" title="https://git.process-one.net/ejabberd/mainline/blobs/raw/v2.1.11/doc/guide.html#modannounce" rel="nofollow" >https://git.process-one.net/ejabberd/mainline/blobs/raw/v2.1.11/doc/guid...</a></noindex></p> Mon, 21 May 2012 09:33:51 +0000 mikekaganski comment 58688 at https://www.ejabberd.im Hi I have to send message to https://www.ejabberd.im/node/5474#comment-58687 <p>Hi</p> <p>I have to send message to all online users in my server and it should be pushed to all the offline users.<br /> Can you let me konw how to do these both?</p> Mon, 21 May 2012 09:31:49 +0000 karthik_mahiti comment 58687 at https://www.ejabberd.im You could use mod_admin_extra https://www.ejabberd.im/node/5474#comment-58683 <p>You could use mod_admin_extra to enable ejabberdctl commands "send_message_headline" and "send_message_chat"</p> Sat, 19 May 2012 00:04:43 +0000 mikekaganski comment 58683 at https://www.ejabberd.im