Can any of the popular IM networks work like this?

Joe, Jack and Jill use IM as a communication medium among themselves in Company A, where they work, and with customers and partners around the world. No goofing off here -- it's a legitimate work tool.

                                      +-----+
+-----+                               |Mary |
|Joe  |--------+                      +-----+
+-----+        |                        /
            +------+       ____________/
+-----+     |      |      /            \
|Jack |-----|Server|-----| The Internet |
+-----+     |      |      \____________/
            +------+                   \
+-----+        |                        \
|Jill |--------+                      +-----+
+-----+                               |Paul |
                                      +-----+

I'd like if, when the Internet connection dies, Joe, Jack and Jill are still able to IM each other within the company. After all, network connectivity between them hasn't been compromised. Can any of the popular IM networks do this transparently? Perhaps installing a proxy-like program in a company server?

These three
still see
each other
v v v v v v
                                        +-----+
+-----+                                 |Mary |
|Joe  |--------+                        +-----+
+-----+        |                          /
            +------+         ____________/
+-----+     |      |   D    /            \
|Jack |-----|Server|-/ E /-| The Internet |
+-----+     |      |   A    \____________/
            +------+   D                 \
+-----+        |                          \
|Jill |--------+                        +-----+
+-----+                                 |Paul |
                                        +-----+

As Iain, answered you can install an XMPP (also known as Jabber) server at your local network and have your workers use that server. There are many server implementations out there, both proprietary and open source.

Then you may have your XMPP server communicate with other XMPP servers (gmail.com, jabber.org, someothercompany.com) so that [email protected] will be able to talk to [email protected] or [email protected] without them needing to subscribe to the sabe IM service.


Yes, but not with public instant messengers.

Microsoft Communication Server can do this, so everyone locally can talk, but also integrate with third party IM providers such as AIM, MSN and Yahoo. (But it isn't cheap, or very easy to use in small environments. If you have thousands of users, it works VERY well!)

After this, you may want to take a look at a XMPP servers that you can run locally, however integration to third party products really depends on both the client and server you use.

I personally recommend you run a XMPP server on the server, and use a client such as Pidgin that will allow Joe, Jack and Jill to communicate locally, but also use whatever other networks they like. This will mean that they can talk on all networks and still communicate when the internet goes down.

(FYI, Jabberd is the one I used to use, however it has been years since I have done this and have no idea if anything better now exists)


Install a corporate XMPP (Jabber) server.