Differences between version 5 and predecessor to the previous major change of Jabber.
Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 5 | Last edited on Friday, May 21, 2004 11:07:46 am | by JohnMcPherson | Revert |
Older page: | version 4 | Last edited on Sunday, April 18, 2004 7:19:20 pm | by AristotlePagaltzis | Revert |
@@ -1,15 +1,17 @@
-Like most things proprietary, OpenSource people have written their own InstantMessenger, called [Jabber]. [Jabber] is built on a robust model, similar to [SMTP] and [HTTP], and completely unlike [IRC]'s unscalable mess. It is based on a core router which speaks [XML] with small plugin modules handling all the various parts of the InstantMessaging. By way of [JabberTransport]s, [Jabber] can be used to talk to users of other InstantMessaging protocols
.
+Like most things proprietary, OpenSource people have written their own InstantMessenger, called [Jabber]. [Jabber] is built on a robust model, similar to [SMTP] and [HTTP], and completely unlike [IRC]'s unscalable mess. It is based on a core router which speaks [XML] with small plugin modules handling all the various parts of the InstantMessaging.
Users are identified by way of their [JID], which is similar in concept to [ICQ]'s [UIN], but looks like an email address, __whateveryouchoose@your.jabber.server__.
The contact list is called the __roster__. Adding people to the roster is called __subscribing__ to their __presence__. Subscriptions can be both ways (you can see them and they can see you) or only one way, but unlike most other IM clients, Jabber also lets you know when people have you on their roster: this appears as a subscription from them, not to them. People can be added to your roster either by their Jabber ID or by searching for them in the Jabber Users' Directory.
[Jabber] has support for people logging in multiple times on a single account by way of adding a __resource__ name to the account to distinguish the logins: __whateveryouchoose@your.jabber.server/Foo__ and __whateveryouchoose@your.jabber.server/Bar__ is the same user, but under different logins. Messages can be sent to a specific resource or without specifying a resource. In the latter case, the message is delivered to whichever resource has the highest priority (which can be set at log in time).
The [Jabber] server will store messages for later delivery if the recipient is not online at the time.
+
+By loading optional modules, a [Jabber] server can be used to talk to users of other InstantMessaging protocols, such as [AOL], [MSN], etc. You give your login details for that network to the server, and it acts as a proxy. See the [JabberTransport] page for more details.
See also:
* JabberClients
* JabberNotes
* JabberWiki