Questions tagged [private-messaging]

66 questions
10
votes
6 answers

Chat application using django

If i devlop a chat application using django will it have some performance problem? Can i do server push in django? I want to have PM and room discussions as well.
user223541
  • 1,265
  • 7
  • 19
  • 31
9
votes
4 answers

Private Chat Messaging using Node.js, Socket.io, Redis in PHP

I am working for a real time private messaging system into my php application. My codes are working for all users together. But I need private messaging system as one-to-one message. After setup node and redis I can get the message data what I need…
S.Reza
  • 345
  • 4
  • 18
9
votes
3 answers

How to create a user to user message system using Django?

I am trying to create a private messaging system using Django. It doesn't have to be like a live chat, just have an inbox and be able to respond, simple thing like that. So far, from research I have found two things: django.contrib.messages which…
programmr
  • 151
  • 1
  • 2
  • 6
7
votes
2 answers

instant messenger implementation for rails?

I have searched for some time investigating several technologies to build an simple instant messaging system for a ruby on rails app. It seems very complicated as I haven't found any implementations that are cross browser or any 1-1 proof of concept…
5
votes
8 answers

PHP Private Message (PM) System

I am planning making a PM system for my users, overall it seems easy enough, but the way I have seen tutorials making PM systems, there is one problem. In the way i planned it to work, there would be rows like, user_from, user_to and then the…
2by
  • 1,083
  • 5
  • 22
  • 39
3
votes
2 answers

How to send private message/access facebook chat in Koala ,Ruby on Rails

how to use Koala gem to access user chat and send message to the another user? Is that Koala has provide this function to use? i did check the documentation about koala ,but seems like dont have it,or it do have any alternative way to do it? Any…
Nicholas Ng
  • 143
  • 2
  • 11
3
votes
3 answers

private message database design

I'm creating a simple private message system and I'm no sure which database design is better. The first design is a table for messages, and a table for message…
tamir
  • 3,207
  • 2
  • 33
  • 51
3
votes
1 answer

Listening for iMessage or SMS via private API's

i am trying to develop an internal application for my organisation, but i need to detect incoming sms or imessage received on that device, and send some silent sms. I am still not able to find any helpful code that i can use in order to achieve what…
3
votes
1 answer

CakePHP Private messaging system

I am just wondering if anyone can get me started in writing a private messaging system on the CakePHP framework. I am aiming for something similar to the Facebook inbox system. Of course it doesnt have to be as complicated! I currently have a AUTH…
user1436497
  • 437
  • 1
  • 6
  • 11
3
votes
0 answers

Facebox popup messaging system asp.net

I'm building a website where users can either contact each other via a private messaging system through the web application. Instead of being sent to a different webpage, I wanted to make it so if you click send message, a popup (exactly like what…
Kevin
  • 3,209
  • 9
  • 39
  • 53
2
votes
3 answers

Private Messaging Notification - Database Table Design

I have have created a Private messaging system using PHP and mySQL with notification a bit like Facebook. The database table has following fields( not all listed): MessageID senderUserID RecUserID Message Subject DateTime Status - whether read or…
TheDeveloper
  • 890
  • 1
  • 15
  • 37
2
votes
1 answer

Devise and simple-private-messages

I am using Devise in my Ruby on Rails 3 application. I am trying to implement private messaging in my application and I came across this gem: https://github.com/jongilbraith/simple-private-messages I (accidentally) ran the following command. rails…
Nirav Shah
  • 689
  • 6
  • 16
2
votes
1 answer

Private message and email integration

I'm building a web app that relies quite heavily on email notification/responses. I obviously don't want to rebuild gmail from scratch(!) but I'm not sure how to integrate an existing webmail client into my site. I've looked at RoundCube, AtMail and…
musoNic80
  • 3,678
  • 9
  • 40
  • 48
2
votes
1 answer

Facebook iOS SDK Share Dialog - Sharing on a Friend's Wall

Is it possible to use the Facebook iOS SDK Share Dialog to share on a Friend's Wall? I know that it is possible to do this using the Feed Dialog, but that provides the user with a less than optimal experience, and seems to be discouraged by…
SAHM
  • 4,078
  • 7
  • 41
  • 77
2
votes
1 answer

Enabling Instagram Chat API

I want to enable users of my app to message other Instagram users and also the app to send notifications to Instagram users. Where can I find the API calls used my Instagram apps like InstaDM and Instachat which enables users to message/chat other…
Rommel Paras
  • 325
  • 6
  • 20
1
2 3 4 5