Questions tagged as 'chat'

0
answers

Run WebSocket with the hosted application

The project is a chat with php, Mysql and AJAX. I'm using a WebSocket with Ratchet to run in real time. It ran all right on localhost, but when hosting the project I could not open the connection again when I accessed the websocket url. &l...
asked by 11.07.2018 / 21:39
0
answers

Chat works so localhost

Hello! I have a chat that only works on localhost (XAMP), when I do UPLOAD for hosting, it just does not work. // start new chat-box $('body').on('click', '.js_chat-start', function(e) { /* get data from (header conversation feeds ||...
asked by 12.05.2018 / 16:15
0
answers

How to open the Messenger Customer Chat Facebook Plugin from another button?

I'm implementing the Facebook Chat plugin on a website, where it renders an iframe on the page. I would like to know if it is possible to use a button on my page to do the same action as the button that opens the chat in the iframe ... Itrie...
asked by 19.02.2018 / 16:54
1
answer

Duplication of Chat messages at the time of the Webinar (client side)

Hello, I have a chat that at the time of the webinar when receiving enough clients watching at the time of sending message, the same on the screen seems duplicate, but in the database does not save duplicate, follow the chat code. function salv...
asked by 28.12.2017 / 12:44
0
answers

Create Loop Script for a function

I'm pretty much a beginner in Python. I'm having a project to create a UDP chat in Python. I want to resolve an issue of creating an Online message. I typed the code but it is giving error. #! /usr/bin/env python #coding:utf-8 from twisted.in...
asked by 19.12.2017 / 01:23
0
answers

Android Chat Socket x Firebase

I'm having a question about creating a simple chat (I've never implemented one), I've been researching and seen the implementation of Firebase, it gives me a whole structure for creation, advantages and disadvantages of one and the other. Than...
asked by 26.08.2017 / 02:16
1
answer

Two variables and one group by? PHP and MYSQL

I am making a very simple private (just between two people) chat system with PHP and MySQL, Jquery and HTML / CSS. In the database, the table has the following structure: id (int) remetente (varchar) destinatario (varchar) texto (text) horario...
asked by 16.01.2017 / 06:41
0
answers

Chat in Spring JSF and Primefaces

I need to develop a chat for our site. Developed in: JSF 2.2 Srping 4.2 Hibernate 5 Primefaces 5.3 Css bootstrap I have already downloaded a github project, it works cool, but it's very poor, I wanted one with a database, interest...
asked by 09.12.2016 / 13:31
0
answers

Select last conversations by counting the unread messages in each conversation

I made a chat in NodeJS and I can already bring the list of conversations. However, I also need to bring the amount of unread messages from each conversation. Currently this query brings the total number of unread messages in all conversation...
asked by 14.10.2016 / 05:27
0
answers

SQL Query for Message System

I am modeling a base for exchanging messages between users, and I have the following tables, user , user_friend and user_friend_message . The user table stores all users of the system, user_friend makes the frien...
asked by 10.04.2016 / 06:32