node-facebook-chat icon indicating copy to clipboard operation
node-facebook-chat copied to clipboard

No longer supported

Results 12 node-facebook-chat issues
Sort by recently updated
recently updated
newest added

The current version of the repo does not work with the latest xmpp responses received. So, I updated the `stanza.js` file accordingly. Its currently tested on production for our startup...

using exactly the example in README events.js:72 throw er; // Unhandled 'error' event ^ Error: getaddrinfo ENOTFOUND at errnoException (dns.js:37:11) at Object.onanswer [as oncomplete](dns.js:124:16)

It does not install on heroku because of the node-stringprep installation. node-stringprep is an optional library in node-xmpp and I don't see it used explicitly in node-facebook-chat. I'd suggest making...

Also included with the files of this repository are: facebook-chat.sublime-workspace facebook-chat.sublime-project Those are specific to your workspace, so I imagine you didn't intend to have them included.

In stanza.js: line 44, getText method is called sometimes on undefined object. Possible solution is to wrap that part of code in try catch block from outside. Temporary solution is...

How do I know if my message has been delivered?

Is it possible to detect in this module when user turn off chat on fb web site?

Hi, is it possible to retrieve/catch event in our app where we implemented chat system via node-facebook-chat module when user sends some of the messages through fb web site? Now...

Hi, is implemented some support for handling group chat messages in this module? It seems that when group chat message is posted I don't receive it?! Maybe there is some...