Broadcast message to all online users

Is it possible to write a program/script that will send a broadcast message to all users currently connected to an Instant Messaging server? (including those that are logged-in with the Java IM Client, XMPP client, and/or Convergence) I have looked through all of the documentation and I did not see mention of this anywhere. I am running the following on RHEL5.4:
Detecting Installed Products...
Detecting Installed Patches...
ALTROOT: /
  NAME: ""
  Product: Instant Messaging 8u2
           Version: 8.2-02.04
           Basedir: /opt/sun/comms/im
           Build Date: 20090903Thanks,
Jim

shjorth wrote:
jbuitt wrote:
Is it possible to write a program/script that will send a broadcast message to all users currently connected to an Instant Messaging server? (including those that are logged-in with the Java IM Client, XMPP client, and/or Convergence) I have looked through all of the documentation and I did not see mention of this anywhere. Theoretically you should be able to use a combination of a dynamic group, the Java IM client Alert functionality to send a message to all users.
=> Alert ACL
http://docs.sun.com/app/docs/doc/819-4412/achdu?a=view
=> Enabling Dynamic Groups
http://docs.sun.com/app/docs/doc/819-2503/6n4po7r3u?a=view
However it appears Convergence ignores the Alert messages -- although they do show up in the Java IM client and XMPP clients (Pidgin 2.5.5). I've logged a new bug for Convergence:
bug #6906237 - "Java IM client alert messages do not display in Convergence"
That being said the Convergence user did receive an email with the Alert contents.
Regards,
Shane.Thanks for the information! I will try it out when I get a chance.
Jim

