CityWebConsultants / Iris

Modular content management and web application framework built with Node.js and MongoDB
http://irisjs.org
Other
9 stars 7 forks source link

Finish irisjsMessenger module #284

Open adam-clarey opened 8 years ago

adam-clarey commented 8 years ago

There are 2 modules that have been started but need finishing for this:

irisjsAngularJS - https://github.com/CityWebConsultants/irisjsAngularJS irisjsMessenger - https://github.com/CityWebConsultants/irisjsMessenger

After installing both modules, you can add the iris-messenger-chat-window block to a region as normal.

(note you will need multiple users to test this) This block should appear on the page in the region specified.

Clicking on the 'Search' tab should allow you to select another user. You can then submit a message to that user, but that message will not appear in the chat window because the socket did not to return. If you refresh the page then view that chat window you will see the message that was originally sent.

The basic mechanics seem to work, but the sockets don't

FilipNest commented 8 years ago

Could we move contrib module issues out of this queue so that it's only for core Iris stuff?

adam-clarey commented 8 years ago

It was only here because the bugs were entirely in core. These modules were just being used to highlight and find the bug

FilipNest commented 8 years ago

Sure. That's fine.