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

« back to all changes in this revision

Viewing changes to spec/Account.xml

Tags: upstream-0.7.13
ImportĀ upstreamĀ versionĀ 0.7.13

Show diffs side-by-side

added added

removed removed

Lines of Context:
298
298
      </tp:possible-errors>
299
299
    </method>
300
300
 
301
 
    <tp:struct name="Account_Presence">
302
 
      <tp:docstring>
303
 
        A simplified form of the presence statuses seen in the Presence
304
 
        interface.
305
 
      </tp:docstring>
306
 
 
307
 
      <tp:member name="Type" type="u" tp:type="Connection_Presence_Type">
308
 
        <tp:docstring>
309
 
          The presence type, e.g. Connection_Presence_Type_Away.
310
 
        </tp:docstring>
311
 
      </tp:member>
312
 
 
313
 
      <tp:member name="Status" type="s">
314
 
        <tp:docstring>
315
 
          The connection-manager-specific string identifier of the presence
316
 
          status, e.g. "brb".
317
 
        </tp:docstring>
318
 
      </tp:member>
319
 
 
320
 
      <tp:member name="Message" type="s">
321
 
        <tp:docstring>
322
 
          The user-defined status message, e.g. "Back soon!". This will be
323
 
          used as the value for the 'message' keyword in the Presence
324
 
          interface's dictionary, if possible.
325
 
        </tp:docstring>
326
 
      </tp:member>
327
 
    </tp:struct>
328
 
 
329
301
    <property name="AutomaticPresence" type="(uss)" access="readwrite"
330
 
      tp:type="Account_Presence">
 
302
      tp:type="Simple_Presence">
331
303
      <tp:docstring xmlns="http://www.w3.org/1999/xhtml">
332
304
        <p>The presence status that this account should have if it is brought
333
305
          online.</p>
405
377
    </property>
406
378
 
407
379
    <property name="CurrentPresence" type="(uss)" access="read"
408
 
      tp:type="Account_Presence">
 
380
      tp:type="Simple_Presence">
409
381
      <tp:docstring>
410
382
        The actual presence. If the connection is not online, this should be
411
383
        (Connection_Presence_Type_Offline, "", "").
421
393
    </property>
422
394
 
423
395
    <property name="RequestedPresence" type="(uss)" access="readwrite"
424
 
      tp:type="Account_Presence">
 
396
      tp:type="Simple_Presence">
425
397
      <tp:docstring xmlns="http://www.w3.org/1999/xhtml">
426
398
        <p>The requested presence for this account. When this is changed, the
427
399
          account manager should attempt to manipulate the connection manager