i wanna write an IM server in python, but i\'m not sure if python can handle the heavy connec开发者_StackOverflow社区tions?
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 t
How to make a Yaho开发者_JAVA技巧o Auto Reply program in C++?The first thing you might want to look into is the Yahoo Messenger SDK http://developer.yahoo.com/messenger/
I\'m working on a instant messaging program in C#(for learning only). Just wanna to know if my way is right or wrong.
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 e
I am writing an IM Client on iphone.// post ref: #IMClient01. Here is my i开发者_Python百科nitial design of it:
Say I have UITableViewController A, and开发者_运维技巧 UITableViewController B. Both A and B loads UIView C.
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 t开发者_高级运维he host name and port number of Facebook IM server. Can any
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
I would like to create 开发者_开发百科a web IM chat system using Google App Engine using XMPP possibly.