When I develop an RMI se开发者_高级运维rver, I use: import java.rmi.server.UnicastRemoteServer;
Ok, the problem should be trivial but I can\'t get to the bottom of it. I have two users A & B Their JID\'s for this example will be A@123 and B@123 where 123 is the IP of the server.
I\'ve searched around quite a bit to try and find some additional information on Smack and their ChatManager, but there isn\'t much, so it\'s time to come to SOF.
I\'ve made a fairly basic AJAX chat with PHP & MySQL.The chat messages are stored in the MySQL database, and I poll (I know, I know) every few seconds to check for new messages.
I am going to create one small project,where will be admin and he must be able to chat(if he is o开发者_StackOverflow社区nline) withonline users.
I would like to add a simple chat functionality to my web site. I found this: http://www.cs.开发者_开发知识库illinois.edu/homes/wenpu1/chatbox.html
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I have a java based web app开发者_JAVA技巧lication(struts 1.2). I have a requirement to display a status on the frontend (jsp). Now the status might change which my server gets notified by another ser
I have a simple chat client set up that allows users to login with a username and stores the messages they write in an sql database. Every 3 seconds, the database simply prints of all the rows. So it\
I am integrating two apps into one. the first app is a chat app. We have used xmpp framework for retrieving Gmail chat buddies form Gmail account. In the other app we have used Google Data Protocol fo