Saros
Distributed Collaborative Editing and Distributed Party Programming
de.fu_berlin.inf.dpp.SarosConstants Interface Reference

List of all members.

Static Public Attributes

static final String XMPP_FEATURE_NAMESPACE = "de.fu_berlin.inf.dpp"
static final String NAMESPACE_SERVER = ".server"
static final String RESOURCE = "Saros"

Member Data Documentation

final String de.fu_berlin.inf.dpp.SarosConstants.NAMESPACE_SERVER = ".server" [static]

Sub-namespace for the server. It is used advertise when a server is active.

final String de.fu_berlin.inf.dpp.SarosConstants.RESOURCE = "Saros" [static]

The name of the resource identifier used by Saros when connecting to the XMPP server (for instance when logging in as john@doe.com, Saros will connect using john@doe.com/Saros)

Deprecated:
Do not use this resource identifier to build a fully qualified Jabber identifier, e.g the logic connects to a XMPP server as foo/Saros but the assigned Jabber identifier may be something like foo/Saros765E18ED !
final String de.fu_berlin.inf.dpp.SarosConstants.XMPP_FEATURE_NAMESPACE = "de.fu_berlin.inf.dpp" [static]

XMPP namespace of the Saros Feature.

See also: XEP-0030: Service Discovery (http://xmpp.org/extensions/xep-0030.html)

 All Classes Namespaces Files Functions Variables Enumerations