Difference between revisions of "XMPP IM Client Design Guidelines"

From XMPP WIKI
Jump to navigation Jump to search
Line 1: Line 1:
* We promise not to split up JIDs into multiple input fields
== Do not to split up JIDs into multiple input fields ==
* We promise to show you your room nickname and allow you to change it
 
* We promise to use only TLS secured XMPP c2s connections
=== Description ===
* We promise not to encode any semantic into the resource
 
* We promise to show the type of a remote source (mobile, pc, home, work, etc.) by means of Service Discovery and not the source
=== Rationale ===
 
== Show user's room nickname and allow to change it ==
 
=== Description ===
 
=== Rationale ===
 
== Use only TLS secured XMPP c2s connections ==
 
=== Description ===
 
=== Rationale ===
 
== Do not to encode any semantic into the resource ==
 
=== Description ===
 
=== Rationale ===
 
== Show the type of a remote source (mobile, pc, home, work, etc.) by means of Service Discovery and not the resource ==
 
=== Description ===
 
=== Rationale ===

Revision as of 09:14, 13 May 2015

Do not to split up JIDs into multiple input fields

Description

Rationale

Show user's room nickname and allow to change it

Description

Rationale

Use only TLS secured XMPP c2s connections

Description

Rationale

Do not to encode any semantic into the resource

Description

Rationale

Show the type of a remote source (mobile, pc, home, work, etc.) by means of Service Discovery and not the resource

Description

Rationale