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
0
votes
0 answers

ICQ Group Member Export

I want to get the uin or username information of the members from an ICQ group that I am not a manager, how can I do this in-app or with different application / programming languages? I tried ICQ BOT API and it didnt work or i cant do it
medusa
  • 1
0
votes
3 answers

Why does ICQ bot not send message?

#!/usr/bin/perl use Net::OSCAR qw(:standard); $uin="7777777"; $password="1234567"; $sender = "43214312"; $text = "test"; $oscar = Net::OSCAR -> new(); $oscar -> signon($uin, $password); $oscar -> send_im($sender, $text); $oscar -> signoff(); why…
0
votes
3 answers

Where can I found the stack of protocols that ICQ using to develop my own client?

I am going to develop ICQ client and I just wonder where can I find a reference to understand the protocols they used? Any links, books, etc. And, by the way, if I am not mistaken - all ICQ clients - QIP, Miranda, ICQ Lite and others - uses the…
chester89
  • 8,328
  • 17
  • 68
  • 113
0
votes
1 answer

XMPP transport to another protocol

I would like to add support of ICQ in my application using jabber-transport. I use xmpp4r ruby's library. All that I found doesn't show how to login to external (icq) server and how to send messages. Can you show example of code or text explanation…
Pavel Manylov
  • 649
  • 1
  • 6
  • 17
0
votes
1 answer

How to generate hmac sign in python 3 (icq auth)?

my code: http://pastebin.com/fuFxaxTT and have…
user2495800
0
votes
1 answer

Send icq message via php

I need to send message to icq from php. I`m using WebIcqPro. debug = true; $icq->setOption('UserAgent', 'miranda'); if…
Artem
  • 517
  • 1
  • 7
  • 24
0
votes
1 answer

XMPP transport to ICQ

I try to send messages to icq via jabber-transport. I tried to use code from this answer XMPP transport to another protocol, but I got this message: DEBUG -- : SENDING:
0
votes
1 answer

JOscarLib - how to use?

How to use JOscarLib? I have to fix unworkable code with this lib, but I don't know, why I have some errors. I do this: connection = new OscarConnection(auth.getHost(), auth.getPort(), auth.getUsername(), auth.getPassword()); But get…
another-programmer
  • 841
  • 13
  • 37
0
votes
1 answer

ICQ encoding of Special Characters

I'm working with ICQ protocol and I found problem with special letters (fxp diacritics). I read that ICQ using another encoding (CP-1251 if I remember). How can I decode string with text to correct encoding? I've tried using UTF8Encoding class, but…
sczdavos
  • 2,035
  • 11
  • 37
  • 71
0
votes
1 answer

Apple iMessage - ForceICQPlainText

I want to change ForceICQPlainText in ~/Library/Preferences/com.Apple.iChat.AIM.plist so my iMessage doesn't sends HTML-Code. But after I changed it and restarted my Mac 7 times I gave up. Nothing seems to work: ForceICQPlainText =…
suntrop
  • 775
  • 3
  • 10
  • 24
0
votes
1 answer

What should I use to use ICQ with Python?

I want to write a script to support my clients online. I decided to use ICQ-protocol for this (kind a icq-bot). I have 25 icq uins. I need something that will be able to: Make them all online If some uins got disconnected - reconnect them. Use…
Alex
  • 345
  • 1
  • 4
  • 10
-1
votes
3 answers

How can i integrate to get and send messages of skype and icq in my android app

I want to integrate skype and icq messages in my android app. Means if any one send message that msg has to come my android app and sending reply to that app only. In the same way icq also. I google for 2days but i didn't find any solution on this.…
Nava2011
  • 195
  • 1
  • 15
1
2