I am looking for a Python-Chat
Hello! Is there an active Python-Chat? Thanks in advance! ...
Hello! Is there an active Python-Chat? Thanks in advance! ...
I'm making a small chat application. I got to the point where one client sends a message, and then by using callbacks of other clients in the room, they quickly recieve the message. So, if there are 10 people in the room, the service instance of the client who is sending the message, will invoke this in 10 threads: targetCallback.Reciev...
Do you know a good, easy to customize and open source java applet for irc chat? ...
Hey, I want to write a browser-chat and write an own server in c++, because you can not send text between the different instances (chat user) in php and other languages. I have apache running with port 80 and that's why I cant run the "chat http server" on port 80. Some browsers block connection to a http site if it does not use port 80....
Does IRC support internationalized (UTF-8) room names? How? A pointer to documentation or a spec would be welcome. ...
I'm looking for an open source Chat Component for anAsp.net Application. It is better to use Open ID or Asp.net Member ship and AlsoSupports UTF-8 and RTL ...
I need to put customizable chat with asp.net 2.0 in my website, Even I am ready to pay, customization include that only friends on my site can chat to each other or webmaster can chat to all. ...
Is it possible to create a application that create (text) chat session between pc and mobile over bluetooth, Which stack is best for this, and which language ...
I have developed a Flash based chat client that displays messages posted by users belonging to a group along with their username and time of writing. The data is stored in a mysql database with the group id, user id and message so that it persists beyond chat sessions and allows users logging in at a later time to see the discussions, le...
Hi there, I'm trying to access my google talk contacts' custom status messages with xmpppy. I'm made it this far: import xmpp import sys userID = '[email protected]' password = 'mypassword' ressource = 'Script' jid = xmpp.protocol.JID(userID) jabber = xmpp.Client(jid.getDomain(), debug=[]) connection = jabber.connect(('talk.goog...
I am using toc to write a aim bot, but i don't seems to be able to find a function that set status text, I looked into libpurple and found oscar_status_text, but in toc, i only found toc_set_info, and nothing about set status, and they are obviously not the same thing, is there a set_status function for toc? ...
Hi everybody I am developing an application in asp.net mvc where i need to have Chat application intergrated in the web page. The chat application should be able to support group chat, private chat, simple file transfer and user should be able to create their own rooms. Can u people tell me where i can buy a simple chat application wit...
Hi at all, I need to create a simple web chat ( like facebook chat ) What language do I need to use ( server-side ) ? Erlang ? PHP ? Python ? Ruby ? ecc Are there any examples ? Thanks ^_^ ...
I'm just looking for a little guidance as to how i might implement a chat box. There needs to be a text area for user entry, and a scrolling list of past messages. Is there an easy/standard way of going about doing this? Thanks ...
which one is better for implementing chat for the iPhone with users in the current area gameKit or bounjour ? ...
I'm developing a xmpp chat client in C#.NET. I'm little confused about what control should I use for Buddy list. Buddy list will consist of status icon, name & his buddy pic. Can u please recommend that what control will be best for me to use? (Do u think that ListView will be appropriate?) Another question, I'm using agsxmpp. Does it s...
Hi, does anyone know a AJAX based chat client that connects to a Jabber server, and does the same things as Facebook or Netlog chatbar, plus Multi User Chat (MUC). I love the UI of cometchat.com/demo (left side of the chatbar is for MUC, right side Web-IM for my friends) The only client I found until now is http://www.ijab.im/ - which ...
So I'm working on this site web app that should let users easily chat with untrusted other members if they want to with their own software like Goog Chat, Facebook, etc (not the central feature though). So to combine "easily" and "their own client" with "untrusted," I envision a feature like so: 1. Bob wants to chat with Alice. Both ha...
I want to develop a anonimous chat website like omgele.com.I know that this website is devloped in python using twisted matrix framework.Using twsited matrix its easy to devlop such website. But i am very comfortable in java and have 1 yr expericne in it.and dont know python. What shold i do? Should i start learning python to take a...
is there a way to create a P2P web-chat without any server ? ...