~ubuntu-branches/ubuntu/wily/telepathy-glib/wily

« back to all changes in this revision

Viewing changes to spec/Channel.xml

Tags: upstream-0.9.0
ImportĀ upstreamĀ versionĀ 0.9.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
362
362
          handle).</p>
363
363
 
364
364
        <tp:rationale>
365
 
          <p>The careful wording about the self-handle is because the Renaming
366
 
            interface can cause the return from Connection.GetSelfHandle to
367
 
            change. It's something of a specification bug that we don't signal
368
 
            this in the Connection interface yet.</p>
 
365
          <p>On some protocols, the SelfHandle may change (as signalled by
 
366
            <tp:dbus-ref
 
367
              namespace="org.freedesktop.Telepathy">Connection.SelfHandleChanged</tp:dbus-ref>),
 
368
            but this property is immutable. Hence, locally-requested channels'
 
369
            InitiatorHandle and InitiatorID may not match the current
 
370
            SelfHandle; <tp:member-ref>Requested</tp:member-ref> can be used to
 
371
            determine whether the channel was created locally.</p>
369
372
        </tp:rationale>
370
373
 
371
374
        <p>For channels requested by a remote user, this MUST be their handle.