If you go here: http://pastebin.com/m9d711 Theres a script that sends an announcement, or if you like you can modify it to send a message to certain user etc... Since you want to do this from the computer where you have the server i think it could help. I use it to send several MOTDs to all my users. Thats cuz not everyday i send the same MOTDs and those tend to change programatically also. I found that script somewhere else and i cant remember if thats the original. You should google for jabber bash scripts theres a lot out there.
2009/11/20 Augusto Campos <[email protected]> > Hi there, > > How can I send announces, without using a client, to all online clients, > from the server. > > I would like something like everything I send to 127.0.0.1:5221 will be > send like it was a client. > > Rigth now I have a client that do login in jabberd and relay everything > from port 5221 to 5222. And i use this to send message to all user like > "Storage Server will be down in 5 minutes." > <message to="localhost/announce/online"> > <body>Storage Server will be down in 5 minutes.</body> > </message> > > Can I integrate this in jabbers to do the relay without use a client, this > only be available for message from 127.0.0.1. > > Thanks > Augusto Campos > > -- > To unsubscribe send a mail to > [email protected]<jabberd2%[email protected]> > >
