Microsoft Messenger Architect On The Future Of IM 277
CowboyRobot writes "ACM Queue has an interview with Peter Ford, chief architect for MSN Messenger, by Eric Allman, CTO of Sendmail. They discuss the present and future states of IM, the current big players as industry shuffles toward standardization, some of the social implications of IM versus email or telephone, and technical issues such as using SIP as opposed to XMPP (Microsoft is pushing for SIP, everyone else seems to favor XMPP). They don't bring up Wallop, Microsoft's community application that will be built into Longhorn, but that's surely part of the long-term discussion."
Trillian, VM (Score:5, Insightful)
The pundits of chargeable IM services socialize the use of the service, as a Freudian brainwash, by forming IM parties with other-sexy-trendy-phone-pundits, and I sit back wondering what the fuck is happening to the world; it should be all free, or at least the cost of hardware. It's obviously a ploy to put a price on a few bytes of data, and slap a carriage charge on top of it. Which is why I'm not at all surprised this Microsoft guy, PETER FORD (from the interview) is talking about IM. It seems that the fancier the names of the new protocols are, the more money it's going to cost. But it's mumbo-jumbo to the end user, who would gladly fork over the cash just to make it go away (and just work). That's what these pundits are counting on.
One part of the article I found interesting was the design of voice mail. I agree. It would be better to build the message at the sender's location and *then* send it.
Re:Trillian, VM (Score:3, Informative)
Its not as polished as Trillian, but its OSS and cross platform, and thats whats important!
Re:Trillian, VM (Score:5, Insightful)
Of course, I'm a Pro member for the Jabber support, but little bonuses like this make it worthwhile.
why Trillian when you have gaim ? (Score:4, Insightful)
It's good, at least, that gaim/trillian developers collaborate in cracking proprietary protocols.
Re:why Trillian when you have gaim ? (Score:5, Insightful)
As long as the underlying protocols stay free and open (be it soap, irc, jabber or whatever) then if someone wants to write a closed source interface to it, that's their perogative, and of course they do so at their own risks. As great as it is to work as an (open) team, there is still something to be said for going it on your (closed) own.
Re:why Trillian when you have gaim ? (Score:2)
HAHAHAHAHHAA
I've had bug reports in for locked dialogs and missing shortcut/default/cancel keys on them since somewhere around 0.60. The trillian "developers" are a joke.
Re:why Trillian when you have gaim ? (Score:2)
Gaim is the most active project on Sourceforge, and you can write your own plugins in perl.
Dunno, I just don't see any reason to really ever not use gaim.
SecureIM that's why (Score:3, Informative)
Gaim is feature poor and the developers refuse to interoperate with Trillian's secure protocol. The secure Gaim spin-off doesn't want to play with Trillian eithe
Re:SecureIM that's why (Score:2, Informative)
2. Gaim already has encrypted IM plugin
3. Trillian's SecureIM is a closed protocol, why should GAIM interact with something that could change at any moment?
Re:SecureIM that's why (Score:2, Informative)
Uh, yeah. Neither ssh or ssl are vulnerable to MITM attacks.
Re:SecureIM that's why (Score:2)
Re:SecureIM that's why (Score:2, Informative)
Both are jabber clients, so you'll have to choose whether you find security or sticking to the current protocol the most important, but I like both of these clients (prefer jajc though, mor
Freudian Brainwash (Score:2)
Re:Freudian Brainwash (Score:2)
Well, yeah, but... (Score:4, Insightful)
SIP (Score:5, Interesting)
IBM, which sells the #1 selling business IM solution (Lotus Instant Messaging), is using SIP.
Apple is using SIP.
So who are the "everyone else" who want XMPP?
Re:SIP (Score:3, Informative)
AIM
Yahoo Chat
ICQ
???
Profit!!!
Re:SIP (Score:2)
Re: (Score:2)
Re:SIP (Score:2)
Apparently iChatAV is some kind of SIP variant. Some people were trying to get it to talk to IP phones, but could never get it quite right due to some irregularity in the way it opened ports (???). I totally agree with grandparent, the first thing I thought on reading (Microsoft is pushing for SIP, everyone else seems to favor XMPP) was *who* is this everyone else?
As for the IM part of iChat, yeah, it's OSCAR, the AOL protocol, as far as I know. Nice product - the integration with the mailer is particul
IBM sponsor Jabber. (Score:2, Informative)
Re:SIP (Score:5, Informative)
So, they are using XMPP in the local messaging stuff, but SIP to negotiate the exchange of A/V streams. Which is really what the two protocols were designed for.
The SIP pushed for by MS discussed is actually an extension called SIMPLE.
If you want proof of iChat using XMPP, either install a packet sniffer on your network, or run "strings", "otool -tV" or the 3rd party "class-dump" utility on the executable for iChatAgent, and grep the output for "Jabber".
Re:SIP (Score:3, Insightful)
Well, XMPP is orders of magnitude more popular, or at least more visible, among small businesses and end-users. There are clients for every platform you can name, and quite a few server software offerings. Many of these projects are open source. Search around on the web and you'll find a great number of fun Jabber-related projects, such as the Jabber World Map [ralphm.net], or the multitude of mailing lists and user communities [affinix.com] dedicated to Jabber. Even Trillian and Gai
SIP over XMPP (Score:2, Interesting)
While the architecture of XMPP allows for theoretically broader support of handwriting recognition systems, you rarely need more than two on any given system (your native language and English).
I have a feeling Microsoft will win this small battle.
Maybe I should RTFA, but... (Score:2, Redundant)
Re:Maybe I should RTFA, but... (Score:5, Informative)
SIP (Session Initiation Protocol) has been around for a long time and AFAIK is a binary protocol. SIMPLE is built on top of SIP and provides the instant messaging functionality.
XMPP is relatively new and is based on XML (hence why it's so extensible.) There are two parts, the core (which might as well be equivalent to SIP's core) and the IM extensions.
The glaring practical difference is that there seem to be about zero open-source SIP servers, and about a dozen open-source XMPP servers (going off the list at JabberStudio [jabberstudio.org] which might not represent all of them.)
Re:Maybe I should RTFA, but... (Score:3, Informative)
SIP messages look like HTTP messages, but can be encased in either TCP or UDP packets. (Which means you can add new HTTP style headers, just as web browsers do)
SIP is mostly used for carrying VoIP session information at the moment (as an SDP message body), but SIMPLE would work really great for carrying IM.
Re:Maybe I should RTFA, but... (Score:2)
There is an (apparently) open SIP implementation at www.vovida.org [vovida.org].
Microsoft vs. Everyone? Get your facts straight (Score:5, Informative)
Microsoft, Lotus, Sun, and Novell seem to have settled on SIP. Intel, H-P, Hitachi, Sony, and more or less the entire open source world is going toward XMPP, sometimes better known as Jabber.
and the poster says:
Microsoft is pushing for SIP, everyone else seems to favor XMPP.
Yeah, it's fun to paint the world in black and white but this is just a blatant lie.
Re:Microsoft vs. Everyone? Get your facts straight (Score:5, Informative)
This is too big a deal to ignore. SIP+SIMPLE will be a powerful platform and in many cases, already is.
This isn't about Jabber vs. SIMPLE or Microsoft vs the world. SIP/SIMPLE is going to be able to leverage an amazing installed base of VoIP infractructure that Jabber will not have access to.
Re:Microsoft vs. Everyone? Get your facts straight (Score:3, Informative)
H.323 was really a mapping of H.320 ISDN videophones onto IP-based networks. The protocols are all binary.
SIP was designed from scratch for IP networks, and is a test-based protocol with HTTP-like syntax. SIP was also designed from the outset to perform user-location via a search. This makes it appropria
Re:Microsoft vs. Everyone? Get your facts straight (Score:3, Informative)
Re:Microsoft vs. Everyone? Get your facts straight (Score:2)
If the author had done a bit more research, he would have found the follwing:
Lotus (SameTime): Native protocol proprietary, with a SIP gateway.
Sun: Native protocol proprietary, no gateways at all right now.
Microsoft: MSN Messenger proprietary, new Exchange 2003 SIMPLE plus extensions.
Kind of a side question (Score:5, Insightful)
So IM will be build into Windows, and Netmeeting, and this and that and whatnot. Isn't this getting slightly ridiculous to bundle everything in an OS ? I'm sure nobody wants *all* of that installed on their hard-drive, just as I wouldn't want to install all the packages that come with my Linux distro CD, but instead I want to choose what I install and nothing else, and save disk space.
What's beyond me is why don't we hear a great number of people (regular users) complaining about this waste of disk space, and also why so few OS experts voice their concern about the fact that the OS/application boundary in Windows is so blurry it's frightening in terms of security and stability
Re:Kind of a side question (Score:2, Insightful)
If it is in the OS, MS will say "it's part of the system" to try and avoind future monopoly abuse charges.
And/Or they want to control everything that happens on a computers.
really, no other reasons. It make no technical sense to bundle this crap into the OS.
Re:Kind of a side question (Score:2)
I mean, the issue touches people's wallets, where it really hurts, why doesn't anybody say anything ?
Re:Kind of a side question (Score:4, Insightful)
Re:Kind of a side question-BAAAAAHH!. (Score:3, Informative)
The examples I give in the grandparent post are real. Some people that I personally know really do think that a worm spreading through email is normal, and don't understand that it could be prevented
Re:Kind of a side question (Score:2)
It's hardly a phenomenon unique to Windows.
[...] after all, it's not like it takes a computer genius to see that it's necessary to upgrade hard-disk (or entire machines, more likely) every 2 or 3 years, [...]
People aren't buying new hard disks to fit newer versions of Windows on, they're buying them to put the dozens of gigabytes of mp3s, warez and porn they're downloadin
Re:Kind of a side question (Score:2)
Re:Kind of a side question (Score:3, Informative)
If by compulsory you mean "I have to use it because I'm too stupid/ignorant/lazy/indifferent to use something else", then yes.
If you're referring to the more traditional use of the word "compulsory", then bollocks.
On OS X if, for some weird reason, I chose to not use iChat at all, thought that the software was crap, hated the icon, whatever, all I have to do is drag the app to the trashc
Re:Kind of a side question (Score:3, Informative)
So Mr. I Know it All... explain to me why where I live (Italy) the average iLliterate user started using en-masse Messenger with the coming of XP.
Lazy and/or indifferent users.
I've tried for years to convince people that IM was cool and better thatn email for this kind of comms but NADA, ZILCH, NO!
I am not at all suprised Microsoft does a better job of marketing a product than you do.
But now everybody uses MSN and the only ones I can iChat with are thos
Re:Kind of a side question (Score:3, Interesting)
I'll put aside the personal attacks as those are points for me anyway.
Then presumably your "personal attacks" on me even it all out ?
Let me pick on your first remark: lazy users! Oh, so now it's not MS's or any other SW provider's fault: it's the user's fault.
It is the user's responsibility to choose the software they use. So, yes, it most certainly is the user's "fault" if they don't switch to an alternative.
Let's see..
Re:Kind of a side question (Score:4, Interesting)
The OS/application boundary (if you mean DLLs) is a different thing.
Re:Kind of a side question (Score:2, Interesting)
Messaging built into the OS isn't exactly new... think syslog. The only addition is the ability for the messages to span (more easily?) outside the source maching.
Presumably this means "bundled into the OS" the same way Internet Explorer is "bundled into the OS", that is, not. It just comes with the OS... pretty much like Messenger and NetMeeting already do.
Re:Kind of a side question (Score:2)
Messaging built into the OS isn't exactly new... think syslog.
How about Windows (MSN) Messenger?
Re:Kind of a side question (Score:2, Informative)
Re:Kind of a side question (Score:2, Insightful)
I don't know if IM will go the same way, but it might make sense for some apps to sort of integrate with it.
Disk space? You're paying $100 for windows
Re:Kind of a side question (Score:4, Informative)
Re:Kind of a side question (Score:3, Informative)
Re:Kind of a side question (Score:3, Insightful)
With the lowliest entry-level Windows PCs offering P4s and 80 GB hard drives as standard, no one gives a damn about minor performance hits or O/S bloat.
Re:Kind of a side question (Score:5, Insightful)
For the market they're aiming at ? No, not at all. Remember, they're trying to sell a single, everything-you-need solution to normal people who just want to go out and buy a single thing to do it all.
There are people out there who think adjustable seats, air conditioning and radios are worthless fluff in cars, as well. Fortunately they're in the minority and most manufacturers ignore them.
I'm sure nobody wants *all* of that installed on their hard-drive, just as I wouldn't want to install all the packages that come with my Linux distro CD, but instead I want to choose what I install and nothing else, and save disk space.
These people are few in number and generally not at all interested in Windows (or a similar product like OS X) anyway.
What's beyond me is why don't we hear a great number of people (regular users) complaining about this waste of disk space [...]
Because their last PC came standard with an 80G hard disk. 1.5G for Windows isn't even 2% of that (relative to common hard disk sizes, Windows XP isn't really any bigger than Windows 3.1). Disk space is dirt cheap - a few hundred megs here or there is pocket change.
Personally, I've lost interest in the carefully chosen custom install - because I've now got so much disk space that the only really compelling reason for doing so has disappeared. Why should I care if an application wants to install to 100MB or 150MB when I've got 50G free on the machine and another half a terabyte sitting on a fileserver ?
and also why so few OS experts voice their concern about the fact that the OS/application boundary in Windows is so blurry it's frightening in terms of security and stability ...
The OS/application line has been blurry ever since the first machine that used a CLI shell instead of a bunch of flashing lights and switches rumbled into life. "Bundling" an IM client (or a web browser) is logically no different to bundling a text editor, or ping, or ftp, or any number of "core applications" that have been being "bundled" with operating systems for decades.
Not to mention unix boxes have been shipping with an IM client for donkey's years - talk.
"OS experts" aren't voicing their opinions because by and large they have grasped the concept that the thing academically defined as an "operating system" bears little resemblence to the thing commercially defined as an "operating system". The only commercial products that are even remotely similar to the academic definition of "operating system" are embedded OSes.
Re:Kind of a side question (Score:2)
Mac OS X does actually allow you to install or not install what you want. Just click the Customize button and you can leave iChat or most anything else
Re:Kind of a side question (Score:2)
It isn't about disk space. It's about complexity and how it relates to security. If I'm not interested in using IM, why do I have to have it installed, with the extra security risks that comes with it?
It's about who is in control of your computer. You (the owner) or someone else.
"Bundling" an IM client (or a web browser) is logically no differ
Re:Kind of a side question (Score:2)
What's beyond me is why don't we hear a great number of people (regular users) complaining about this waste of disk space...
Most users use what came preinstalled on their computer from the factory, or if they ever do install/upgrade Windows, just click the pretty dialog boxes until the setup program is done. Windows XP does not even give you an option of what to install anymore. Previous versions did, but not XP. You have to go back after the install and manually (un)install OS applications in the contr
Re:Kind of a side question (Score:2)
You and I may enjoy choosing which packages we want, and what office-like suite we'll use, but my 50-year old mother doesn't care. She wants her PC to just work. She does really well at taking pics with her camera, plugging it in, emailing it, etc. She's a damned
Re:Kind of a side question (Score:2)
Real Improvements (Score:4, Interesting)
Re:Real Improvements (Score:2)
Am I the only one who doesn't use IM? (Score:5, Interesting)
Re:Am I the only one who doesn't use IM? (Score:5, Interesting)
No, you are not weird. It's a well-known fact that IM, even more than computer games, is a notorious productivity killer. So much so that many companies have started to firewall IM clients off and edict company rules forbidding the use of IM at the office.
Now Windows will propose it by default in all standard installs, I bet that Microsoft decision will be very popular amongst IT personels : it's hard enough to discourage the use of third-party applications without having to deal with the Microsoft trojan-horsish IM client
Re:Am I the only one who doesn't use IM? (Score:2)
It's a well-known fact that IM, even more than computer games, is a notorious productivity killer. So much so that many companies have started to firewall IM clients off and edict company rules forbidding the use of IM at the office.
Yeah, email and web are probably even bigger productivity killers. Hell, they should just forbid internet access.
Please. IM can be very useful. If people aren't going to be productive, they're not going to be productive. Take away everything in the room except their work
Re:Am I the only one who doesn't use IM? (Score:4, Insightful)
Hmm no, your logic is backward: there is a certain category of people who, IM or web or nothing at all, will do nothing. Those need to be fired. Another category is the people who do their work equally well and/or fast regardless of the shiny toys they have on their computer. Those need to be praise, they're not many. And the last category, the vast majority of workers, work well most of the time, but work even better without the distraction of IM, the web and whatever else.
So yeah, in many cases, they should just forbid the internet. Most accountants don't need it to do accountancy, for example. Most secretaries don't either.
Re:Am I the only one who doesn't use IM? (Score:5, Insightful)
As a communications medium, it combines the immediacy of cellular phones with the subtlety of e-mail. Likewise, you can copy/paste, a big bonus in many technical fields. Unfortunately, if not taken seriously this can lead to abuses and general slacking, but so could phones and e-mail if that sort of thing weren't frowned upon.
Still, the holy grail is achieving a single unified standard that will allow all IM systems to interact. This is not a technical hurdle, but a financial one. Much like how the lack of inter-network text messaging killed SMS in the US, the messaging companies are all fighting hard to earn a piece of the surprisingly non-lucrative IM market. Apparently they are under the delusion that infinity times free equals a large sum of money for sufficiently large values of infinity.
If everyone ran a Jabber client, it would quickly become as indispensable as e-mail.
Re:Am I the only one who doesn't use IM? (Score:2)
So yes, my hat is off to IM... but:
- For every thesis there is an antithesis.
* IM is a source of spam
* IM is a source of virii and worms
* It can distract even the most ideal workaholic
So lets face this - every invention or product no matter which industry it belongs to will always have an upside and the d
Re:Am I the only one who doesn't use IM? (Score:2)
Re:Am I the only one who doesn't use IM? (Score:5, Insightful)
IM is one of those things you want other people to have so you can get hold of them at a moment's notice, but you don't like when it interrupts what you're doing. I'd say the next big thing in on-line communication will have more in common with phpBB than ICQ.
Re:Am I the only one who doesn't use IM? (Score:2)
With email (like a letter) you compose with a certain number of questions, chekc your speelling for errors, and then to make sure you tone isn't "over the top". Sometimes you can hold the channel open too long (a long email), maybe even explaining what you don't need to because you don't get any sense of what the reader understands already. You might even repeat your m
Re:Am I the only one who doesn't use IM? (Score:4, Insightful)
Pool messages, read when available, then let them queue up again.
Eghads! You mean... taking responsibility and not being a slave to the device? Holy hell, what is this world coming to? Personal accountability?
Nope, that's right out. Just blame the tools and not the people for using them in the way that best suits them.
Re:Am I the only one who doesn't use IM? (Score:2)
Come off it, email is an open standard, easy to manage and available for every device with an Internet connection. I can send email from my mobile phone. If all you're going to do with an IM is treat it like email, what's the point of moving away from a low-bandwidth open standard?
Re:Am I the only one who doesn't use IM? (Score:2)
Re:Am I the only one who doesn't use IM? (Score:2)
Re:Am I the only one who doesn't use IM? (Score:2)
Microsoft Messenger Architect speaks (Score:5, Funny)
My favorite quote (Score:2)
The problem I think is not the technology but the market. Remember that AT&T failed to GIVE those things away.
Re:Microsoft Messenger Architect speaks (Score:2)
I didn't even watch the VMA special features until my brother practically made me. His class at full-sail watched it and I thank them for that. Without his recommendation I might have missed witnessing possibly one of the funniest spoofs I've seen in ages.
Oh, F***, Not Again ... (Score:5, Funny)
We're gonna go through this spam thing again, aren't we? Man it's like living in Groundhog Day. On the other hand, this does give us a use for Bunker Buster bombs - instant localized retaliation against any spammer. And their families. And friends. And neighborhood.
Which is as it should be.
Re:Oh, F***, Not Again ... (Score:2)
Don't worry, IM spam won't last as long since, as you can see, the Internet makes the Internet faster!
It's all so clear to me now! And here I thought the solution was broadband...
My views on the future of IM... (Score:5, Interesting)
No, I don't think the major IM players will settle on a standard. The best thing we can hope for is that the Jabber protocol catches on and we all have an open IM standard.
That's most likely not going to happen, though, until the rest of the world catches on to the whole OSS movement. And at that point, there are going to be so much better things out there than text IM that people are working on together that it won't matter anyway.
What category does Jabber fall under? (Score:2)
I'm a bit unclear about the differences between SIP and XMPP and where Jabber, which could have been used as an interoperability standard, all fit together.
At the high end, these all seem like simple namespace issues and would map onto Jabber nicely. An AIM user, for example, could be user@aim but the end user doesn't need to know that, they could just be presented with an icon representing AOL or something.
The real issue is that there doesn't seem to be much in the way of motivation into making the IM
Er, k.. (Score:2, Interesting)
Seriously, I'm not trolling, but am I the only one who is saying to himself, "it's just IM, what's the big deal." Maybe there is something massive to gain by pushing for one tech over another in this area, but come on, it's just IM. What's perhaps even sillier is the concept of someone being a chief arc
Re:Er, k.. (Score:3, Insightful)
Control (Score:5, Insightful)
Meanwhile, I plan to wash my hands of the whole mess and use Jabber [jabber.org]. Remember back when we had standards, and the internet was decentralized? It actually worked - there wasn't a single point of failure. When was the last time the entire email system went down? Jabber can offer the same reliability, and you don't aren't locked into a single server or client.
Besides being decentralized, Jabber tries to offer gateways, and many Jabber clients (such as GAIM [sourceforge.net]) also play the "keep up with the proprietary protocol" game. So have the best of both worlds - get a Jabber account somewhere, and whenever your friends's servers lock out their clients of choice, convince them to get a Jabber account also.
On Wallop .. I find it threatening (Score:4, Informative)
great story, but one thing wasn't touched on (Score:5, Interesting)
The thing that interests me is the way that Ford talked about differences in accessibility (can people you don't know communicate with you?), and verifiability (do I know who you are?) in various systems, and how one system (say chat) might be used to allow rough and tumble anonymous communications with strangers, while another (IMing) might be limited to friends on a whitelist.
Another characteristic that's particularly important to me is real time vs. instant response. I *hate* systems that interrupt me in real time, which is why I use email instead of IMs. I've pretty much stopped answering my phone, too, because I can, and now I depend on my machine to queue up calls, so I can deal with them when it makes sense to do so.
The question that all of this raises, for me, is whether or not it's practical to have a comprehensive messaging service that will allow people to tweak all of these different parameters in combinations that they like. Is there any need for email and IMs to be distinct?
Maybe we need a messaging "account" to be open, and another to be whitelisted, or one to be real time, and another to be queued -- but can't they be the same general sort of accounts, configured differently?
(I'm not talking about trying to twist email itself into this shape... but about a new system that would cover much of the same ground.)
Re:great story, but one thing wasn't touched on (Score:2)
Re:great story, but one thing wasn't touched on (Score:2)
I almost never call people -- I use email. People who know me, usually get in touch with me via email.
If someone wants to call me, they can deal with my machine.
Peer networks, network agnostic clients (Score:4, Insightful)
In this sense I see even Jabber as a dead-end - give me GAIM and the other multinetwork clients anyday, and open up more peer networks to them as they are populated.
Microsoft's Idea of Innovation 30+ Years Old (Score:4, Insightful)
End users are beginning to ask for it. They get jazzed about the idea of being able to start an IM session with somebody, then if that person goes offline at some point, the message being sent would be saved and retrieved at a later time.
IBM Reality (1972) [faqs.org]
You can also leave a message for wdd to receive when he logs on by typing: send 'message' user(wdd) logon.
a different observation (Score:2)
Re:a different observation (Score:5, Insightful)
He's a first-rate architect. He's one of those people who understands more than just the protocols he's dealing with at the time -- he gets the reason those protocols came into existence, what drives them, who wants to use them, how they fit with othe protocols, etc.
Peter has been pushing for SIP inside Microsoft for a long time. I was part of the design process for a couple of years, and it was a real pleasure to work with so many excellent engineers and thinkers. There is a real desire to make interoperable, public network products at Microsoft -- don't laugh, it's true. We spent YEARS making H.323 work (which is a public protocol -- anyone can implement it), but it didn't matter because, in the end, H.323 sucked. Even the Windows Messenger guys want to move to SIP, because it solves a lot of headaches for them.
The best thing about SIP is that it is fairly decentralized. It's exactly as decentralized as DNS+SMTP. If you have a domain, you can publish your SIP service records, and you can handle your own communications any way you want to (similar to SMTP). This is in contrast to the way that all of the current IM protocols work -- extremely centralized, where all of your messages go to a server, that just re-sends them to the other person.
I don't know anything about XMPP. If it's a good protocol -- awesome. But whether it's XMPP or SIP, or whatever -- it's gotta happen. Instant messaging (and other similar services) need to be decentralized, standard, and open. And for once, the people inside Microsoft agree, and are actively working on it.
I just hope they can convince the upper management layer.
Cross-platform IM solutions with apt-get (Score:4, Troll)
Basically, apt-get is a kick-ass system for making sure your Debian system is up to date, has the latest packages installed, and manages conflicts. At the core, what is an IM system about? Making sure your message 'packages' are up to date, has the latest messages 'installed', and manages conflicts, that is, a reply had been requested, yet hasn't been sent! All the key infrastructure was already in place, including an interface (dselect), which could easily be ported to all the required platforms to allow easy reading and sending of instant messages.
The first step was to use apt-get itself to distribute a modified apt.sources file, which contained the IP addresses of all of the IM clients on the network. Some people had suggested DNS as a solution to this, but my feeling was that DNS wouldn't scale so well (this was a large LAN, with over 10,000 clients...I'd like to see DNS cope with that!!). Once each client had it's apt.sources file updated, you could basically send a 'message' (your ASCII message encapsulated into a .deb file by a custom packager I created that runs as a background process) to any host specified in the apt.sources file. To do this, I had to create a daemon-ized version of apt-get, listening on a predefined port. The daemon would be contacted by the apt-get client, would receive the .deb package containing the message, and then 'install' it to the dselect based client on the receiving system.
Without trying to sound like I'm blowing my own trumpet, the system was a huge success, and the many features of apt-get for package management really came in handy for managing IM flows. For instance, just say you've just sent a message to a colleague via apt-get saying "Let's meet for lunch at 1pm":
apt-get install host=fred-pc "Let's meet for lunch at 1pm"
But then...you're called into an emergency meeting and you can't make lunch until 2pm. You need to 'upgrade' your message to the latest version:
apt-get upgrade host=fred-pc "Make that 2pm!"
Easy! The whole project was essentially wrapped up in 6 months, and because of the open-source nature of apt-get, we'd managed to port to all of the platforms in our specification. If Microsoft can swallow their pride a little, I think they could really learn something from the power of apt-get!
Re:Cross-platform IM solutions with apt-get (Score:2, Interesting)
Where is IRC? (Score:5, Interesting)
How many millions of people use IRC? Why not adopt it as a mainstream system? I was surprised that the interviewer, being from Sendmail, so glaringly ignored throwing this into the mix. IRC can do everything instant messaging can, and then some.
Both the Mr. Ford and the interviewer failed in their mission: the former may not be much of an architect if he's willing to overlook this, and the latter should've asked more incisive questions.
Cheers,
Eugene
Idiot RTFA more closely... (Score:2)
P.S. Did you actually read all 8 pages of the indepth interview?
Do not RTFA (Score:5, Insightful)
There is no technical comparison of SIP vs XMPP. From indepth one I would expect to see why features of SIP are better or worse than features of XMPP. They don't even list features to compare.
Also, they talk about XMPP and ignore Jabber user community, which has recently overgrown ICQ community by amount of users.
They talk about interoperability IM-gateway in a future tense, whil most of Jabber users already use interoperability today. For example, my Jabber client doesn't communicate directly to my ICQ or AIM buddies - it does it through the Jabber server instead.
I don't wonder they don't talk about personal/SOHO Jabber servers, which some percentage of Jabber users connect to, instead of direct connecting to public server, in a process to communicating with the rest of the world. Of course, Microsoft prefers everyone will connect directly to MSN - they don't like people building communities out of their control.
And, yes, IRC is missed. I don't like some features of IRC protocol personally too, but the fact is that IRC is here for many years, has a community, applications, and still good concepts.
Well, what do you expect from the guy, who works for Microsoft (the company responsible for so many viruses due to poor architectural design of their products) and Sendmail (the company responsible for so many spam due to poor architectural design of their main product)?
I am so disappointed that I wasted my time on RTFA.
Re:Where is IRC? (Score:2)
Even though I love IRC myself, it wouldn't be much of a IM service for everyone. There are several problems with IRC as an IM. There have been attempt to fix some of the problems with different methods like bots, and serverside modifications.
One of the problems are authentication. IRC servers don't give any guaranties by default that a person is what he claims to be. Some time we could count on the hostmask, but that isn't very good when there are large ISPs where many users would have a hostmask that woul
What might happen... (Score:3, Insightful)
If you're going to draw parallels to email, as so many have done with these discussions in the past, you have to consider right now... how much of the world's mail infrastructure is handled by the 'open standard', SMTP, and how much of it is handled by Exchange?
Exchange may be quite popular with corporations, but outside the corporation the servers tend to be a little more standard. You might see a mail going via Exchange all the way to the boundaries of the company's network, then via SMTP to another company, and back to Exchange again.
It would be interesting to see this same phenomenon emerge here. It isn't a stretch because Jabber to SIMPLE gateways have been done already, companies such as Altova supporting both in their servers.
Wait (Score:4, Insightful)
Did I miss an edit in the force, or what?
Do these guys actually use IM? Oh, and Yahoo (Score:3, Interesting)
For example: without altering my firewall config, I get far far better cam performance with MSN than I do with Yahoo. Interesting point, if one is talking about Microsoft's protocols. (And yes, I *do* use cam for exactly what you are suspecting.)
Secondly, what the fuck is this point ahout?:
Yahoo has queued messages for years, it's one of the things which I love about Yahoo.
MSN is all about re-doing windows in a messenger: same crap all over again, with an improved NetMeeting (which as I said, really has very good video performance).
AOL is in my opinion just an add-on, for years rubbish and not much better now. It's just an extension to the AOL 'portal environment' and in its own way a logical extension of the same. OK, but not breathtaking.
ICQ and Yahoo though, are very very different: they build real communities, and are NOT JUST ABOUT IM.
Yahoo for one -- and yeah I just love this IM -- is just bursting with features, like IMvironments, Archived messages, Queueing, had Cam *way* before other clients even considered it, and has a thriving chat-mode which makes conferencing in NetMeeting look like something out of the Stone Age.
Whyowhy doesn't Yahoo *advertise* it's own brilliance? It has so much good stuff, and it behaves like Apple. Invent gobsmackingly cool apps, and then halfheartedly advertise them. And all the while Microsoft papers the planet with adverts which announce a 'brand! new! chat! system!' for windows.
Great.
Nalfy