|
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,...
Started by Adir on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Is a good way to look at an instant messaging application, particularly if you want multiple listeners discusses the Observer pattern and mentions instant messaging: http://www.oodesign.com/observer.
|
|
I was thinking about integrating some instant messaging function into an existing ASP.NET web application, e.g:
the web application can display the online-status of users (are they currently logged in with their IM client) users can send messages from...
Started by Martin on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Main problem We need to connect to IM.
Goal Create an multi-service instant messaging AJAX-based web application with internal accounting.
Concept looks like this:
And some citation from the site:
1.
|
|
What options are available for receiving instant alerts from web applications?
I have a time sensitive web application I need to tend to (approving expediated purchase order requests). I have thought of being notified by e-mail and SMS.
Are there any ...
Started by Scooby on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
Write an XMPP (Jabber) bot that consumes.
If their instant messenger field is blank, prompt them.
Include instant messenger fields in your in a queue.
The various microblogging services offer, including SMS.
|
Ask your Facebook Friends
|
I am thinking of implementing an easy Instant Messaging server in Java, but I don't want to create yet another protocol, but instead use an already simple IM-protocol. But I don't know which protocol I should use.
The reason Why I want to use an already...
Started by corgrath on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
An advantage of using XMPP is that your....
The google says there are many in java.
It is pretty easy to use if you use an existing library - there are many client libraries for it in many languages .
XMPP is widely used and has standards backing behind it .
|
|
Maybe this is a dumb question!
I'm just wandering is there any way/web part integrating with SharePoint, by which I can communicate with others instantly.
The reason behind this requirement is that I still have not found any workaround to communicate ...
Started by tag on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Gives you access to MSN Messenger internally....
Check out chatterbox: http://blogs.msdn.com/sharepoint/archive/2007/05/15/chatterbox-persistent-chat-session-for-sharepoint.aspx
You can integrate Microsoft Office Communcations Server into SharePoint apparently .
|
|
We have a small school with classrooms across a few buildings. There are currently no phones going into each room but each teacher does have a school laptop and Internet. We need a way to instantly communicate with teachers from the office or vice versa...
Started by techguy on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
As it's open source if the config file doesn't let you disable the features you want disabled... .
Logins can be tied to AD or to another LDAP system or a database .
You could look at setting up a jabber server and installing a jabber client on each users machine .
|
|
I am looking for some library that will help me connect to IM networks through a Java program.
My requirement is as follows:
User should be able to login, retrieve friend list, and able to send messages to his friends Messages should be delivered to offline...
Started by aneez on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
The Library://jaimbot.sourceforge.net/
By Googling "msn offline messaging bot" or similar queries, you might be able.
And through the Jabber transport system to nearly every single instant messaging possibility.
|
|
My team communicates a lot with IM. We'll sometimes use IM to ask a question even to someone who's in the next cube over. The reason for this is that we all find that answering an IM is much less disrupting than talking.
Still, I find that the blinking...
Started by Mr Grieves on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
I just set my status to "busy" and don't reply to messages that come in when i'm "busy" unless it is important....
Human nature.
I think that as soon as you introduce a "priority message" function, all messages will start to be high priority.
|
|
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.
Started by Anwar Chandra on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
"
See http://xmpp.org/software.
Messaging and Presence Protocol (XMPP), also known as the Jabber.
|
|
I have accounts with Google, AIM, and Yahoo! and I don't want to run 3 different programs, what program should I use?
Started by chills42 on
, 13 posts
by 13 people.
Answer Snippets (Read the full thread at superuser):
It supports multiple protocols and can.
Trillian has a new Astra, I prefer using Meebo , a web-based instant messenger.
Adium uses the same underlying messaging source, but has a Mac UI.
|