library for Instant Messaging, like libpurple, but written in C#
Do you know any? thanks. UPDATE: I'm looking for a library that minimum support YM, MSN protocol. preferably free but if it's worth to pay, why not. ...
Do you know any? thanks. UPDATE: I'm looking for a library that minimum support YM, MSN protocol. preferably free but if it's worth to pay, why not. ...
Just wondering: Would it be acceptable to start some simple Ajax instant messaging (web-based) for a large social network service (considering thousands of registered users)? I am new to this, so I'm just wondering. What if to check for a new message every two or three seconds? Edited: Could a plain shared server handle so many requests...
Online chat is deceptively difficult due to the stateless nature of http and the web in general, causing such hurdles as session timeouts, users opening multiple windows and different accounts being signed in on one browser window. There is also the problem of users closing the browser window and logging out and such things, which make d...
I'm looking for a "Chat Now" component to add to my website. I am using Drupal (running on a Windows server) if it matters. I'm looking for something that the client initiates (I do not want to hound a client looking at my site). I want there to be no extra installs required for the client. On my side, I want it to integrate with Skyp...
I m planing to develop IM client application using this application we can able to communicate with all IM server like google,yahoo,aim,jabber... while surfing net i have seen that lippurble is general library to communicate with all server but it has been developed by C.Is there is lippurble j2me version available or some other library...
I would like to create my own chat client for facebook IM in Android. I created xmpp jabber protocol in java but i dont know the host name and port number of Facebook IM server. Can any one let me know the Facebook's IM server host name and port number to communicate. ...
I would like to have a central place for every type of notification. I'm talking anything and everything. Here are a few example events: Receive a new email Unable to ping a server New Instant Message received Appointments (eg 3pm Dentist appointment) Webcam detects motion at front door Temperature outside is below freezing Allergy l...
I am writing an IM Client on iphone.// post ref: #IMClient01. Here is my initial design of it: (UIView*)LogInWindow; // to log in (UITabBarController*) MainTabBarController;//have three tabs, namely:Contacts, Chats, My Profile (UITableViewController*)ContactsController; //manages a list of contact/user (UITableViewController*)ChatsCont...
Say I have UITableViewController A, and UITableViewController B. Both A and B loads UIView C. At the back button in C, how do I make sure it always goes back to B, rather than where it came from? Here is a concrete example: A=Contacts window in iphone skype. B=Chats window, each row is a chat history with a different person C = Chat win...
How can I build a simple 2-player game, that communicates over the internet? I need to solve the problems of: lookup or rendezvous - two players want to find each other. ongoing communications. Either player can initiate an action that requires delivering information to the other side, in a reasonbly quick timeframe (IM-type laten...
How to make a Yahoo Auto Reply program in C++? ...
Hello, Two clients Alice and Bob use a server to login and exchange messages through the server. On login, they both send their public keys to be stored on the server. When Alice wants to speak to Bob, she enrypts a symmetric key with Bob's public key and sends it to Bob through the server. How can I make sure that the server doesn't...
Hi I'm working on a instant messaging program in C#(for learning only). Just wanna to know if my way is right or wrong. I created a Client class whice contains a NetworkStream and Read/Write functions. The server creates a new thread for every client, the thread listen for any new messages. Any better way? ...
Hello everyone, I need to develop an instant messenger (like MSN Messagner, but only simple and basic function is fine), based on .Net (C#). I want to integrate the instant messenger with my current web site user. I want to know any open source (better C#) instant messenger to reference? BTW: some of the users are using internal IP add...
I am trying to make my own Jabber bot but i have run into a little trouble. I have gotten my bot to respond to messages, however, if I try to change the bot's presence then it seems as though all of the messages you send to the bot get delayed. What I mean is when I run the script I change the presence so I can see that it is online....
Hi all, i wanna write an IM server in python, but i'm not sure if python can handle the heavy connections? Thanks in advance. ...
Should I pick up IRC or go another route? What I need are public chat and private instant messaging on my social network. I do not wish to use 3rd-party solutions. (I plan to rent VPS for the matter.) ...
I am looking for a solution to implement a public chat and a system of instant messaging within the site. ...
I'm interested in writing a bot for AOL Instant Messenger (kind of like SmarterChild.) What free or open source products are available to facilitate the writing of bots such as this? ...
Hi I m working on an online text chat program in C#.Net . For this i m using ejabberd server and for build a client m using jaber.net .But i m facing some problem during the new user registration . Can anyone give me a proper code for register new user or some advise or instruction to create new account. Any type of help will be appre...