What is sky_sender? - TelRed | Linux clients



What is sky_sender?sky_sender is a demo application written on c++/qt that can interact with Sky client using D-BUS API. Supported functionsLoginLogoutChange status textSend chat messageGet chat message in callbackHow to login with sky_sender?Launch sky clientLaunch sky_sender with following parameters and press enter:sky_sender li "van@sky4.be" "van@sky4.be" "Qw123456" "sip.sky4.be" "443"where:li - login commandparam 1 - Same as email in sky login screenparam 2 - Same as username in sky login screenparam 3 - Same as password in sky login screenparam 4 - Same as server in sky connection screenparam 5 - Same as port in sky connection screenSky sender should get response from Sky client. Response can be “success” or “fail”.Sky client should login to accountHow to logout with sky_sender?Launch sky_sender with following parameters and press enter:./sky_sender loWhere:lo - logout commandSky sender should get response from Sky client. Response can be “success” or “fail”.Sky client should exit to login screenHow to change status text?Launch sky_sender with following parameters and press enter:./sky_sender s “new status text”Where:s - change status commandparam 1 - new textSky sender should get response from Sky client. Response can be “success” or “fail”.How to send chat message?Launch sky_sender with following parameters and press enter:sky_sender m "sip:david@sky4.be" "<your text>"Where:m - send message commandparam 1 - destination addressparam 2 - message textSky sender should get response from Sky client. Response can be “success” or “fail”.Sky client should send chat message to destination.How to get chat messages?Launch sky_sender in callback mode with following parameters and press enter:sky_sender cbsky_sender will get chat messages from client and print to stderrOutput of this command can easily be redirected to a file:./sky_sender cb > my_msgs.log 2>&1 ................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download