node-oscar
node-oscar copied to clipboard
An OSCAR protocol client module for node.js
Here is ASCII ... Maybe UNICODE is better ? OscarConnection.prototype.sendIM = function(who, message, flags, cb) { .... charset = ICBM_MSG_CHARSETS.ASCII ....
Not sure if this is a node-oscar issue actually, but I encountered this when using perfectly valid user details. After some search I found that the problem was in password...
As node-oscar is a module for working with AIM/ICQ it would be nice to at least provide an example of connecting to ICQ (with new oscar.OscarConnection({username: 'xxx', password: 'xxx', host:...
My OscarConnections consistently time out after 2 hours, 11 minutes and 17 seconds. What can I do to prevent this? I have been just reconnecting them, but then after a...
Hello, as i mentioned in an other ticket, i am building a constantly running bot. However i get a Connection reset after some time (ECONNRESET). I have not yet analyzed...
Should the callback be empty or a console log of the err by default?
Hello. I am using node-oscar to build a temporary fix for a friend (He can not join chatrooms, so i built a bot to forward the chat). It works perfectly,...
When register new ICQ user, he doesn't have groups and script crached on line 2210, i corrected this error.
# Please help ``` oscar/oscar.js:2214 for (var i=0,groups=Object.keys(items[0x01]),len=groups.length,gro TypeError: Object.keys called on non-object at Function.keys (native) at OscarConnection._parseSNAC (app/node_modules/oscar/oscar.js:2214:40) at Socket.data_handler (app/node_modules/oscar/oscar.js:746:14) at Socket. (app/node_modules/oscar/oscar.js:872:72) at Socket.EventEmitter.emit (events.js:95:17) at Socket....
No matter what I try all I get returned is undefined for both datetime and data when I use aim.me.icon When using aim.getIcon I get a node.js error: TypeError: Cannot...