comparison doc/components.rst @ 3885:18ff4f75f0e6

doc (components): the word "handle" is more adapted here
author Goffi <goffi@goffi.org>
date Wed, 31 Aug 2022 17:07:03 +0200
parents c2b292d30c66
children ba78cc0c8d59
comparison
equal deleted inserted replaced
3884:cea52400623d 3885:18ff4f75f0e6
260 .. _XEP-0106: JID Escaping 260 .. _XEP-0106: JID Escaping
261 261
262 **example** 262 **example**
263 263
264 If Louise wants to talk to Pierre which is on the ``example.net`` AP server, she can use 264 If Louise wants to talk to Pierre which is on the ``example.net`` AP server, she can use
265 her XMPP AP gateway which is at ``ap.example.org``. Pierre AP's actor identifier is 265 her XMPP AP gateway which is at ``ap.example.org``. Pierre AP's actor handle is
266 ``pierre@example.net``, Louise can access it via the JID 266 ``pierre@example.net``, Louise can access it via the JID
267 ``pierre\40example.net@ap.example.org`` (we call it *virtual JID* of the AP actor). 267 ``pierre\40example.net@ap.example.org`` (we call it *virtual JID* of the AP actor).
268 268
269 Of course, this is a bit cumbersome to do by hand, it is expected that XMPP clients will 269 Of course, this is a bit cumbersome to do by hand, it is expected that XMPP clients will
270 do the (un)escaping automatically for end-user, in a way that Louise could enter 270 do the (un)escaping automatically for end-user, in a way that Louise could enter