Kopete/Jabber/About Jabber XMPP/uk: Difference between revisions

From KDE UserBase Wiki
(Created page with "Kopete/Jabber/Про XMPP Jabber")
 
(Created page with "[http://uk.wikipedia.org/wiki/XMPP XMPP] або Jabber (насправді ці слова означають одне і те саме поняття) — назва відкр...")
Line 1: Line 1:
<languages />
<languages />


[http://en.wikipedia.org/wiki/XMPP XMPP] or Jabber (these words actually mean the same) is the name of an open, decentral network protocol which is used for instant messaging. It is designed as a server-client-infrastructure with many servers all over the Internet, where everyone can get an account. The [http://en.wikipedia.org/wiki/Server_%28computing%29 servers] are normally connected to many [http://en.wikipedia.org/wiki/Client_%28computing%29 clients] on one side and to other XMPP-servers of the Internet on the other side. Let's invent a small example to explain how it's working:
[http://uk.wikipedia.org/wiki/XMPP XMPP] або Jabber (насправді ці слова означають одне і те саме поняття) — назва відкритого, децентралізованого протоколу обміну даними мережею, який використовується для обміну миттєвими повідомленнями. Цей протокол розроблено для роботи у інфраструктурі сервер-клієнт з багатьма серверами у всій мережі Інтернет, де у кожного з користувачів є власний обліковий запис. [http://en.wikipedia.org/wiki/Server_%28computing%29 Сервер] зазвичай з’єднано з багатьма [http://en.wikipedia.org/wiki/Client_%28computing%29 клієнтами] з одного боку і іншими серверами XMPP у інтернеті з іншого. Давайте розглянемо невеличкий приклад, щоб пояснити методику роботи:


Romeo loves Juliet and wants to communicate with her through the Jabber network. He can write messages from his client (which is connected with <code>montague.net</code>) to his girlfriend, whose client is connected to a server called <code>capulet.com</code>.  
Romeo loves Juliet and wants to communicate with her through the Jabber network. He can write messages from his client (which is connected with <code>montague.net</code>) to his girlfriend, whose client is connected to a server called <code>capulet.com</code>.  

Revision as of 19:47, 2 December 2010

Other languages:

XMPP або Jabber (насправді ці слова означають одне і те саме поняття) — назва відкритого, децентралізованого протоколу обміну даними мережею, який використовується для обміну миттєвими повідомленнями. Цей протокол розроблено для роботи у інфраструктурі сервер-клієнт з багатьма серверами у всій мережі Інтернет, де у кожного з користувачів є власний обліковий запис. Сервер зазвичай з’єднано з багатьма клієнтами з одного боку і іншими серверами XMPP у інтернеті з іншого. Давайте розглянемо невеличкий приклад, щоб пояснити методику роботи:

Romeo loves Juliet and wants to communicate with her through the Jabber network. He can write messages from his client (which is connected with montague.net) to his girlfriend, whose client is connected to a server called capulet.com.

When he registered an account on a server, he chose a so-called JID (Jabber-Identifier). This JID works basically like an E-Mail-Address and is connected to the server's name with an "@". An example for Romeo's valid JID is [email protected].

In order to talk to other people, Romeo has to add their JIDs to his contact list. They may be connected to the same server (e.g. [email protected]) as well as they can originate from another server (e.g. [email protected] or, of course, [email protected]).


Visualization of the Jabber network


Jabber/XMPP is of course capable of a lot more services (e.g. end-to-end encryption of the messages, voice- and videochat, groupchat), which the tutorial will partly introduce later.

Two very big instant messaging providers use Jabber/XMPP on their servers in the background: Google Talk and facebook chat. Accounts within these systems can be used just like normal Jabber accounts in Kopete. Details will be explained later or can be found at these provider's websites.

With this information we can begin with the main part tutorial: How to set up a working jabber-client and which nice features Kopete has got.