is it possible to receive messages that are sent from sms to an icq-number with icqlib? if anyone has experience with that can he send me an code-example how this works?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I think it is impossible, because there's no sms support in icq-udp v5 protocol (icq99b uses it, icqlib too).
To send and receive sms messages via icq servers you need icq2000b protocol, which isn't supported by icqlib.
icq2000b proto was based on AIM Oscar protocol, but it is changed a lot. AIM Oscar is supported in libfaim, but
as far as I know it doesn't support sms messaging.... :(
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
is it possible to receive messages that are sent from sms to an icq-number with icqlib? if anyone has experience with that can he send me an code-example how this works?
I think it is impossible, because there's no sms support in icq-udp v5 protocol (icq99b uses it, icqlib too).
To send and receive sms messages via icq servers you need icq2000b protocol, which isn't supported by icqlib.
icq2000b proto was based on AIM Oscar protocol, but it is changed a lot. AIM Oscar is supported in libfaim, but
as far as I know it doesn't support sms messaging.... :(
Does anybody know a libary that supports icq2000b or receiving sms messages?