nahid / talk

Talk is a real-time users messaging and chatting system for Laravel.
MIT License
1.61k stars 327 forks source link

Pusher Support #39

Closed marwankhanfar closed 7 years ago

marwankhanfar commented 7 years ago

Hello, is pusher really working ? cause I checked the master and talk_live function is not called anywhere

nahid commented 7 years ago

Yes pusher is working. Its used in makeMessage() method in Talk.php . talk_live() is a js functionalities for pusher. you have to manualy call this function where you want to listen pusher event.

marwankhanfar commented 7 years ago

I do see pusher events in my pusher account , however it's not reflected on interface , can you give me an example on how to embed talk_live() js functionalities and where to provide it the $options variable it requires

marwankhanfar commented 7 years ago

nevermind , I figured it out . Thanks :+1:

nahid commented 7 years ago

You may follow http://github.com/nahid/talk-example