Similar Messages

  • Cant Broadcast message to all users from sm02

    HI
    we have a Nw04s machine with Windows 2003OS installed on it and i am not able to send the message from Sm02.
    When i open the tcode sm02 and whn i click create message i can see "system message text server name,client ,language then i create and click ok it is taking me to Sbwp tcode where i have to give the addresses.
    I am able to send only by giving userid.Is there any way i can broadcast the message to all the users in the R/3.

    SM02 is a standard transaction to create messages for all users. I have tried it on a NW04s on win2003 and it works fine.
    You need to check your authorizations or get someone from Basis team to show you how its done.
    cheers,
    Nisch

  • How I send Instant system message to All online terminals

    Hi gurus,
    For sending the instant system message to online user, I am using SM02.
    Problem is-
    Some times one user login on two different PCs.
    When I send the message to all users, message flash on only single PC in case of same user logon two different machine.
    I would like to know , have any other options for send the instant message to all online terminals (PCs) which are connected to SAP server.
    Regards,
    Tapovardhan
    Message was edited by: Tapovardhan Singh
    Message was edited by: Tapovardhan Singh

    Hi,
    To send the message to just one user, you can "test" the function module directly from transaction se37.
    If you want to send it to all logged on users, the following code could maybe be useful:
    REPORT  Z_MESSAGE_TO_ALL.
    PARAMETERS: MESSAGE(128) default '  Error ! Please logoff now !  '.
    DATA: OPCODE  TYPE X VALUE 2.
    DATA: BEGIN OF USR_TABL OCCURS 5.
           INCLUDE STRUCTURE UINFO.
    DATA: END OF USR_TABL.
    CALL 'ThUsrInfo' ID 'OPCODE' FIELD OPCODE
                     ID 'TAB' FIELD USR_TABL-SYS.
    LOOP AT USR_TABL.
       CALL FUNCTION 'TH_POPUP'
            EXPORTING
                 CLIENT         = SY-MANDT
                 USER           = USR_TABL-BNAME
                 MESSAGE        = MESSAGE
               MESSAGE_LEN    = 0
               CUT_BLANKS     = ' '
            EXCEPTIONS
                 USER_NOT_FOUND = 1
                 OTHERS         = 2.
    ENDLOOP.
    Regards
    Rolf

  • Sending a broadcast message to all the systems in the LAN

    Hi,
    I am having a standalone java application [client/server]. My application server is running on some system in the LAN.
    How can i identify that server ip in my client program?
    Is there any possibility for sending broadcast messages to all the other systems on a specific port?
    Thanks,
    Gupta.

    Is there any possibility for sending broadcast messages to all the other systems on a specific port?If you have more than one router/hub these will need to be setup to allow this traffic.

  • Idea of sending a message for all connected users.

    Dears,,,
    I'm trying to develop through oracle forms an idea of sending a pop-up message to all connected users.
    Example, I need to inform users to quit in 5 minutes due to a restart to the application server.
    I thought about a timer trigger that will check every 5 seconds or 10 seconds a value somewhere in a table. But I don't want to use the timer triggers associated in oracle forms.
    Is there any idea ?
    Please let me know.
    Joe

    Use Iframe tag.
    For this:
    Add an “IFRAME” in the base html file used (for example basejpi.htm file)
    <NOEMBED>
    </COMMENT>
    </NOEMBED></EMBED>
    </OBJECT>
    <!-- Forms applet definition (end) -->
    %HTMLafterForm%
    <IFRAME SRC="/forms/java/iframe.html">
    </BODY>
    </HTML>
    Then create an html file named "iframe.html" with the following content :
    <HTML>
    <HEAD>
    <meta http-equiv="refresh" content="10">
    </HEAD>
    <BODY>
    <H1>Please disconnect, The system will go Down !!!!</H1>
    </BODY>
    </HTML>
    Every time you would like to send a message, just add it in the iframe.html file ans users will see it.
    The iframe size can be customized.

  • Add Digital Signature to outgoing messages for all exchange users

    Is it possible to add digital signature to outgoing messages for all exchange users? Currently we have add digital signature individually using Outlook.

    Update to my question:
    Can we use our internal CA to publish certificates.  We only want digital signed emails for internal users.

  • Broadcast message to all contacts

    How to broadcast message to all the contacts via sms?

    Hi
    The link below was the only information I could find that made sense.
    http://supportforums.blackberry.com/t5/BlackBerry-Enterprise-Server/Error-1330/td-p/634913
    Blackberry Best Advice - Back-up weekly
    If I have helped you please check the "Kudos" star on the right >>>>

  • Broadcast message to all active sessions

    All,
    We have regular nightly restarts for our BO Enterprise ( SIA and tomcat) XI 3.1 SP2 - and it unfortunately is rather abrupt and some-times some users who are working late end up losing some of their work.
    I was wondering if there is a way to broadcast a warning message to all active infoview sessions before the system goes down? Can anyone suggest some ideas on how this can be done?
    Regards

    Hi,
    There's no way within the BOE system that I can think of, but here's a possibility.
    All actions essentially go through your application server so you could parse the last 30 or so minutes of the application servers access logs to get the IP addresses of the clients.  From there, you could use a net send or some other kind of utility to let those users know that the system is going offline.
    either that or your application server may have a way of sending a message to the client browsers that have open sessions.
    Thanks
    Jonathan

  • Broadcast Message to All Phones

    Hi
    I am wanting to develop a solution to send a message to all IP phones or a selection of IP Phones.
    I do not want to use a 3rd party product - I want to write the code myself in c#
    I have downloaded the SDK and have the Push2Phone ASP scripts working.
    I can send text from a C# web application to a particular IP Address by using the Execute Method.
    Is using the Push2Phone example the only method to send to multiple phones?
    Create a queue and send to each IP address one after the other an execute command?
    Is there a broadcast method to send to all phones? How do you configure this?
    The PushToPhone uses the execute method. Is this the correct method one would use to send to 200 phones?
    Where is the best documentation for doing what I want. I have done a lot of searching but since I am new to this technology I keep finding information that is not quite relevant to my task. ( a url please ).
    I hope someone can answer one or more of my questions.
    Cheers
    Chris

    >Create a queue and send to each IP address one after >the other an execute command?
    Yes, that's the way to go. Well, I'd use either a threadpool and send a bunch of requests simultaneously (with authentication, it can take a while before you get a response).
    Also keep in mind to use your own authentication page to reduce the load on your CCM and speed up the process.
    There is no broadcast message so you have to get all devices via DeviceListX.asp (CCM 3/4.x) or AXL Serviceability (CCM 5.x)

  • Sending shut down server message to all oracle Users

    Hello Friends,
    I want to send message say 'Oracle server is going down..'
    to all logged users, How can I do this ?
    DBMS_PIPE's are there but they need to be read by every user.
    any other way ?
    Adi

    Thanx for your reply.
    That's great as you are persuading OCP examination. See, I can
    help you by sending answer to queires,some documents,white
    papers at your mail id,can I ?
    Talking about books on oracle 8i DBA see list below.
    1. Oracle 8i Certification guide by Oracle Press
    2. Oracle 8i DBA handbook. by Oracle Press
    3. Oracle 8i DBA bible by IDG
    See some sites listed below.
    www.orafaq.com
    www.unixreview.com -- For Oracle on UNIX
    www.dbazine.com
    www.elementkjournels.com
    www.oracle.ittoolbox.com
    www.hot-oracle.com
    www.dba-village.com
    www.oraclepower.com
    www.dbasupport.com
    www.revealnet.com
    www.teamdba.com
    www.techrepublic.com
    http://www-wnt.gsi.de/oracle_documentation.html
    Next you can download some sample questions from Oracle
    corporation.
    Adi

  • Raise message among all the users of the same server

    Hii,
    i want to generate a Pop-up message through SAP among all the users of the same development server for some organisational purpose...
    means , all the users who r working , will get a pop-up message ..
    Can any one suggest me how to do it ??
    Thanks in Advance
    SATYA

    Use FM 'TH_POPUP'.
    Regards,
    Aparna Gaikwad

  • Send / Broadcast Messages to logged in EP Users

    Hi Experts
    Any Idea on how can we send / broadcast messages to End EP Users (Logged in).
    Requirement is to popup a message by User-Admin in the working screen of all EP Users (Logged in).
    Thanks
    Prashant

    Hi Prashant,
    Refer to this
    Brodcast messages to logged on users in Portal(Part1)
    Thanks
    Prashant

  • Broadcast message to loggen in portal users

    Hi,
    I'm trying to send system messages to all logged in users in the portal.
    I tried to do this by using the following blog:
    Brodcast messages to logged on users in Portal(Part1)
    Unfortunately I always get an error from the display component. Which says:
    Error in service call of Portal Component...
    com.sapportals.portal.prt.service.ServiceException: Service not found: alertreceiver
    This alertreceiver is a class in my project an the display component should find it.
    Did anybody implement such a system messaging and can help me in this case?
    Greetings

    Hi Alex,
    A resolved post about setup brioadcasting message in Portal.
    broadcast messages to logged on users in portal
    Webblogs:
    Brodcast messages to logged on users in Portal(Part1)
    Brodcast messages to logged on users in Portal(Part2)
    You should be able to get your request done with the above. Hope that helps.
    Ray

  • Send the Message  to  all User

    Which  is  the function module  through which we can send the message to all User
    ASAP
    Sandeep Jadhav

    Hi,
    Use the function module
    TH_POPUP
    Refer this link
    how I send Instant system message to All online terminals
    Regards

  • Sending Broadcast message automatically.

    Hi All,
         I am using the SAP CRM 5.0 and I have assigned "Internet communication Manager" role to a user in portal. It has enabled the broadcast messaging option for the user. I have also configured the message, priority and duration for the same. And the scroll message is successfully displayed in the WebClient. Now I want to send the messages automatically using the code behind this message sending. I have found the class named CL_CRM_BM_BROADCAST_SUP which is used to send the broadcast message to WebClient.
         But when I am testing/executing the class it is not sending ay message to the WebClient. Please guide me to send message to WebClient  using this class.
    Thanks
    Indranil Datta

    Hi All,
            Can anybody help me to broadcast the message automatically to IC WebClient from portal.
    Thanks
    Indranil Datta

Maybe you are looking for