Slashdot Mirror


Microsoft Messenger Architect On The Future Of IM

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."

65 of 277 comments (clear)

  1. Trillian, VM by dolo666 · · Score: 5, Insightful

    Trillian works great for all my needs. IRC! Man that's where it's at. What bothers me, greatly I might add, is that while the majors like Nokia, Ericsson and Motorola are busy selling IM at whatever cost their last meeting brainfarted, it is highly probable that most non-nerd people think this is the way to go. They are 0wn3d by the marketspae'k, and it's trendy so hey, cool, they love it. And there's money in it for companies to gain money per character of text, or per 32byte-max transfer. (or is it 255? tee hee)

    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.

    1. Re:Trillian, VM by Anonymous Coward · · Score: 3, Informative

      Try Gaim

      Its not as polished as Trillian, but its OSS and cross platform, and thats whats important!

    2. Re:Trillian, VM by cgenman · · Score: 4, Insightful

      Just adding to the Trillian fodder. There is a user-developed plug-in available to Trillian Pro users that will automatically forward messages to an available e-mail or SMS address when idle. Useful.

      Of course, I'm a Pro member for the Jabber support, but little bonuses like this make it worthwhile.

  2. Well, yeah, but... by neiffer · · Score: 4, Insightful

    "Does that mean 10 years, five years, two years? I couldn't predict. Quite frankly, the thing that fights against it being quickly this time around is that the communities operating with these mutually incompatible protocols are quite large. If you look at AOL's cloud or the MSN cloud or the Yahoo cloud, you're talking about fairly large, significant systems. To have them migrate and interoperate with standard protocols will happen, but it is going to take time." This also assumes that AOL or MSN or Yahoo will cry uncle first. Who serious believes that any one of them will be the first to abandon their standard for an open standard when it could mean the end of their software? Remember, we are dealing with some *SERIOUS* egos here...

  3. SIP by metamatic · · Score: 4, Interesting

    Microsoft is pushing for SIP.

    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?

    --
    GCHQ Quantum Insert installed. If only our tongues were made of glass, how much more careful we would be when we speak
    1. Re:SIP by MoTec · · Score: 2, Informative

      Umm, how about:

      AIM
      Yahoo Chat
      ICQ

      ???
      Profit!!!

    2. Re:SIP by lordholm · · Score: 5, Informative

      Apple are using SIP for negotiating A/V communications establishment. They are using OSCAR for remote presence and messaging, and Jabber for local/rendezvous presence and messaging.

      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".

      --
      "Civis Europaeus sum!"
    3. Re:SIP by infiniti99 · · Score: 2, Insightful

      So who are the "everyone else" who want XMPP?

      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, or the multitude of mailing lists and user communities dedicated to Jabber. Even Trillian and Gaim support XMPP/Jabber. There are thousands of Jabber servers running today. Who the heck uses a SIP/SIMPLE client for IM?

      Recently the Jabber Software Foundation announced that the Jabber userbase has surpassed that of ICQ. While ICQ is now the least popular of "the big 4" proprietary IM networks, this is still a significant achievement towards open & standard IM. SIMPLE isn't even on the map.

      It should also be known that IBM and Apple are fence-sitters, as they both back XMPP also (IBM is a JSF sponsor, and Apple uses a form of XMPP in iChat).

      So yeah, 'everyone else' really means just that.

  4. SIP over XMPP by ObviousGuy · · Score: 2, Interesting

    The biggest difference here is that Microsoft wants to use the simple input panel rather than the extensible one.

    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.

    --
    I have been pwned because my /. password was too easy to guess.
  5. Maybe I should RTFA, but... by 77Punker · · Score: 2, Redundant

    What's the difference between SIP and XMPP?

    1. Re:Maybe I should RTFA, but... by Trejkaz · · 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 which might not represent all of them.)

      --
      Karma: It's all a bunch of tree-huggin' hippy crap!
    2. Re:Maybe I should RTFA, but... by Anonymous Coward · · Score: 3, Informative

      SIP most certainly is a text based protocol, and even more certainly is extensible.

      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.

  6. Microsoft vs. Everyone? Get your facts straight by targo · · Score: 5, Informative

    The interviewer says:

    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.

    1. Re:Microsoft vs. Everyone? Get your facts straight by muonzoo · · Score: 4, Informative

      The wireless world, especially people moving towards 3GPP are using SIP and SIMPLE (The SIP IM extensions). Microsoft, CISCO, Ericsson, Nokia, IBM, Motorla etc are all using SIP/SIMPLE. Jabber has some traction in some areas, but SIMPLE has the massive advantage in that the VoIP infrastructure that uses SIP that many CLECs, Fortune 500 and more than a couple ILECs are deploying will work with SIMPLE too.

      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.

    2. Re:Microsoft vs. Everyone? Get your facts straight by Fzz · · Score: 2, Informative
      No. Some of the momentum behind SIP was in part a reaction to H.323's uglyness, but the whole SIP effort actually started before H.323 was first finalized. It definitely was not an evolution of H.323.

      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 appropriate for scenarios where users move around between devices, and hence is good for A/V calls.

      Microsoft and Intel opposed SIP from the start. But the telcos waded in, and it turns out they have more say than Microsoft for telephony-style stuff, and in the end Microsoft came to believe in SIP too.

    3. Re:Microsoft vs. Everyone? Get your facts straight by muonzoo · · Score: 2, Informative

      Er -- H.323 and SIP are completely unrelated animals, other than the fact that they establish RTP streams between locations on the internet. Saying SIP is the evolution of H.323 is akin to saying Solaris is the evolution of TOPS-10. They both attempt to solve similar problems, but they aren't directly related. Or that VoIP is an evoutionary product of SS/7 or TDM voice systems. Again, similar problem domain, completely different solution.

  7. Kind of a side question by Rosco+P.+Coltrane · · Score: 4, Insightful

    Microsoft's community application that will be built into Longhorn

    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 ...

    --
    "A door is what a dog is perpetually on the wrong side of" - Ogden Nash
    1. Re:Kind of a side question by geekoid · · Score: 2, Insightful

      simple.
      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.

      --
      The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
    2. Re:Kind of a side question by jjhlk · · Score: 4, Interesting

      Netmeeting is 2.5mb in its directory on my win2k machine. Oh my, what a horrible waste of space. IM, a browser, and a video player too? Microsoft provides a platform for largly ignorant people to browse the web, play movies, check their email, and play games. Would you rather those things not to come with the operating system, so these users have no idea how to do anything? It doesn't make sense to add alternatives, first for the bloat, second because you'd need to include so many Windows would be a 5 disc set - but mostly the bloat. Anyone can go find an alternative tool, and many of the things that come installed with windows can be removed (movie creation, all the clearly extra bulk).

      The OS/application boundary (if you mean DLLs) is a different thing.

    3. Re:Kind of a side question by Trejkaz · · 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.

      --
      Karma: It's all a bunch of tree-huggin' hippy crap!
    4. Re:Kind of a side question by damiam · · Score: 2, Informative

      At least MS only bloats the system with one IM app installed by default. Some Linux distributions install four or five.

      --
      It's hard to be religious when certain people are never incinerated by bolts of lightning.
    5. Re:Kind of a side question by Cuthalion · · Score: 2, Insightful

      The term OS is vague and can have all kinds of different scope. Windows is a runtime environment which provides services to the user and to third party apps. If you think of it like that then yes, it IS reasonable to have a web browser built in. Because then developers can feel free to deliver their help in html format, and rely on it being present!

      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 XP and you can't afford the $1 worth of disk space it takes up? That's ridiculous.

      --
      Trees can't go dancing
      So do them a big favor
      Pretend dancing stinks!
    6. Re:Kind of a side question by stubear · · Score: 3, Informative

      Netmeeting is no longer going to be a part of Windows. Windows and MSN Messenger are already performing much of what NetMeeting originally did. On a side note, does this mean Microsoft innovated with the IM clients? NetMeeting is a pretty old client app.

    7. Re:Kind of a side question by Zork+the+Almighty · · Score: 3, Insightful

      In general, people will put up with mediocrity as long as they think everyone else is in the same boat. A lot of people think it's perfectly normal for a worm to spread through email, and that there's "nothing anyone could do about it, except buy a virus scanner". Everyone hates pop-up ads too, but they put up with them. You can tell them there are free alternatives, and they can't be bothered - but you can bet when WinXP Service Pack 2 introduces pop-up blocking "everyone" will "need" to have it. People really are sheep.

      --

      In Soviet America the banks rob you!
    8. Re:Kind of a side question by westlake · · Score: 3, Insightful
      What's beyond me is why don't we hear a great number of people (regular users) complaining about this waste of disk space.

      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.

    9. Re:Kind of a side question by drsmithy · · 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 ?

      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.

    10. Re:Kind of a side question by bheer · · Score: 3, Informative

      NetMeeting was useful in that it brought decent IM to a consumer grade OS (Windows 98), but I can recollect CUSeeMe around 1993.

    11. Re:Kind of a side question by drsmithy · · Score: 2, Informative
      Well, everytime MS bundles hot software on their platforms I get annoyed for one reason: it's use becomes compulsory.

      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 trashcan and that's it... no more iChat, I'm free.

      Same with Windows. Don't like Messenger ? Delete the shortcut, tell it never to load again on login and you're "free".

      On Windows XP on the other hand, you're dragged to passport account creation everytime you login and there's no damn easy way of getting rid of the sw...

      Rubbish. Cancel the dialog, go to Messenger's preferences and tell it not to load at login. Then delete any shortcuts and even the whole binary if that makes you feel better.

    12. Re:Kind of a side question by drsmithy · · Score: 2, Informative
      It's a struggle to decipher your post, but...

      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 those I evangelized appropriately, for the rest... I'm stuck on that shiteware.

      Your evangelising is probably one of the main problems.

      Added to that, what precisely is wrong with MSN Messenger ("it's from Microsoft" is not a valid reason) ?

      Next point: you claim I'm crying foul because Messenger is easily shut up... by who?

      By anyone who wants to do it. A tickbox for "Run this program when Windows starts" is at the top of the preferences tab.

      The avg user will (and does) follow the clickety route into MS's embrace: the least resistance wizard. Tell me how does a user behave with a new, unknow UI, in a new unknown OS. Does he/she jump into the mumble jumble preferences or follow the convenient route?

      Please explain how OS X and Apple are any different.

      I'm on a mac but I've read stories of OE not working properly and precise HOWTOs on how to delete the program without damaging the system... (just google for it... or follow the convenient link: uninstall messenger) Can you, in your infinite wisdom explain to me what's a bloody IM got to do with a MUA?!

      Outlook Express uses the services provided by Messenger to integrate IM. Much like Apple uses the services provided by Quartz to allow any app that can print to generate PDFs. Completely remove the IM components and some things will probably break. This applies to _any_ OS that has reusable modules.

    13. Re:Kind of a side question by drsmithy · · Score: 2, Interesting
      Can you please write in coherent sentences ? It makes it much easier to reply.

      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... viruses? Oh, you should keep your AV updated, lazy one! Trojans? Oh, you should have installed and configured correctly your personal firewall? Explorer expolits? What, you haven't downloaded & installed MS's latest cumulative patch (15Mb@4,5kb/s)... uuh bad, bad! The software has a shite UI? Oh, but you haven't put enough effort in understanding the carefully thought control metaphor! Lazy!

      What the heck are you ranting about ?

      Again... the tickbox... is it hidden under layers of complex ticks, scrollviews, menus, oks (the whole dang UI API thrown at you)... or is it neatly handed over to a clean easy pattern down to your .NET Passport (TM)

      Tools menu -> Options -> Preferences tab. First option on the screen.

      Apple is cool because iChat doesn't pop up like a stinkin' porn nag screen spamming my monitor estate to get attention.

      That's true, instead they give you that bloody "Welcome" screen with it's crappy background music that usually defaults to full volume.

      Lastly... Ichat doesn't kill Mail usability if you choose to ditch it for MSN od AOL (although I wouldn't do that... they stink!)

      Outlook express works fine even if you aren't using Messenger.

      As far as putting Quartz against Messenger... please troll, next time try and develop a sense for the ridiculous.

      I suggest you consult your nearest dictionary and look up the word "simile".

      So why is Messenger crap? Well... it often looses connection but doesn't really know when. It says I'm online when it actually has lost connection... so after some missed incoming IMs it spits out a bunch of notes warning me I've been talking to thin air. That's a feature right?

      I suggest you check your network connection if it constantly dropping out.

      It doesn't relogin on screensaver or suspend exit [...]

      It most certainly logs back in after a resume. I'm somewhat perplexed as to why you think it should have logged out when the screensaver came on in the first place.

  8. Real Improvements by Aneirin · · Score: 4, Interesting

    IMs are fine and dandy but when are they going to work on improving video confrencing. Typing is tedious but strides haven't been made in free video confrencing software. Perhaps that should be part of their implementation of the next "IM" software. Afterall even the old Netmeeting has a chat window you can bring up.

  9. Am I the only one who doesn't use IM? by SharpFang · · Score: 4, Interesting

    I used ICQ for a while, then uninstalled it, multiple times had to uninstall YIM that got installed with Netscape before Mozilla really came into play, fought kids installing GG (polish IM) on classroom computers, generally did a lot to get rid of instant messengers from my life. Am I weird or what?

    --
    45 5F E1 04 22 CA 29 C4 93 3F 95 05 2B 79 2A B2
    1. Re:Am I the only one who doesn't use IM? by Rosco+P.+Coltrane · · Score: 4, Interesting

      generally did a lot to get rid of instant messengers from my life. Am I weird or what?

      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 ...

      --
      "A door is what a dog is perpetually on the wrong side of" - Ogden Nash
    2. Re:Am I the only one who doesn't use IM? by anthony_dipierro · · 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, and they'll stare at the walls. Taking away IM is stupid.

    3. Re:Am I the only one who doesn't use IM? by Rosco+P.+Coltrane · · Score: 3, Insightful

      Please. IM can be very useful. If people aren't going to be productive, they're not going to be productive.

      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.

      --
      "A door is what a dog is perpetually on the wrong side of" - Ogden Nash
    4. Re:Am I the only one who doesn't use IM? by cgenman · · Score: 4, Insightful

      It can be useful when everyone is using it... Kind of like phones. Around the office, AIM was a good way to get a quick message across the building without having to spend the 5 minutes walking. "Could you check phone line 15 in the closet?" "It was loose, I switched the wires. Is it working?" "Yeah, working great. Thanks."

      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.

    5. Re:Am I the only one who doesn't use IM? by Kris_J · · Score: 4, Insightful
      You're not weird. I see IM as a step backwards. The phone is an interruption. Email lets me deal with messages in a priority I decide. IM is an interruption.

      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.

    6. Re:Am I the only one who doesn't use IM? by Xerithane · · Score: 3, Insightful

      I fear that the average tech person is as blind as you are.

      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.

      --
      Dacels Jewelers can't be trusted.
  10. Microsoft Messenger Architect speaks by product+byproduct · · Score: 4, Funny

    There are two doors. The door to your right leads to SIP, and the salvation of Redmond. The door to the left leads back to the matrix, to XMPP, and to the end of your species. As you adequately put, the problem is choice. But we already know what you're going to do, don't we? Already I can see the chain reaction, the chemical precursors that signal the onset of emotion, designed specifically to overwhelm logic, and reason. An emotion that is already blinding you from the simple, and obvious truth: XMPP is going to die, and there is nothing that you can do to stop it.

  11. Oh, F***, Not Again ... by zangdesign · · Score: 4, Funny

    I do agree that you will see consolidation over time. You could probably argue that the e-mail experience that you and I and a lot of others lived through over the past 20 to 25 years is probably going to be repeated--perhaps more quickly than last time because the Internet makes that kind of evolution easier.

    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.

    --
    To celebrate the occasion of my 1000th post, I will post no more forever on Slashdot. Goodbye.
  12. My views on the future of IM... by TheDarkener · · Score: 5, Interesting

    Protocols will become more proprietary, telco companies will continue to *squeeze* money out of consumers for sending text messages over networks which would otherwise be utilizing much more bandwidth for a normal voice call, and proprietary IM providers such as AOL, Microsoft and Yahoo will not collectively work toward a standard, because they have their hands too deep in consumers' pockets to see that it would benifit more people than just them to work together for a common good.

    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.

    --
    It is pitch black. You are likely to be eaten by a grue.
  13. Er, k.. by Anonymous Coward · · Score: 2, Interesting

    Okay, I'll admit that I didn't finish reading the interview, because to be quite frank, I don't see the need for an 8 page interview on instant messaging technology, nor do I have the patience to read one.

    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 architect of an instant messaging program, but that's a whole different subject. Time to stop letting MS employees pick their own titles, I'd say. ;)

    Can someone enlighten us doubting Thomases (Thomasi?), because, at the risk of sounding redundant, it's just IM!

    1. Re:Er, k.. by shird · · Score: 2, Insightful

      wouldn't it be easier to just read the article?

      --
      I.O.U One Sig.
  14. Control by Nucleon500 · · Score: 4, Insightful
    I'll tell you what I see for the future of instant messaging. There will be a bunch of companies trying to make one IM to rule them all, each with their own incompatible protocols and clients. IM is so low-bandwidth that it's practical to have one centralized server, which gives companies the ability to advertise and the ability to sneak software onto the computer via the client. Chances are Microsoft will win this battle in the long run (by bundling with Windows as they already do), though AIM won't be far behind. Secondarily, there will be a few free or adware clients trying to communicate with all protocols. This is somewhat good for users, but whoever has the greater market share will try to ban that client, because having a universal client makes it harder to lock in customers.

    Meanwhile, I plan to wash my hands of the whole mess and use Jabber. 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) 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.

  15. On Wallop .. I find it threatening by pardasaniman · · Score: 3, Informative

    I read about wallop briefly.. and it it quite threatening to my linux desktop usage if it should succeed.. Being a social geek, I make friends, join groups. And odds are several will demand wallop for communications (Clubs at university, charitable organizations) if it is all it is supposed to be. Solution? I realize there are web-based deelys... but they really really smell... I could set up PHP-Nuke occasionally, but people will probably prefer wallop 10 years from now when longhorn becomes mature (by way of how many computers run it). Sortof like when MSN took over IM where I live... except this next time, one may not be able to create a linux client.

  16. great story, but one thing wasn't touched on by astrashe · · Score: 4, Interesting

    That's a great story... I don't use IM or chat very often, so I haven't thought much about them. So a lot of what was said was fairly relevatory for me.

    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.)

  17. Peer networks, network agnostic clients by Ars-Fartsica · · Score: 3, Insightful
    Will MS play nice with Friendster? Huminity? How about the half dozen other peer network systems setting up shop? Its not enough anymore to support people who inhabit only the MS network (or AOL, or Yahoo for that matter). The future will be in agnostic clients invited into, or hacking into whatever networks are in ascendency.

    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.

  18. Microsoft's Idea of Innovation 30+ Years Old by theodp · · Score: 3, Insightful

    Microsoft Dream (2003)
    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)
    You can also leave a message for wdd to receive when he logs on by typing: send 'message' user(wdd) logon.

  19. IBM sponsor Jabber. by Trejkaz · · Score: 2, Informative
    --
    Karma: It's all a bunch of tree-huggin' hippy crap!
  20. why Trillian when you have gaim ? by vlad_petric · · Score: 3, Insightful
    I would always use an opensource program instead of a proprietary one, if the two are functionally equivalent. Opensource is shitware proof (ad/spy-ware). The latest gaim works quite well under Windoze

    It's good, at least, that gaim/trillian developers collaborate in cracking proprietary protocols.

    --

    The Raven

    1. Re:why Trillian when you have gaim ? by los+furtive · · Score: 4, Insightful
      Although I see where you are coming from, Trillian has been very responsive to the community for a long time, has never had ad/spyware in any of their iterations (even the non-pro versions), and supports the Jabber protocol and IRC, as well as proprietary protocols. Plus they have an API so that you can write your own plugins.

      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.

      --

      I'm a writer, a poet, a genius, I know it. I don't buy software, I grow it.

  21. Cross-platform IM solutions with apt-get by Debian+Troll's+Best · · Score: 4, Troll
    This story really reminds me of some work I did a few years back as a contractor in a large aerospace company. The problem they were facing at the time was a need to roll out an enterprise-wide messaging system (management was actually quite clued-up about the potential of IM to empower E2E (employee to employee) communication), but there was a very heterogeneous mix of clients. Management used Windows, the engineers used Solaris and Irix the software developers used Linux, and the system administrators ran the whole back end on OS/390. There seemed to be no real solution to the problem: how to bring an instant messaging system to all platforms, and preferably, one which was based around an open source platform. I could, however, see the solution where other's couldn't: apt-get.

    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!

    1. Re:Cross-platform IM solutions with apt-get by grouse · · Score: 2, Interesting

      This is the first time I have ever seen "Score:5, Troll." Astounding.

  22. Where is IRC? by ciurana · · Score: 5, Interesting

    There was, in my opinion, a glaring omission in this article: no mention of IRC. I find this interesting because there is no reason why IRC shouldn't be adopted as the protocol of choice for text instant messaging. It's more stable than all the others. It interoperates nicely. There are IRC servers running on all kinds of operating systems. Endless clients.

    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

    --
    http://eugeneciurana.com | http://ciurana.eu
  23. What might happen... by Trejkaz · · 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.

    --
    Karma: It's all a bunch of tree-huggin' hippy crap!
  24. Re:a different observation by bratmobile · · Score: 5, Insightful
    I worked in NT Networking for several years, on the H.323 support (for voice and video conferencing) in Windows 2000, and also on SIP. I had the pleasure of working directly with Peter Ford.

    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.
    :\
  25. SecureIM that's why by gad_zuki! · · Score: 2, Informative

    If you're happy with your IMs being sniffed left and right, feel free to use Gaim et al. My friends and I have migrated to Trillian as our main IM because it does all the major IM protocols, is feature rich, and lets us encrypt our IMs. Sure, its vulnerable to man-in-the-middle attacks then again so is ssh, ssl, etc but it sure beats plain-text.

    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 either, they want their own gpg-based system.

    Regardless, Trillian is excellent for Win32 users. Its a shame there hasn't been a Linux port of it yet.

    1. Re:SecureIM that's why by Anonymous Coward · · Score: 2, Informative

      1. There isn't a conspiracy to sniff you IM's
      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?

    2. Re:SecureIM that's why by E.S+Taog · · Score: 2, Informative
      Sure, its vulnerable to man-in-the-middle attacks then again so is ssh, ssl, etc

      Uh, yeah. Neither ssh or ssl are vulnerable to MITM attacks.

    3. Re:SecureIM that's why by GORby_ · · Score: 2, Informative

      If secure IM is your point the Gaim approach is more secure than trillian secureIM. Also check out JAJC (Just Another Jabber Client) which has PGP support, or Psi (or was it psy) which has GPG support. Good luck trying to be a man in the middle there (as long as you use a safe way to exchange the keys, same as for Gaim).

      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, more and nicer functionality).

  26. Wait by blair1q · · Score: 3, Insightful

    Why is a guy who has a goddamn CODING STYLE named after him INTERVIEWING a guy who "architected" a ripoff of TWO successful p2p-chat protocols?

    Did I miss an edit in the force, or what?

  27. Do not RTFA by axxackall · · Score: 4, Insightful
    Don't waste yout time on RTFA. It's a pure journalism and there is no any engineering value in it. You cannot learn anything technical from the interview - none.

    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.

    --

    Less is more !
  28. Re:Kind of a side question-BAAAAAHH!. by Zork+the+Almighty · · Score: 2, Informative

    I don't own a cell phone, and I haven't even seen The Two Towers. I'm generally not interested in "hype" - I appreciate predictable, reliable and elegantly designed technology without a lot of "crap" in it. You're right that it's easy to mock what we don't understand, but this is something I *do* understand.

    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 by using a different email client. And someone I know really is both simultaneously annoyed by the deficiencies of IE and disinterested in trying Mozilla. Another person I know was shocked to hear that there even was an alternative to IE at all, and that a web browser is just a program that can be replaced. How can you use a computer every day for YEARS, and not have even the slightest idea of how they work ?! I may not be a mechanic, but I have a car, so I take it upon myself to have at least a basic familiarity with the various parts and how they work and interact. I probably couldn't design an internal combustion engine correctly, but at least I have the first idea of how to.

    For the most part, I've found that ignorance is a compelling force in our society. People don't want the burden of having to think, regardless of the possibilities or consequences. I think a lot of this probably comes from advertising and the media. People have become so accustomed to being bombarded with ideas, what to buy, political opinion, and so on, that they resist doing any thinking of their own. I have a few more thoughts on this topic, but I'll save them for a more appropriate discussion.

    --

    In Soviet America the banks rob you!
  29. Do these guys actually use IM? Oh, and Yahoo by nalfeshnee · · Score: 3, Interesting
    The interview was pretty useless for Slashdot: the technologies should be clear to anyone with five minutes to research SIP or XMPP. I'd have been far more interested in the features side of things. THAT's the thing which interests most people. It's also pretty obvious that Allman -- for all his matchless credentials -- doesn't actually use IM.

    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?:

    EA The ability to queue messages, of course, is one of the great things about e-mail. You don't have to be there right now to read it. Do you see any kind of queuing happening in IM along the lines of "Gee, when I log in next, I'll see any messages that came in for me in the meantime"?

    PF A lot of us call that the offline messaging scenario. Offline basically says you're not available. Where does the instant message go if you are offline? You could either queue in an intermediary node or you could actually queue at the source. Typically, SIP, as it's designed today, is pretty much an end-to-end protocol.


    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
    --

    -- Despair is an operating system that ANY human being can run, sort of a psychological JAVA --

  30. wireless text chat???? by steveorama · · Score: 2, Interesting

    "another forum among the mobile carriers called Wireless Village, and those guys are driving not only an architecture that's very similar to the other two architectures, but also a separate set of protocols."
    Does this strike anyone else as stupid? They want to have a wireless text chat protocol that could be supported, by what...phones? I mean the idea of chat as opposed to email is synchronous versus asynchronous communication. If I'm standing there with a phone in my hand want to discuss something synchronously I'm just going to give them a ring, and...gasp...talk. Disclaimer: I haven't read the wireless text protocol, so there's probably something I'm missing here. Anybody care to elaborate....