「JID」の版間の差分

提供:XMPP用語集
ナビゲーションに移動 検索に移動
(ページの作成:「Category:基本用語 == 日本語訳 == () == 説明 == Jabber IDの略。個人を識別する為のアカウント。 == リンク == * [http://tools.ietf.or...」)
 
4行目: 4行目:
  
 
== 説明 ==
 
== 説明 ==
[[Jabber ID]]の略。個人を識別する為のアカウント。
+
[[Jabber ID]]の略。個人を識別する為のアカウントの事を示す。
 +
 
 +
 
 +
=== 関連用語 ===
 +
 
 +
==== full JID ====
 +
<node@domain/resource>
 +
bare JIDにリソース(クライアントの識別)を付与した書式。
  
 
== リンク ==
 
== リンク ==
 +
* [http://xmpp.org/rfcs/rfc3920.html Extensible Messaging and Presence Protocol (XMPP): Core]
 +
* [http://xmpp.org/extensions/xep-0045.html XEP-0045: Multi-User Chat]
 
* [http://tools.ietf.org/html/rfc6122 RFC 6122 - Extensible Messaging and Presence Protocol (XMPP): Address Format]
 
* [http://tools.ietf.org/html/rfc6122 RFC 6122 - Extensible Messaging and Presence Protocol (XMPP): Address Format]

2015年2月13日 (金) 19:57時点における版

日本語訳

()

説明

Jabber IDの略。個人を識別する為のアカウントの事を示す。


関連用語

full JID

<node@domain/resource> bare JIDにリソース(クライアントの識別)を付与した書式。

リンク