Can somebody help me, how to disable bothering status messages in Miranda window chat? I mean messages like:
#!/usr/bin/perl use Net::OSCAR qw(:standard); $uin=\"7777777\"; $password=\"1234567\"; $sender = \"43214312\";
I would like to add support of ICQ in my application using jabber-transport. I use xmpp4r ruby\'s library.
I have a website where users can send personal messages between them, now I want them to recieve the messages also on their mobile phone but without having to send them a SMS.
I have these Queries: With CTE(comno) as (select distinct comno=ErpEnterpriseId fromcompany) select id=Row_number() over(order by comno),comno from cte