Questions tagged [icq]

ICQ is an instant messaging protocol and the name of its official client.

ICQ is an instant messaging protocol and the name of its official client.

28 questions
5
votes
2 answers

Best C++ library to interact with ICQ?

I have a Qt-based windows application written in C++ that needs to report it's status via ICQ and react on some ICQ messages. Maybe anyone know a good library to interact with ICQ? I need to connect ICQ with registered login and password, send…
grigoryvp
  • 40,413
  • 64
  • 174
  • 277
4
votes
1 answer

how edit make file when have icqdesktop error (make: *** [all] Error 2) Ubuntu 18.04 64bit

I try to compile icqdesktop On ubuntu 18.04 64 bit and I have try: mkdir build && cd build && cmake .. -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DLINUX_ARCH=64 && make but I have this error: [ 19%] Built target core [ 19%] Built target…
A1Gard
  • 4,070
  • 4
  • 31
  • 55
4
votes
1 answer

WeChat and QQ Profile URLs

Snapchat has a profile URL https://www.snapchat.com/add/username QQ and WeChat used to have URL schemes: http://weixin.qq.com/r/WeChatIDgoeshere icq:message?uin=ICQIDgoeshere None of them work - they either just open the app or open the google…
Cody Raspien
  • 1,753
  • 5
  • 26
  • 51
4
votes
3 answers

Determining source of high processor usage

I've added ICQ# library (it's open source) to my application. But if I connect to ICQ server though it, it will increase usage of CPU (up to 30%). So something in ICQ# library is using CPU so much. But I don't know how to determinate what is it and…
sczdavos
  • 2,035
  • 11
  • 37
  • 71
3
votes
2 answers

Login to icq account to receive messages from contact #12345678

Is there a way to have a php-script running, that does the following things: - log into icq-account - receive all (if any) messages from an existing contact #12345678 and - write those messages into an array like e.g. $messages = array(); edit I'd…
justastefan
  • 595
  • 5
  • 18
2
votes
3 answers

Status change message in chat window in Miranda

Can somebody help me, how to disable bothering status messages in Miranda window chat? I mean messages like: ...signed on and is now Online. ...signed on and is now Away. ...changed status from Away to DND. ...changed status from DND to…
petrnohejl
  • 7,581
  • 3
  • 51
  • 63
2
votes
1 answer

Two-Way SMS - Send/Receive

I want to send receive SMS messages using SMS gateway. When sending message I am going to ask some question and reciever sould reply. I need to add some unique id when sending the SMS, and get it back when receiving. I know there is a way to do…
lior haham
  • 21
  • 1
  • 3
2
votes
2 answers

Link to ICQ account

I have same HyperLink : HyperLink skype = new HyperLink(); skype.NavigateUrl = "skype:username?call"; When user press it he redirects to skype window to user account, which entered in NavigateUrl. I try to find something for ICQ in google, but…
Kate
  • 751
  • 1
  • 12
  • 26
2
votes
1 answer

how to add a buddy to buddy list in twisted.words oscar (icq)

I've got a small bot communicating with users on ICQ, it's using Twisted.Words, Oscar protocol. I need to see their online status, but that seems to be only possible when I have them in my buddy list. So here comes the question: How do I add a buddy…
Roman Vinogradov
  • 145
  • 1
  • 12
1
vote
1 answer

XMPP4R icq transport troubles

jid = Jabber::JID.new('....@jabber.ru') j = Jabber::Client.new(jid) j.connect j.auth('12345') if i trying to send message through transport it responds to me SENDING:
antiqe
  • 1,125
  • 8
  • 17
1
vote
0 answers

ICQ chat bot problems with encodings

Yesterday I have been writing simple program in perl. It is icq bot, you write a message as the math expression and it calculates the value. The problem is that incoming message has not-single-byte encoding and when it is writing to file there are a…
oybek
  • 79
  • 4
1
vote
1 answer

Connect from java mobile application to webservice to read messages

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 am thinking about providing them with a mobile phone with internet…
1
vote
1 answer

Programmatically set ICQ status

I'd like to edit/set icq status with a c# app when a certain action occurs. I know there's an API that seems much too oversized for that. Can someone suggest a better way e.g. manipulating a registry value or something? How would you do this?
Kai
  • 5,850
  • 13
  • 43
  • 63
1
vote
1 answer

RegEx for ICQ UIN

What RegularExpressionValidator.ValidationExpression should I use to allow only ICQ UIN like input? xxx-xxx-xxx and xxx-xxx-xx and xx-xxx-xxx and xxxxxxxxx so on.. i.e. with dash as separator and without.
abatishchev
  • 98,240
  • 88
  • 296
  • 433
0
votes
1 answer

I need an Java API for develop ICQ and Yahoo Client

I currently want to implement my own Yahoo and ICQ client in Java. I did search in SOF and found openymsg and joscarlib. But I have problems: 1. openymsg works, but there are Warning while login : Jan 21, 2012 10:41:05 PM…
Mark Dixons
  • 193
  • 6
1
2