This file is indexed.

/usr/share/doc/dbus/dbus-specification.html is in dbus-1-doc 1.10.6-1ubuntu3.1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>D-Bus Specification</title><meta name="generator" content="DocBook XSL Stylesheets V1.79.1"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="article"><div class="titlepage"><div><div><h2 class="title"><a name="index"></a>D-Bus Specification</h2></div><div><div class="authorgroup"><div class="author"><h3 class="author"><span class="firstname">Havoc</span> <span class="surname">Pennington</span></h3><div class="affiliation"><span class="orgname">Red Hat, Inc.<br></span><div class="address"><p><br>
            <code class="email">&lt;<a class="email" href="mailto:hp@pobox.com">hp@pobox.com</a>&gt;</code><br>
          </p></div></div></div><div class="author"><h3 class="author"><span class="firstname">Anders</span> <span class="surname">Carlsson</span></h3><div class="affiliation"><span class="orgname">CodeFactory AB<br></span><div class="address"><p><br>
            <code class="email">&lt;<a class="email" href="mailto:andersca@codefactory.se">andersca@codefactory.se</a>&gt;</code><br>
          </p></div></div></div><div class="author"><h3 class="author"><span class="firstname">Alexander</span> <span class="surname">Larsson</span></h3><div class="affiliation"><span class="orgname">Red Hat, Inc.<br></span><div class="address"><p><br>
            <code class="email">&lt;<a class="email" href="mailto:alexl@redhat.com">alexl@redhat.com</a>&gt;</code><br>
          </p></div></div></div><div class="author"><h3 class="author"><span class="firstname">Sven</span> <span class="surname">Herzberg</span></h3><div class="affiliation"><span class="orgname">Imendio AB<br></span><div class="address"><p><br>
            <code class="email">&lt;<a class="email" href="mailto:sven@imendio.com">sven@imendio.com</a>&gt;</code><br>
          </p></div></div></div><div class="author"><h3 class="author"><span class="firstname">Simon</span> <span class="surname">McVittie</span></h3><div class="affiliation"><span class="orgname">Collabora Ltd.<br></span><div class="address"><p><br>
            <code class="email">&lt;<a class="email" href="mailto:simon.mcvittie@collabora.co.uk">simon.mcvittie@collabora.co.uk</a>&gt;</code><br>
          </p></div></div></div><div class="author"><h3 class="author"><span class="firstname">David</span> <span class="surname">Zeuthen</span></h3><div class="affiliation"><div class="address"><p><br>
            <code class="email">&lt;<a class="email" href="mailto:zeuthen@gmail.com">zeuthen@gmail.com</a>&gt;</code><br>
          </p></div></div></div></div></div><div><p class="releaseinfo">Version 0.26</p></div><div><div class="revhistory"><table style="border-style:solid; width:100%;" summary="Revision History"><tr><th align="left" valign="top" colspan="3"><b>Revision History</b></th></tr><tr><td align="left">Revision 0.26</td><td align="left">2015-02-19</td><td align="left">smcv, rh</td></tr><tr><td align="left" colspan="3">
         GetConnectionCredentials can return LinuxSecurityLabel or
         WindowsSID; add privileged BecomeMonitor method
       </td></tr><tr><td align="left">Revision 0.25</td><td align="left">2014-11-10</td><td align="left">smcv, lennart</td></tr><tr><td align="left" colspan="3">
         ALLOW_INTERACTIVE_AUTHORIZATION flag, EmitsChangedSignal=const
       </td></tr><tr><td align="left">Revision 0.24</td><td align="left">2014-10-01</td><td align="left">SMcV</td></tr><tr><td align="left" colspan="3">
         non-method-calls never expect a reply even without NO_REPLY_EXPECTED;
         document how to quote match rules
       </td></tr><tr><td align="left">Revision 0.23</td><td align="left">2014-01-06</td><td align="left">SMcV, CY</td></tr><tr><td align="left" colspan="3">
         method call messages with no INTERFACE may be considered an error;
         document tcp:bind=... and nonce-tcp:bind=...; define listenable
         and connectable addresses
       </td></tr><tr><td align="left">Revision 0.22</td><td align="left">2013-10-09</td><td align="left"></td></tr><tr><td align="left" colspan="3">add GetConnectionCredentials, document
        GetAtdAuditSessionData, document GetConnectionSELinuxSecurityContext,
        document and correct .service file syntax and naming
      </td></tr><tr><td align="left">Revision 0.21</td><td align="left">2013-04-25</td><td align="left">smcv</td></tr><tr><td align="left" colspan="3">allow Unicode noncharacters in UTF-8 (Unicode
         Corrigendum #9)</td></tr><tr><td align="left">Revision 0.20</td><td align="left">22 February 2013</td><td align="left">smcv, walters</td></tr><tr><td align="left" colspan="3">reorganise for clarity, remove false claims about
         basic types, mention /o/fd/DBus</td></tr><tr><td align="left">Revision 0.19</td><td align="left">20 February 2012</td><td align="left">smcv/lp</td></tr><tr><td align="left" colspan="3">formally define unique connection names and well-known
        bus names; document best practices for interface, bus, member and
        error names, and object paths; document the search path for session
        and system services on Unix; document the systemd transport</td></tr><tr><td align="left">Revision 0.18</td><td align="left">29 July 2011</td><td align="left">smcv</td></tr><tr><td align="left" colspan="3">define eavesdropping, unicast, broadcast; add eavesdrop
         match keyword; promote type system to a top-level section</td></tr><tr><td align="left">Revision 0.17</td><td align="left">1 June 2011</td><td align="left">smcv/davidz</td></tr><tr><td align="left" colspan="3">define ObjectManager; reserve extra pseudo-type-codes used
         by GVariant</td></tr><tr><td align="left">Revision 0.16</td><td align="left">11 April 2011</td><td align="left"></td></tr><tr><td align="left" colspan="3">add path_namespace, arg0namespace; argNpath matches object
        paths</td></tr><tr><td align="left">Revision 0.15</td><td align="left">3 November 2010</td><td align="left"></td></tr><tr><td align="left" colspan="3"></td></tr><tr><td align="left">Revision 0.14</td><td align="left">12 May 2010</td><td align="left"></td></tr><tr><td align="left" colspan="3"></td></tr><tr><td align="left">Revision 0.13</td><td align="left">23 Dezember 2009</td><td align="left"></td></tr><tr><td align="left" colspan="3"></td></tr><tr><td align="left">Revision 0.12</td><td align="left">7 November, 2006</td><td align="left"></td></tr><tr><td align="left" colspan="3"></td></tr><tr><td align="left">Revision 0.11</td><td align="left">6 February 2005</td><td align="left"></td></tr><tr><td align="left" colspan="3"></td></tr><tr><td align="left">Revision 0.10</td><td align="left">28 January 2005</td><td align="left"></td></tr><tr><td align="left" colspan="3"></td></tr><tr><td align="left">Revision 0.9</td><td align="left">7 Januar 2005</td><td align="left"></td></tr><tr><td align="left" colspan="3"></td></tr><tr><td align="left">Revision 0.8</td><td align="left">06 September 2003</td><td align="left"></td></tr><tr><td align="left" colspan="3">First released document.</td></tr></table></div></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl class="toc"><dt><span class="sect1"><a href="#introduction">Introduction</a></span></dt><dd><dl><dt><span class="sect2"><a href="#stability">Protocol and Specification Stability</a></span></dt></dl></dd><dt><span class="sect1"><a href="#type-system">Type System</a></span></dt><dd><dl><dt><span class="sect2"><a href="#basic-types">Basic types</a></span></dt><dt><span class="sect2"><a href="#container-types">Container types</a></span></dt><dt><span class="sect2"><a href="#idp61192272">Summary of types</a></span></dt></dl></dd><dt><span class="sect1"><a href="#message-protocol-marshaling">Marshaling (Wire Format)</a></span></dt><dd><dl><dt><span class="sect2"><a href="#idp61249984">Byte order and alignment</a></span></dt><dt><span class="sect2"><a href="#idp61255728">Marshalling basic types</a></span></dt><dt><span class="sect2"><a href="#idp61260672">Marshalling containers</a></span></dt><dt><span class="sect2"><a href="#idp61269056">Summary of D-Bus marshalling</a></span></dt></dl></dd><dt><span class="sect1"><a href="#message-protocol">Message Protocol</a></span></dt><dd><dl><dt><span class="sect2"><a href="#message-protocol-messages">Message Format</a></span></dt><dt><span class="sect2"><a href="#message-protocol-names">Valid Names</a></span></dt><dt><span class="sect2"><a href="#message-protocol-types">Message Types</a></span></dt><dt><span class="sect2"><a href="#message-protocol-handling-invalid">Invalid Protocol and Spec Extensions</a></span></dt></dl></dd><dt><span class="sect1"><a href="#auth-protocol">Authentication Protocol</a></span></dt><dd><dl><dt><span class="sect2"><a href="#auth-protocol-overview">Protocol Overview</a></span></dt><dt><span class="sect2"><a href="#auth-nul-byte">Special credentials-passing nul byte</a></span></dt><dt><span class="sect2"><a href="#auth-command-auth">AUTH command</a></span></dt><dt><span class="sect2"><a href="#auth-command-cancel">CANCEL Command</a></span></dt><dt><span class="sect2"><a href="#auth-command-data">DATA Command</a></span></dt><dt><span class="sect2"><a href="#auth-command-begin">BEGIN Command</a></span></dt><dt><span class="sect2"><a href="#auth-command-rejected">REJECTED Command</a></span></dt><dt><span class="sect2"><a href="#auth-command-ok">OK Command</a></span></dt><dt><span class="sect2"><a href="#auth-command-error">ERROR Command</a></span></dt><dt><span class="sect2"><a href="#auth-command-negotiate-unix-fd">NEGOTIATE_UNIX_FD Command</a></span></dt><dt><span class="sect2"><a href="#auth-command-agree-unix-fd">AGREE_UNIX_FD Command</a></span></dt><dt><span class="sect2"><a href="#auth-command-future">Future Extensions</a></span></dt><dt><span class="sect2"><a href="#auth-examples">Authentication examples</a></span></dt><dt><span class="sect2"><a href="#auth-states">Authentication state diagrams</a></span></dt><dt><span class="sect2"><a href="#auth-mechanisms">Authentication mechanisms</a></span></dt></dl></dd><dt><span class="sect1"><a href="#addresses">Server Addresses</a></span></dt><dt><span class="sect1"><a href="#transports">Transports</a></span></dt><dd><dl><dt><span class="sect2"><a href="#transports-unix-domain-sockets">Unix Domain Sockets</a></span></dt><dt><span class="sect2"><a href="#transports-launchd">launchd</a></span></dt><dt><span class="sect2"><a href="#transports-systemd">systemd</a></span></dt><dt><span class="sect2"><a href="#transports-tcp-sockets">TCP Sockets</a></span></dt><dt><span class="sect2"><a href="#transports-nonce-tcp-sockets">Nonce-secured TCP Sockets</a></span></dt><dt><span class="sect2"><a href="#transports-exec">Executed Subprocesses on Unix</a></span></dt></dl></dd><dt><span class="sect1"><a href="#meta-transports">Meta Transports</a></span></dt><dd><dl><dt><span class="sect2"><a href="#meta-transports-autolaunch">Autolaunch</a></span></dt></dl></dd><dt><span class="sect1"><a href="#uuids">UUIDs</a></span></dt><dt><span class="sect1"><a href="#standard-interfaces">Standard Interfaces</a></span></dt><dd><dl><dt><span class="sect2"><a href="#standard-interfaces-peer"><code class="literal">org.freedesktop.DBus.Peer</code></a></span></dt><dt><span class="sect2"><a href="#standard-interfaces-introspectable"><code class="literal">org.freedesktop.DBus.Introspectable</code></a></span></dt><dt><span class="sect2"><a href="#standard-interfaces-properties"><code class="literal">org.freedesktop.DBus.Properties</code></a></span></dt><dt><span class="sect2"><a href="#standard-interfaces-objectmanager"><code class="literal">org.freedesktop.DBus.ObjectManager</code></a></span></dt></dl></dd><dt><span class="sect1"><a href="#introspection-format">Introspection Data Format</a></span></dt><dt><span class="sect1"><a href="#message-bus">Message Bus Specification</a></span></dt><dd><dl><dt><span class="sect2"><a href="#message-bus-overview">Message Bus Overview</a></span></dt><dt><span class="sect2"><a href="#message-bus-names">Message Bus Names</a></span></dt><dt><span class="sect2"><a href="#message-bus-routing">Message Bus Message Routing</a></span></dt><dt><span class="sect2"><a href="#message-bus-starting-services">Message Bus Starting Services</a></span></dt><dt><span class="sect2"><a href="#message-bus-types">Well-known Message Bus Instances</a></span></dt><dt><span class="sect2"><a href="#message-bus-messages">Message Bus Messages</a></span></dt></dl></dd><dt><span class="glossary"><a href="#idp62446080">Glossary</a></span></dt></dl></div><div class="sect1"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="introduction"></a>Introduction</h2></div></div></div><p>
      D-Bus is a system for low-overhead, easy to use
      interprocess communication (IPC). In more detail:
      </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>
            D-Bus is <span class="emphasis"><em>low-overhead</em></span> because it uses a
            binary protocol, and does not have to convert to and from a text
            format such as XML. Because D-Bus is intended for potentially
            high-resolution same-machine IPC, not primarily for Internet IPC,
            this is an interesting optimization. D-Bus is also designed to
            avoid round trips and allow asynchronous operation, much like
            the X protocol.
          </p></li><li class="listitem"><p>
            D-Bus is <span class="emphasis"><em>easy to use</em></span> because it works in terms
            of <em class="firstterm">messages</em> rather than byte streams, and
            automatically handles a lot of the hard IPC issues. Also, the D-Bus
            library is designed to be wrapped in a way that lets developers use
            their framework's existing object/type system, rather than learning
            a new one specifically for IPC.
          </p></li></ul></div><p>
    </p><p>
      The base D-Bus protocol is a one-to-one (peer-to-peer or client-server)
      protocol, specified in <a class="xref" href="#message-protocol" title="Message Protocol">the section called &#8220;Message Protocol&#8221;</a>. That is, it is
      a system for one application to talk to a single other
      application. However, the primary intended application of the protocol is the
      D-Bus <em class="firstterm">message bus</em>, specified in <a class="xref" href="#message-bus" title="Message Bus Specification">the section called &#8220;Message Bus Specification&#8221;</a>. The message bus is a special application that
      accepts connections from multiple other applications, and forwards
      messages among them.
    </p><p>
      Uses of D-Bus include notification of system changes (notification of when
      a camera is plugged in to a computer, or a new version of some software
      has been installed), or desktop interoperability, for example a file
      monitoring service or a configuration service.
    </p><p>
      D-Bus is designed for two specific use cases:
      </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>
            A "system bus" for notifications from the system to user sessions,
            and to allow the system to request input from user sessions.
          </p></li><li class="listitem"><p>
            A "session bus" used to implement desktop environments such as 
            GNOME and KDE.
          </p></li></ul></div><p>
      D-Bus is not intended to be a generic IPC system for any possible 
      application, and intentionally omits many features found in other 
      IPC systems for this reason.
    </p><p>
      At the same time, the bus daemons offer a number of features not found in
      other IPC systems, such as single-owner "bus names" (similar to X
      selections), on-demand startup of services, and security policies.
      In many ways, these features are the primary motivation for developing 
      D-Bus; other systems would have sufficed if IPC were the only goal.
    </p><p>
      D-Bus may turn out to be useful in unanticipated applications, but future
      versions of this spec and the reference implementation probably will not
      incorporate features that interfere with the core use cases.
    </p><p>
      The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
      "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this
      document are to be interpreted as described in RFC 2119. However, the
      document could use a serious audit to be sure it makes sense to do
      so. Also, they are not capitalized.
    </p><div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a name="stability"></a>Protocol and Specification Stability</h3></div></div></div><p>
        The D-Bus protocol is frozen (only compatible extensions are allowed) as
        of November 8, 2006.  However, this specification could still use a fair
        bit of work to make interoperable reimplementation possible without
        reference to the D-Bus reference implementation. Thus, this
        specification is not marked 1.0. To mark it 1.0, we'd like to see
        someone invest significant effort in clarifying the specification
        language, and growing the specification to cover more aspects of the
        reference implementation's behavior.
      </p><p>
        Until this work is complete, any attempt to reimplement D-Bus will 
        probably require looking at the reference implementation and/or asking
        questions on the D-Bus mailing list about intended behavior. 
        Questions on the list are very welcome.
      </p><p>
        Nonetheless, this document should be a useful starting point and is 
        to our knowledge accurate, though incomplete.
      </p></div></div><div class="sect1"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="type-system"></a>Type System</h2></div></div></div><p>
      D-Bus has a type system, in which values of various types can be
      serialized into a sequence of bytes referred to as the
      <em class="firstterm">wire format</em> in a standard way.
      Converting a value from some other representation into the wire
      format is called <em class="firstterm">marshaling</em> and converting
      it back from the wire format is <em class="firstterm">unmarshaling</em>.
    </p><p>
      The D-Bus protocol does not include type tags in the marshaled data; a
      block of marshaled values must have a known <em class="firstterm">type
        signature</em>. The type signature is made up of zero or more
      <em class="firstterm"><a name="term-single-complete-type"></a>single complete
        types</em>, each made up of one or more
      <em class="firstterm">type codes</em>.
    </p><p>
      A type code is an ASCII character representing the
      type of a value. Because ASCII characters are used, the type signature
      will always form a valid ASCII string. A simple string compare
      determines whether two type signatures are equivalent.
    </p><p>
      A single complete type is a sequence of type codes that fully describes
      one type: either a basic type, or a single fully-described container type.
      A single complete type is a basic type code, a variant type code,
      an array with its element type, or a struct with its fields (all of which
      are defined below). So the following signatures are not single complete
      types:
      </p><pre class="programlisting">
        "aa"
      </pre><p>
      </p><pre class="programlisting">
        "(ii"
      </pre><p>
      </p><pre class="programlisting">
        "ii)"
      </pre><p>
      And the following signatures contain multiple complete types:
      </p><pre class="programlisting">
        "ii"
      </pre><p>
      </p><pre class="programlisting">
        "aiai"
      </pre><p>
      </p><pre class="programlisting">
        "(ii)(ii)"
      </pre><p>
      Note however that a single complete type may <span class="emphasis"><em>contain</em></span>
      multiple other single complete types, by containing a struct or dict
      entry.
    </p><div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a name="basic-types"></a>Basic types</h3></div></div></div><p>
        The simplest type codes are the <em class="firstterm"><a name="term-basic-type"></a>basic
          types</em>, which are the types whose structure is entirely
        defined by their 1-character type code. Basic types consist of
        fixed types and string-like types.
      </p><p>
        The <em class="firstterm"><a name="term-fixed-type"></a>fixed types</em>
        are basic types whose values have a fixed length, namely BYTE,
        BOOLEAN, DOUBLE, UNIX_FD, and signed or unsigned integers of length
        16, 32 or 64 bits.
      </p><p>
        As a simple example, the type code for 32-bit integer (<code class="literal">INT32</code>) is
        the ASCII character 'i'. So the signature for a block of values 
        containing a single <code class="literal">INT32</code> would be:
        </p><pre class="programlisting">
          "i"
        </pre><p>
        A block of values containing two <code class="literal">INT32</code> would have this signature:
        </p><pre class="programlisting">
          "ii"
        </pre><p>        
      </p><p>
        The characteristics of the fixed types are listed in this table.

        </p><div class="informaltable"><table class="informaltable" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>Conventional name</th><th>ASCII type-code</th><th>Encoding</th></tr></thead><tbody><tr><td><code class="literal">BYTE</code></td><td><code class="literal">y</code> (121)</td><td>Unsigned 8-bit integer</td></tr><tr><td><code class="literal">BOOLEAN</code></td><td><code class="literal">b</code> (98)</td><td>Boolean value: 0 is false, 1 is true, any other value
                  allowed by the marshalling format is invalid</td></tr><tr><td><code class="literal">INT16</code></td><td><code class="literal">n</code> (110)</td><td>Signed (two's complement) 16-bit integer</td></tr><tr><td><code class="literal">UINT16</code></td><td><code class="literal">q</code> (113)</td><td>Unsigned 16-bit integer</td></tr><tr><td><code class="literal">INT32</code></td><td><code class="literal">i</code> (105)</td><td>Signed (two's complement) 32-bit integer</td></tr><tr><td><code class="literal">UINT32</code></td><td><code class="literal">u</code> (117)</td><td>Unsigned 32-bit integer</td></tr><tr><td><code class="literal">INT64</code></td><td><code class="literal">x</code> (120)</td><td>Signed (two's complement) 64-bit integer
                  (mnemonic: x and t are the first characters in "sixty" not
                  already used for something more common)</td></tr><tr><td><code class="literal">UINT64</code></td><td><code class="literal">t</code> (116)</td><td>Unsigned 64-bit integer</td></tr><tr><td><code class="literal">DOUBLE</code></td><td><code class="literal">d</code> (100)</td><td>IEEE 754 double-precision floating point</td></tr><tr><td><code class="literal">UNIX_FD</code></td><td><code class="literal">h</code> (104)</td><td>Unsigned 32-bit integer representing an index into an
                  out-of-band array of file descriptors, transferred via some
                  platform-specific mechanism (mnemonic: h for handle)</td></tr></tbody></table></div><p>
      </p><p>
        The <em class="firstterm"><a name="term-string-like-type"></a>string-like types</em>
        are basic types with a variable length. The value of any string-like
        type is conceptually 0 or more Unicode codepoints encoded in UTF-8,
        none of which may be U+0000. The UTF-8 text must be validated
        strictly: in particular, it must not contain overlong sequences
        or codepoints above U+10FFFF.
      </p><p>
        Since D-Bus Specification version 0.21, in accordance with Unicode
        Corrigendum #9, the "noncharacters" U+FDD0..U+FDEF, U+nFFFE and
        U+nFFFF are allowed in UTF-8 strings (but note that older versions of
        D-Bus rejected these noncharacters).
      </p><p>
        The marshalling formats for the string-like types all end with a
        single zero (NUL) byte, but that byte is not considered to be part of
        the text.
      </p><p>
        The characteristics of the string-like types are listed in this table.

        </p><div class="informaltable"><table class="informaltable" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>Conventional name</th><th>ASCII type-code</th><th>Validity constraints</th></tr></thead><tbody><tr><td><code class="literal">STRING</code></td><td><code class="literal">s</code> (115)</td><td>No extra constraints</td></tr><tr><td><code class="literal">OBJECT_PATH</code></td><td><code class="literal">o</code> (111)</td><td>Must be
                  <a class="link" href="#message-protocol-marshaling-object-path" title="Valid Object Paths">a
                    syntactically valid object path</a></td></tr><tr><td><code class="literal">SIGNATURE</code></td><td><code class="literal">g</code> (103)</td><td>Zero or more
                  <a class="firstterm" href="#term-single-complete-type"><em class="firstterm"><a class="firstterm" href="#term-single-complete-type">single
                    complete types</a></em></a></td></tr></tbody></table></div><p>
      </p><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="message-protocol-marshaling-object-path"></a>Valid Object Paths</h4></div></div></div><p>
          An object path is a name used to refer to an object instance.
          Conceptually, each participant in a D-Bus message exchange may have
          any number of object instances (think of C++ or Java objects) and each
          such instance will have a path. Like a filesystem, the object
          instances in an application form a hierarchical tree.
        </p><p>
          Object paths are often namespaced by starting with a reversed
          domain name and containing an interface version number, in the
          same way as
          <a class="link" href="#message-protocol-names-interface" title="Interface names">interface
            names</a> and
          <a class="link" href="#message-protocol-names-bus" title="Bus names">well-known
            bus names</a>.
          This makes it possible to implement more than one service, or
          more than one version of a service, in the same process,
          even if the services share a connection but cannot otherwise
          co-operate (for instance, if they are implemented by different
          plugins).
        </p><p>
          For instance, if the owner of <code class="literal">example.com</code> is
          developing a D-Bus API for a music player, they might use the
          hierarchy of object paths that start with
          <code class="literal">/com/example/MusicPlayer1</code> for its objects.
        </p><p>
          The following rules define a valid object path. Implementations must
          not send or accept messages with invalid object paths.
          </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>
                The path may be of any length.
              </p></li><li class="listitem"><p>
                The path must begin with an ASCII '/' (integer 47) character,
                and must consist of elements separated by slash characters.
              </p></li><li class="listitem"><p>
                Each element must only contain the ASCII characters
                "[A-Z][a-z][0-9]_"
              </p></li><li class="listitem"><p>
                No element may be the empty string.
              </p></li><li class="listitem"><p>
                Multiple '/' characters cannot occur in sequence.
              </p></li><li class="listitem"><p>
                A trailing '/' character is not allowed unless the
                path is the root path (a single '/' character).
              </p></li></ul></div><p>
        </p></div><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="message-protocol-marshaling-signature"></a>Valid Signatures</h4></div></div></div><p>
          An implementation must not send or accept invalid signatures.
          Valid signatures will conform to the following rules:
          </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>
                The signature is a list of single complete types.
                Arrays must have element types, and structs must
                have both open and close parentheses.
              </p></li><li class="listitem"><p>
                Only type codes, open and close parentheses, and open and
                close curly brackets are allowed in the signature. The
                <code class="literal">STRUCT</code> type code
                is not allowed in signatures, because parentheses
                are used instead. Similarly, the
                <code class="literal">DICT_ENTRY</code> type code is not allowed in
                signatures, because curly brackets are used instead.
              </p></li><li class="listitem"><p>
                The maximum depth of container type nesting is 32 array type
                codes and 32 open parentheses. This implies that the maximum
                total depth of recursion is 64, for an "array of array of array
                of ... struct of struct of struct of ..."  where there are 32
                array and 32 struct.
              </p></li><li class="listitem"><p>
                The maximum length of a signature is 255.
              </p></li></ul></div><p>
        </p><p>
          When signatures appear in messages, the marshalling format
          guarantees that they will be followed by a nul byte (which can
          be interpreted as either C-style string termination or the INVALID
          type-code), but this is not conceptually part of the signature.
        </p></div></div><div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a name="container-types"></a>Container types</h3></div></div></div><p>
        In addition to basic types, there are four <em class="firstterm">container</em> 
        types: <code class="literal">STRUCT</code>, <code class="literal">ARRAY</code>, <code class="literal">VARIANT</code>, 
        and <code class="literal">DICT_ENTRY</code>.
      </p><p>
        <code class="literal">STRUCT</code> has a type code, ASCII character 'r', but this type 
        code does not appear in signatures. Instead, ASCII characters
        '(' and ')' are used to mark the beginning and end of the struct.
        So for example, a struct containing two integers would have this 
        signature:
        </p><pre class="programlisting">
          "(ii)"
        </pre><p>
        Structs can be nested, so for example a struct containing 
        an integer and another struct:
        </p><pre class="programlisting">
          "(i(ii))"
        </pre><p>
        The value block storing that struct would contain three integers; the
        type signature allows you to distinguish "(i(ii))" from "((ii)i)" or
        "(iii)" or "iii".
      </p><p>
        The <code class="literal">STRUCT</code> type code 'r' is not currently used in the D-Bus protocol,
        but is useful in code that implements the protocol. This type code 
        is specified to allow such code to interoperate in non-protocol contexts.
      </p><p>
        Empty structures are not allowed; there must be at least one
        type code between the parentheses.
      </p><p>
        <code class="literal">ARRAY</code> has ASCII character 'a' as type code. The array type code must be
        followed by a <em class="firstterm">single complete type</em>. The single
        complete type following the array is the type of each array element. So
        the simple example is:
        </p><pre class="programlisting">
          "ai"
        </pre><p>
        which is an array of 32-bit integers. But an array can be of any type, 
        such as this array-of-struct-with-two-int32-fields:
        </p><pre class="programlisting">
          "a(ii)"
        </pre><p>
        Or this array of array of integer:
        </p><pre class="programlisting">
          "aai"
        </pre><p>
      </p><p>
        <code class="literal">VARIANT</code> has ASCII character 'v' as its type code. A marshaled value of
        type <code class="literal">VARIANT</code> will have the signature of a single complete type as part
        of the <span class="emphasis"><em>value</em></span>.  This signature will be followed by a
        marshaled value of that type.
      </p><p>
        Unlike a message signature, the variant signature can
        contain only a single complete type.  So "i", "ai"
        or "(ii)" is OK, but "ii" is not.  Use of variants may not
        cause a total message depth to be larger than 64, including
        other container types such as structures.
      </p><p>
        A <code class="literal">DICT_ENTRY</code> works exactly like a struct, but rather
        than parentheses it uses curly braces, and it has more restrictions.
        The restrictions are: it occurs only as an array element type; it has
        exactly two single complete types inside the curly braces; the first
        single complete type (the "key") must be a basic type rather than a
        container type. Implementations must not accept dict entries outside of
        arrays, must not accept dict entries with zero, one, or more than two
        fields, and must not accept dict entries with non-basic-typed keys. A
        dict entry is always a key-value pair.
      </p><p>
        The first field in the <code class="literal">DICT_ENTRY</code> is always the key.
        A message is considered corrupt if the same key occurs twice in the same
        array of <code class="literal">DICT_ENTRY</code>. However, for performance reasons
        implementations are not required to reject dicts with duplicate keys.
      </p><p>
        In most languages, an array of dict entry would be represented as a 
        map, hash table, or dict object.
      </p></div><div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a name="idp61192272"></a>Summary of types</h3></div></div></div><p>
        The following table summarizes the D-Bus types.
        </p><div class="informaltable"><table class="informaltable" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>Category</th><th>Conventional Name</th><th>Code</th><th>Description</th></tr></thead><tbody><tr><td>reserved</td><td><code class="literal">INVALID</code></td><td>0 (ASCII NUL)</td><td>Not a valid type code, used to terminate signatures</td></tr><tr><td>fixed, basic</td><td><code class="literal">BYTE</code></td><td>121 (ASCII 'y')</td><td>8-bit unsigned integer</td></tr><tr><td>fixed, basic</td><td><code class="literal">BOOLEAN</code></td><td>98 (ASCII 'b')</td><td>Boolean value, 0 is <code class="literal">FALSE</code> and 1 is <code class="literal">TRUE</code>. Everything else is invalid.</td></tr><tr><td>fixed, basic</td><td><code class="literal">INT16</code></td><td>110 (ASCII 'n')</td><td>16-bit signed integer</td></tr><tr><td>fixed, basic</td><td><code class="literal">UINT16</code></td><td>113 (ASCII 'q')</td><td>16-bit unsigned integer</td></tr><tr><td>fixed, basic</td><td><code class="literal">INT32</code></td><td>105 (ASCII 'i')</td><td>32-bit signed integer</td></tr><tr><td>fixed, basic</td><td><code class="literal">UINT32</code></td><td>117 (ASCII 'u')</td><td>32-bit unsigned integer</td></tr><tr><td>fixed, basic</td><td><code class="literal">INT64</code></td><td>120 (ASCII 'x')</td><td>64-bit signed integer</td></tr><tr><td>fixed, basic</td><td><code class="literal">UINT64</code></td><td>116 (ASCII 't')</td><td>64-bit unsigned integer</td></tr><tr><td>fixed, basic</td><td><code class="literal">DOUBLE</code></td><td>100 (ASCII 'd')</td><td>IEEE 754 double</td></tr><tr><td>string-like, basic</td><td><code class="literal">STRING</code></td><td>115 (ASCII 's')</td><td>UTF-8 string (<span class="emphasis"><em>must</em></span> be valid UTF-8). Must be nul terminated and contain no other nul bytes.</td></tr><tr><td>string-like, basic</td><td><code class="literal">OBJECT_PATH</code></td><td>111 (ASCII 'o')</td><td>Name of an object instance</td></tr><tr><td>string-like, basic</td><td><code class="literal">SIGNATURE</code></td><td>103 (ASCII 'g')</td><td>A type signature</td></tr><tr><td>container</td><td><code class="literal">ARRAY</code></td><td>97 (ASCII 'a')</td><td>Array</td></tr><tr><td>container</td><td><code class="literal">STRUCT</code></td><td>114 (ASCII 'r'), 40 (ASCII '('), 41 (ASCII ')')</td><td>Struct; type code 114 'r' is reserved for use in
                  bindings and implementations to represent the general
                  concept of a struct, and must not appear in signatures
                  used on D-Bus.</td></tr><tr><td>container</td><td><code class="literal">VARIANT</code></td><td>118 (ASCII 'v') </td><td>Variant type (the type of the value is part of the value itself)</td></tr><tr><td>container</td><td><code class="literal">DICT_ENTRY</code></td><td>101 (ASCII 'e'), 123 (ASCII '{'), 125 (ASCII '}') </td><td>Entry in a dict or map (array of key-value pairs).
                  Type code 101 'e' is reserved for use in bindings and
                  implementations to represent the general concept of a
                  dict or dict-entry, and must not appear in signatures
                  used on D-Bus.</td></tr><tr><td>fixed, basic</td><td><code class="literal">UNIX_FD</code></td><td>104 (ASCII 'h')</td><td>Unix file descriptor</td></tr><tr><td>reserved</td><td>(reserved)</td><td>109 (ASCII 'm')</td><td>Reserved for <a class="ulink" href="https://bugs.freedesktop.org/show_bug.cgi?id=27857" target="_top">a
                  'maybe' type compatible with the one in GVariant</a>,
                  and must not appear in signatures used on D-Bus until
                  specified here</td></tr><tr><td>reserved</td><td>(reserved)</td><td>42 (ASCII '*')</td><td>Reserved for use in bindings/implementations to
                  represent any <em class="firstterm">single complete type</em>,
                  and must not appear in signatures used on D-Bus.</td></tr><tr><td>reserved</td><td>(reserved)</td><td>63 (ASCII '?')</td><td>Reserved for use in bindings/implementations to
                  represent any <em class="firstterm">basic type</em>, and must
                  not appear in signatures used on D-Bus.</td></tr><tr><td>reserved</td><td>(reserved)</td><td>64 (ASCII '@'), 38 (ASCII '&amp;'),
                  94 (ASCII '^')</td><td>Reserved for internal use by bindings/implementations,
                  and must not appear in signatures used on D-Bus.
                  GVariant uses these type-codes to encode calling
                  conventions.</td></tr></tbody></table></div><p>
      </p></div></div><div class="sect1"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="message-protocol-marshaling"></a>Marshaling (Wire Format)</h2></div></div></div><p>
      D-Bus defines a marshalling format for its type system, which is
      used in D-Bus messages. This is not the only possible marshalling
      format for the type system: for instance, GVariant (part of GLib)
      re-uses the D-Bus type system but implements an alternative marshalling
      format.
    </p><div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a name="idp61249984"></a>Byte order and alignment</h3></div></div></div><p>
        Given a type signature, a block of bytes can be converted into typed
        values. This section describes the format of the block of bytes.  Byte
        order and alignment issues are handled uniformly for all D-Bus types.
      </p><p>
        A block of bytes has an associated byte order. The byte order
        has to be discovered in some way; for D-Bus messages, the
        byte order is part of the message header as described in
        <a class="xref" href="#message-protocol-messages" title="Message Format">the section called &#8220;Message Format&#8221;</a>. For now, assume
        that the byte order is known to be either little endian or big
          endian.
      </p><p>
        Each value in a block of bytes is aligned "naturally," for example
        4-byte values are aligned to a 4-byte boundary, and 8-byte values to an
        8-byte boundary. To properly align a value, <em class="firstterm">alignment
        padding</em> may be necessary. The alignment padding must always
        be the minimum required padding to properly align the following value;
        and it must always be made up of nul bytes. The alignment padding must
        not be left uninitialized (it can't contain garbage), and more padding
        than required must not be used.
      </p><p>
        As an exception to natural alignment, <code class="literal">STRUCT</code> and
        <code class="literal">DICT_ENTRY</code> values are always aligned to an 8-byte
        boundary, regardless of the alignments of their contents.
      </p></div><div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a name="idp61255728"></a>Marshalling basic types</h3></div></div></div><p>
        To marshal and unmarshal fixed types, you simply read one value
        from the data block corresponding to each type code in the signature.
        All signed integer values are encoded in two's complement, DOUBLE
        values are IEEE 754 double-precision floating-point, and BOOLEAN
        values are encoded in 32 bits (of which only the least significant
        bit is used).
      </p><p>
        The string-like types are all marshalled as a
        fixed-length unsigned integer <code class="varname">n</code> giving the
        length of the variable part, followed by <code class="varname">n</code>
        nonzero bytes of UTF-8 text, followed by a single zero (nul) byte
        which is not considered to be part of the text. The alignment
        of the string-like type is the same as the alignment of
        <code class="varname">n</code>.
      </p><p>
        For the STRING and OBJECT_PATH types, <code class="varname">n</code> is
        encoded in 4 bytes, leading to 4-byte alignment.
        For the SIGNATURE type, <code class="varname">n</code> is encoded as a single
        byte. As a result, alignment padding is never required before a
        SIGNATURE.
      </p></div><div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a name="idp61260672"></a>Marshalling containers</h3></div></div></div><p>
        Arrays are marshalled as a <code class="literal">UINT32</code>
        <code class="varname">n</code> giving the length of the array data in bytes,
        followed by alignment padding to the alignment boundary of the array
        element type, followed by the <code class="varname">n</code> bytes of the
        array elements marshalled in sequence. <code class="varname">n</code> does not
        include the padding after the length, or any padding after the
        last element.
      </p><p>
        For instance, if the current position in the message is a multiple
        of 8 bytes and the byte-order is big-endian, an array containing only
        the 64-bit integer 5 would be marshalled as:

        </p><pre class="screen">
00 00 00 08               <em class="lineannotation"><span class="lineannotation">8 bytes of data</span></em>
00 00 00 00               <em class="lineannotation"><span class="lineannotation">padding to 8-byte boundary</span></em>
00 00 00 00  00 00 00 05  <em class="lineannotation"><span class="lineannotation">first element = 5</span></em>
        </pre><p>
      </p><p>
        Arrays have a maximum length defined to be 2 to the 26th power or
        67108864 (64 MiB). Implementations must not send or accept arrays
        exceeding this length.
      </p><p>
        Structs and dict entries are marshalled in the same way as their
        contents, but their alignment is always to an 8-byte boundary,
        even if their contents would normally be less strictly aligned.
      </p><p>
        Variants are marshalled as the <code class="literal">SIGNATURE</code> of
        the contents (which must be a single complete type), followed by a
        marshalled value with the type given by that signature. The
        variant has the same 1-byte alignment as the signature, which means
        that alignment padding before a variant is never needed.
        Use of variants may not cause a total message depth to be larger
        than 64, including other container types such as structures.
      </p></div><div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a name="idp61269056"></a>Summary of D-Bus marshalling</h3></div></div></div><p>
        Given all this, the types are marshaled on the wire as follows:
        </p><div class="informaltable"><table class="informaltable" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>Conventional Name</th><th>Encoding</th><th>Alignment</th></tr></thead><tbody><tr><td><code class="literal">INVALID</code></td><td>Not applicable; cannot be marshaled.</td><td>N/A</td></tr><tr><td><code class="literal">BYTE</code></td><td>A single 8-bit byte.</td><td>1</td></tr><tr><td><code class="literal">BOOLEAN</code></td><td>As for <code class="literal">UINT32</code>, but only 0 and 1 are valid values.</td><td>4</td></tr><tr><td><code class="literal">INT16</code></td><td>16-bit signed integer in the message's byte order.</td><td>2</td></tr><tr><td><code class="literal">UINT16</code></td><td>16-bit unsigned integer in the message's byte order.</td><td>2</td></tr><tr><td><code class="literal">INT32</code></td><td>32-bit signed integer in the message's byte order.</td><td>4</td></tr><tr><td><code class="literal">UINT32</code></td><td>32-bit unsigned integer in the message's byte order.</td><td>4</td></tr><tr><td><code class="literal">INT64</code></td><td>64-bit signed integer in the message's byte order.</td><td>8</td></tr><tr><td><code class="literal">UINT64</code></td><td>64-bit unsigned integer in the message's byte order.</td><td>8</td></tr><tr><td><code class="literal">DOUBLE</code></td><td>64-bit IEEE 754 double in the message's byte order.</td><td>8</td></tr><tr><td><code class="literal">STRING</code></td><td>A <code class="literal">UINT32</code> indicating the string's 
                  length in bytes excluding its terminating nul, followed by 
                  non-nul string data of the given length, followed by a terminating nul 
                  byte.
                </td><td>
                  4 (for the length)
                </td></tr><tr><td><code class="literal">OBJECT_PATH</code></td><td>Exactly the same as <code class="literal">STRING</code> except the 
                  content must be a valid object path (see above).
                </td><td>
                  4 (for the length)
                </td></tr><tr><td><code class="literal">SIGNATURE</code></td><td>The same as <code class="literal">STRING</code> except the length is a single 
                  byte (thus signatures have a maximum length of 255)
                  and the content must be a valid signature (see above).
                </td><td>
                  1
                </td></tr><tr><td><code class="literal">ARRAY</code></td><td>
                  A <code class="literal">UINT32</code> giving the length of the array data in bytes, followed by 
                  alignment padding to the alignment boundary of the array element type,
                  followed by each array element.
                </td><td>
                  4 (for the length)
                </td></tr><tr><td><code class="literal">STRUCT</code></td><td>
                  A struct must start on an 8-byte boundary regardless of the
                  type of the struct fields. The struct value consists of each
                  field marshaled in sequence starting from that 8-byte
                  alignment boundary.
                </td><td>
                  8
                </td></tr><tr><td><code class="literal">VARIANT</code></td><td>
                  The marshaled <code class="literal">SIGNATURE</code> of a single
                  complete type, followed by a marshaled value with the type
                  given in the signature.
                </td><td>
                  1 (alignment of the signature)
                </td></tr><tr><td><code class="literal">DICT_ENTRY</code></td><td>
                  Identical to STRUCT.
                </td><td>
                  8
                </td></tr><tr><td><code class="literal">UNIX_FD</code></td><td>32-bit unsigned integer in the message's byte
                order. The actual file descriptors need to be
                transferred out-of-band via some platform specific
                mechanism. On the wire, values of this type store the index to the
                file descriptor in the array of file descriptors that
                accompany the message.</td><td>4</td></tr></tbody></table></div><p>
      </p></div></div><div class="sect1"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="message-protocol"></a>Message Protocol</h2></div></div></div><p>
      A <em class="firstterm">message</em> consists of a
      <em class="firstterm">header</em> and a <em class="firstterm">body</em>. If you
      think of a message as a package, the header is the address, and the body
      contains the package contents. The message delivery system uses the header
      information to figure out where to send the message and how to interpret
      it; the recipient interprets the body of the message.
    </p><p>
      The body of the message is made up of zero or more
      <em class="firstterm">arguments</em>, which are typed values, such as an
      integer or a byte array.
    </p><p>
      Both header and body use the D-Bus <a class="link" href="#type-system" title="Type System">type
        system</a> and format for serializing data.
    </p><div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a name="message-protocol-messages"></a>Message Format</h3></div></div></div><p>
        A message consists of a header and a body. The header is a block of
        values with a fixed signature and meaning.  The body is a separate block
        of values, with a signature specified in the header.
      </p><p>
        The length of the header must be a multiple of 8, allowing the body to
        begin on an 8-byte boundary when storing the entire message in a single
        buffer. If the header does not naturally end on an 8-byte boundary 
        up to 7 bytes of nul-initialized alignment padding must be added.
      </p><p>
        The message body need not end on an 8-byte boundary.
      </p><p>
        The maximum length of a message, including header, header alignment padding, 
        and body is 2 to the 27th power or 134217728 (128 MiB).
        Implementations must not send or accept messages exceeding this size.
      </p><p>
        The signature of the header is:
        </p><pre class="programlisting">
          "yyyyuua(yv)"
        </pre><p>
        Written out more readably, this is:
        </p><pre class="programlisting">
          BYTE, BYTE, BYTE, BYTE, UINT32, UINT32, ARRAY of STRUCT of (BYTE,VARIANT)
        </pre><p>
      </p><p>
        These values have the following meanings:
        </p><div class="informaltable"><table class="informaltable" border="1"><colgroup><col><col></colgroup><thead><tr><th>Value</th><th>Description</th></tr></thead><tbody><tr><td>1st <code class="literal">BYTE</code></td><td>Endianness flag; ASCII 'l' for little-endian 
                  or ASCII 'B' for big-endian. Both header and body are 
                in this endianness.</td></tr><tr><td>2nd <code class="literal">BYTE</code></td><td><em class="firstterm">Message type</em>. Unknown types must be ignored. 
                  Currently-defined types are described below.
                </td></tr><tr><td>3rd <code class="literal">BYTE</code></td><td>Bitwise OR of flags. Unknown flags
                  must be ignored. Currently-defined flags are described below.
                </td></tr><tr><td>4th <code class="literal">BYTE</code></td><td>Major protocol version of the sending application.  If
                the major protocol version of the receiving application does not
                match, the applications will not be able to communicate and the
                D-Bus connection must be disconnected. The major protocol
                version for this version of the specification is 1.
                </td></tr><tr><td>1st <code class="literal">UINT32</code></td><td>Length in bytes of the message body, starting 
                  from the end of the header. The header ends after 
                  its alignment padding to an 8-boundary.
                </td></tr><tr><td>2nd <code class="literal">UINT32</code></td><td>The serial of this message, used as a cookie 
                  by the sender to identify the reply corresponding
                  to this request. This must not be zero.
                </td></tr><tr><td><code class="literal">ARRAY</code> of <code class="literal">STRUCT</code> of (<code class="literal">BYTE</code>,<code class="literal">VARIANT</code>)</td><td>An array of zero or more <em class="firstterm">header
                  fields</em> where the byte is the field code, and the
                  variant is the field value. The message type determines 
                  which fields are required.
                </td></tr></tbody></table></div><p>
      </p><p>
        <em class="firstterm">Message types</em> that can appear in the second byte
        of the header are:
        </p><div class="informaltable"><table class="informaltable" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>Conventional name</th><th>Decimal value</th><th>Description</th></tr></thead><tbody><tr><td><code class="literal">INVALID</code></td><td>0</td><td>This is an invalid type.</td></tr><tr><td><code class="literal">METHOD_CALL</code></td><td>1</td><td>Method call. This message type may prompt a
                  reply.</td></tr><tr><td><code class="literal">METHOD_RETURN</code></td><td>2</td><td>Method reply with returned data.</td></tr><tr><td><code class="literal">ERROR</code></td><td>3</td><td>Error reply. If the first argument exists and is a
                string, it is an error message.</td></tr><tr><td><code class="literal">SIGNAL</code></td><td>4</td><td>Signal emission.</td></tr></tbody></table></div><p>
      </p><p>
        Flags that can appear in the third byte of the header:
        </p><div class="informaltable"><table class="informaltable" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>Conventional name</th><th>Hex value</th><th>Description</th></tr></thead><tbody><tr><td><code class="literal">NO_REPLY_EXPECTED</code></td><td>0x1</td><td>
                  <p>
                    This message does not expect method return replies or
                    error replies, even if it is of a type that can
                    have a reply; the reply can be omitted as an
                    optimization. It is compliant with this specification
                    to return the reply despite this flag, although doing
                    so on a bus with a non-trivial security policy
                    (such as the well-known system bus) may result in
                    access denial messages being logged for the reply.
                  </p>
                  <p>
                    Note that METHOD_CALL is the only message type currently
                    defined in this specification that can expect a reply,
                    so the presence or absence of this flag in the other
                    three message types that are currently
                    documented is meaningless: replies to those message
                    types should not be sent, whether this flag is present
                    or not.
                  </p>
                </td></tr><tr><td><code class="literal">NO_AUTO_START</code></td><td>0x2</td><td>The bus must not launch an owner
                  for the destination name in response to this message.
                </td></tr><tr><td><code class="literal">ALLOW_INTERACTIVE_AUTHORIZATION</code></td><td>0x4</td><td>
                  <p>
                    This flag may be set on a method call message to
                    inform the receiving side that the caller is prepared
                    to wait for interactive authorization, which might
                    take a considerable time to complete. For instance,
                    if this flag is set, it would be appropriate to
                    query the user for passwords or confirmation via
                    Polkit or a similar framework.
                  </p>
                  <p>
                    This flag is only useful when
                    unprivileged code calls a more privileged method call,
                    and an authorization framework is deployed that allows
                    possibly interactive authorization. If no such framework
                    is deployed it has no effect. This flag should not
                    be set by default by client implementations. If it is
                    set, the caller should also set a suitably long timeout
                    on the method call to make sure the user interaction
                    may complete. This flag is only valid for method call
                    messages, and shall be ignored otherwise.
                  </p>
                  <p>
                    Interaction that takes place as a part of the
                    effect of the method being called is outside the scope
                    of this flag, even if it could also be characterized
                    as authentication or authorization. For instance, in
                    a method call that directs a network management service
                    to attempt to connect to a virtual private network,
                    this flag should control how the network management
                    service makes the decision "is this user allowed to
                    change system network configuration?", but it should
                    not affect how or whether the network management
                    service interacts with the user to obtain the credentials
                    that are required for access to the VPN.
                  </p>
                  <p>
                    If a this flag is not set on a method call, and a
                    service determines that the requested operation is
                    not allowed without interactive authorization, but
                    could be allowed after successful interactive
                    authorization, it may return the
                    <code class="literal">org.freedesktop.DBus.Error.InteractiveAuthorizationRequired</code>
                    error.
                  </p>
                  <p>
                    The absence of this flag does not guarantee that
                    interactive authorization will not be applied, since
                    existing services that pre-date this flag might
                    already use interactive authorization. However,
                    existing D-Bus APIs that will use interactive
                    authorization should document that the call may take
                    longer than usual, and new D-Bus APIs should avoid
                    interactive authorization in the absence of this flag.
                  </p>
                </td></tr></tbody></table></div><p>
      </p><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="message-protocol-header-fields"></a>Header Fields</h4></div></div></div><p>
          The array at the end of the header contains <em class="firstterm">header
          fields</em>, where each field is a 1-byte field code followed
          by a field value. A header must contain the required header fields for
          its message type, and zero or more of any optional header
          fields. Future versions of this protocol specification may add new
          fields. Implementations must ignore fields they do not
          understand. Implementations must not invent their own header fields;
          only changes to this specification may introduce new header fields.
        </p><p>
          Again, if an implementation sees a header field code that it does not
          expect, it must ignore that field, as it will be part of a new
          (but compatible) version of this specification. This also applies 
          to known header fields appearing in unexpected messages, for 
          example: if a signal has a reply serial it must be ignored
          even though it has no meaning as of this version of the spec.
        </p><p>
          However, implementations must not send or accept known header fields
          with the wrong type stored in the field value. So for example a
          message with an <code class="literal">INTERFACE</code> field of type
          <code class="literal">UINT32</code> would be considered corrupt.
        </p><p>
          Here are the currently-defined header fields:
          </p><div class="informaltable"><table class="informaltable" border="1"><colgroup><col><col><col><col><col></colgroup><thead><tr><th>Conventional Name</th><th>Decimal Code</th><th>Type</th><th>Required In</th><th>Description</th></tr></thead><tbody><tr><td><code class="literal">INVALID</code></td><td>0</td><td>N/A</td><td>not allowed</td><td>Not a valid field name (error if it appears in a message)</td></tr><tr><td><code class="literal">PATH</code></td><td>1</td><td><code class="literal">OBJECT_PATH</code></td><td><code class="literal">METHOD_CALL</code>, <code class="literal">SIGNAL</code></td><td>The object to send a call to,
                    or the object a signal is emitted from.
                    The special path
                    <code class="literal">/org/freedesktop/DBus/Local</code> is reserved;
                    implementations should not send messages with this path,
                    and the reference implementation of the bus daemon will
                    disconnect any application that attempts to do so.
                  </td></tr><tr><td><code class="literal">INTERFACE</code></td><td>2</td><td><code class="literal">STRING</code></td><td><code class="literal">SIGNAL</code></td><td>
                    The interface to invoke a method call on, or 
                    that a signal is emitted from. Optional for 
                    method calls, required for signals.
                    The special interface
                    <code class="literal">org.freedesktop.DBus.Local</code> is reserved;
                    implementations should not send messages with this
                    interface, and the reference implementation of the bus
                    daemon will disconnect any application that attempts to
                    do so.
                  </td></tr><tr><td><code class="literal">MEMBER</code></td><td>3</td><td><code class="literal">STRING</code></td><td><code class="literal">METHOD_CALL</code>, <code class="literal">SIGNAL</code></td><td>The member, either the method name or signal name.</td></tr><tr><td><code class="literal">ERROR_NAME</code></td><td>4</td><td><code class="literal">STRING</code></td><td><code class="literal">ERROR</code></td><td>The name of the error that occurred, for errors</td></tr><tr><td><code class="literal">REPLY_SERIAL</code></td><td>5</td><td><code class="literal">UINT32</code></td><td><code class="literal">ERROR</code>, <code class="literal">METHOD_RETURN</code></td><td>The serial number of the message this message is a reply
                    to. (The serial number is the second <code class="literal">UINT32</code> in the header.)</td></tr><tr><td><code class="literal">DESTINATION</code></td><td>6</td><td><code class="literal">STRING</code></td><td>optional</td><td>The name of the connection this message is intended for.
                    Only used in combination with the message bus, see 
                    <a class="xref" href="#message-bus" title="Message Bus Specification">the section called &#8220;Message Bus Specification&#8221;</a>.</td></tr><tr><td><code class="literal">SENDER</code></td><td>7</td><td><code class="literal">STRING</code></td><td>optional</td><td>Unique name of the sending connection.
                    The message bus fills in this field so it is reliable; the field is
                    only meaningful in combination with the message bus.</td></tr><tr><td><code class="literal">SIGNATURE</code></td><td>8</td><td><code class="literal">SIGNATURE</code></td><td>optional</td><td>The signature of the message body.
                  If omitted, it is assumed to be the 
                  empty signature "" (i.e. the body must be 0-length).</td></tr><tr><td><code class="literal">UNIX_FDS</code></td><td>9</td><td><code class="literal">UINT32</code></td><td>optional</td><td>The number of Unix file descriptors that
                  accompany the message.  If omitted, it is assumed
                  that no Unix file descriptors accompany the
                  message. The actual file descriptors need to be
                  transferred via platform specific mechanism
                  out-of-band. They must be sent at the same time as
                  part of the message itself. They may not be sent
                  before the first byte of the message itself is
                  transferred or after the last byte of the message
                  itself.</td></tr></tbody></table></div><p>
        </p></div></div><div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a name="message-protocol-names"></a>Valid Names</h3></div></div></div><p>
        The various names in D-Bus messages have some restrictions.
      </p><p>
        There is a <em class="firstterm">maximum name length</em> 
        of 255 which applies to bus names, interfaces, and members. 
      </p><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="message-protocol-names-interface"></a>Interface names</h4></div></div></div><p>
          Interfaces have names with type <code class="literal">STRING</code>, meaning that 
          they must be valid UTF-8. However, there are also some 
          additional restrictions that apply to interface names 
          specifically:
          </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>Interface names are composed of 1 or more elements separated by
                a period ('.') character. All elements must contain at least 
                one character.
                </p></li><li class="listitem"><p>Each element must only contain the ASCII characters 
                "[A-Z][a-z][0-9]_" and must not begin with a digit.
                </p></li><li class="listitem"><p>Interface names must contain at least one '.' (period)
              character (and thus at least two elements).
              </p></li><li class="listitem"><p>Interface names must not begin with a '.' (period) character.</p></li><li class="listitem"><p>Interface names must not exceed the maximum name length.</p></li></ul></div><p>
        </p><p>
          Interface names should start with the reversed DNS domain name of
          the author of the interface (in lower-case), like interface names
          in Java. It is conventional for the rest of the interface name
          to consist of words run together, with initial capital letters
          on all words ("CamelCase"). Several levels of hierarchy can be used.
          It is also a good idea to include the major version of the interface
          in the name, and increment it if incompatible changes are made;
          this way, a single object can implement several versions of an
          interface in parallel, if necessary.
        </p><p>
          For instance, if the owner of <code class="literal">example.com</code> is
          developing a D-Bus API for a music player, they might define
          interfaces called <code class="literal">com.example.MusicPlayer1</code>,
          <code class="literal">com.example.MusicPlayer1.Track</code> and
          <code class="literal">com.example.MusicPlayer1.Seekable</code>.
        </p><p>
          D-Bus does not distinguish between the concepts that would be
          called classes and interfaces in Java: either can be identified on
          D-Bus by an interface name.
        </p></div><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="message-protocol-names-bus"></a>Bus names</h4></div></div></div><p>
          Connections have one or more bus names associated with them.
          A connection has exactly one bus name that is a <em class="firstterm">unique
            connection name</em>. The unique connection name remains
          with the connection for its entire lifetime.
          A bus name is of type <code class="literal">STRING</code>,
          meaning that it must be valid UTF-8. However, there are also
          some additional restrictions that apply to bus names 
          specifically:
          </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>Bus names that start with a colon (':')
                character are unique connection names. Other bus names
                are called <em class="firstterm">well-known bus names</em>.
                </p></li><li class="listitem"><p>Bus names are composed of 1 or more elements separated by
                a period ('.') character. All elements must contain at least 
                one character.
                </p></li><li class="listitem"><p>Each element must only contain the ASCII characters 
                "[A-Z][a-z][0-9]_-". Only elements that are part of a unique
                connection name may begin with a digit, elements in
                other bus names must not begin with a digit.
                </p></li><li class="listitem"><p>Bus names must contain at least one '.' (period)
              character (and thus at least two elements).
              </p></li><li class="listitem"><p>Bus names must not begin with a '.' (period) character.</p></li><li class="listitem"><p>Bus names must not exceed the maximum name length.</p></li></ul></div><p>
        </p><p>
          Note that the hyphen ('-') character is allowed in bus names but
          not in interface names.
        </p><p>
          Like <a class="link" href="#message-protocol-names-interface" title="Interface names">interface
            names</a>, well-known bus names should start with the
          reversed DNS domain name of the author of the interface (in
          lower-case), and it is conventional for the rest of the well-known
          bus name to consist of words run together, with initial
          capital letters. As with interface names, including a version
          number in well-known bus names is a good idea; it's possible to
          have the well-known bus name for more than one version
          simultaneously if backwards compatibility is required.
        </p><p>
          If a well-known bus name implies the presence of a "main" interface,
          that "main" interface is often given the same name as
          the well-known bus name, and situated at the corresponding object
          path. For instance, if the owner of <code class="literal">example.com</code>
          is developing a D-Bus API for a music player, they might define
          that any application that takes the well-known name
          <code class="literal">com.example.MusicPlayer1</code> should have an object
          at the object path <code class="literal">/com/example/MusicPlayer1</code>
          which implements the interface
          <code class="literal">com.example.MusicPlayer1</code>.
        </p></div><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="message-protocol-names-member"></a>Member names</h4></div></div></div><p>
          Member (i.e. method or signal) names:
          </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>Must only contain the ASCII characters
                "[A-Z][a-z][0-9]_" and may not begin with a
                digit.</p></li><li class="listitem"><p>Must not contain the '.' (period) character.</p></li><li class="listitem"><p>Must not exceed the maximum name length.</p></li><li class="listitem"><p>Must be at least 1 byte in length.</p></li></ul></div><p>
        </p><p>
          It is conventional for member names on D-Bus to consist of
          capitalized words with no punctuation ("camel-case").
          Method names should usually be verbs, such as
          <code class="literal">GetItems</code>, and signal names should usually be
          a description of an event, such as <code class="literal">ItemsChanged</code>.
        </p></div><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="message-protocol-names-error"></a>Error names</h4></div></div></div><p>
          Error names have the same restrictions as interface names.
        </p><p>
          Error names have the same naming conventions as interface
          names, and often contain <code class="literal">.Error.</code>; for instance,
          the owner of <code class="literal">example.com</code> might define the
          errors <code class="literal">com.example.MusicPlayer.Error.FileNotFound</code>
          and <code class="literal">com.example.MusicPlayer.Error.OutOfMemory</code>.
          The errors defined by D-Bus itself, such as
          <code class="literal">org.freedesktop.DBus.Error.Failed</code>, follow a
          similar pattern.
        </p></div></div><div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a name="message-protocol-types"></a>Message Types</h3></div></div></div><p>
        Each of the message types (<code class="literal">METHOD_CALL</code>, <code class="literal">METHOD_RETURN</code>, <code class="literal">ERROR</code>, and
        <code class="literal">SIGNAL</code>) has its own expected usage conventions and header fields.
        This section describes these conventions.
      </p><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="message-protocol-types-method"></a>Method Calls</h4></div></div></div><p>
          Some messages invoke an operation on a remote object.  These are
          called method call messages and have the type tag <code class="literal">METHOD_CALL</code>. Such
          messages map naturally to methods on objects in a typical program.
        </p><p>
          A method call message is required to have a <code class="literal">MEMBER</code> header field
          indicating the name of the method. Optionally, the message has an
          <code class="literal">INTERFACE</code> field giving the interface the method is a part of.
          Including the <code class="literal">INTERFACE</code> in all method call
          messages is strongly recommended.
        </p><p>
          In the absence of an <code class="literal">INTERFACE</code> field, if two
          or more interfaces on the same object have a method with the same
          name, it is undefined which of those methods will be invoked.
          Implementations may choose to either return an error, or deliver the
          message as though it had an arbitrary one of those interfaces.
        </p><p>
          In some situations (such as the well-known system bus), messages
          are filtered through an access-control list external to the
          remote object implementation. If that filter rejects certain
          messages by matching their interface, or accepts only messages
          to specific interfaces, it must also reject messages that have no
          <code class="literal">INTERFACE</code>: otherwise, malicious
          applications could use this to bypass the filter.
        </p><p>
          Method call messages also include a <code class="literal">PATH</code> field
          indicating the object to invoke the method on. If the call is passing
          through a message bus, the message will also have a
          <code class="literal">DESTINATION</code> field giving the name of the connection
          to receive the message.
        </p><p>
          When an application handles a method call message, it is required to
          return a reply. The reply is identified by a <code class="literal">REPLY_SERIAL</code> header field
          indicating the serial number of the <code class="literal">METHOD_CALL</code> being replied to. The
          reply can have one of two types; either <code class="literal">METHOD_RETURN</code> or <code class="literal">ERROR</code>.
        </p><p>
          If the reply has type <code class="literal">METHOD_RETURN</code>, the arguments to the reply message 
          are the return value(s) or "out parameters" of the method call. 
          If the reply has type <code class="literal">ERROR</code>, then an "exception" has been thrown, 
          and the call fails; no return value will be provided. It makes 
          no sense to send multiple replies to the same method call.
        </p><p>
          Even if a method call has no return values, a <code class="literal">METHOD_RETURN</code> 
          reply is required, so the caller will know the method 
          was successfully processed.
        </p><p>
          The <code class="literal">METHOD_RETURN</code> or <code class="literal">ERROR</code> reply message must have the <code class="literal">REPLY_SERIAL</code> 
          header field.
        </p><p>
          If a <code class="literal">METHOD_CALL</code> message has the flag <code class="literal">NO_REPLY_EXPECTED</code>, 
          then as an optimization the application receiving the method 
          call may choose to omit the reply message (regardless of 
          whether the reply would have been <code class="literal">METHOD_RETURN</code> or <code class="literal">ERROR</code>). 
          However, it is also acceptable to ignore the <code class="literal">NO_REPLY_EXPECTED</code>
          flag and reply anyway.
        </p><p>
          Unless a message has the flag <code class="literal">NO_AUTO_START</code>, if the
          destination name does not exist then a program to own the destination
          name will be started before the message is delivered.  The message
          will be held until the new program is successfully started or has
          failed to start; in case of failure, an error will be returned. This
          flag is only relevant in the context of a message bus, it is ignored
          during one-to-one communication with no intermediate bus.
        </p><div class="sect4"><div class="titlepage"><div><div><h5 class="title"><a name="message-protocol-types-method-apis"></a>Mapping method calls to native APIs</h5></div></div></div><p>
            APIs for D-Bus may map method calls to a method call in a specific
            programming language, such as C++, or may map a method call written
            in an IDL to a D-Bus message.
          </p><p>
            In APIs of this nature, arguments to a method are often termed "in"
            (which implies sent in the <code class="literal">METHOD_CALL</code>), or "out" (which implies
            returned in the <code class="literal">METHOD_RETURN</code>). Some APIs such as CORBA also have
            "inout" arguments, which are both sent and received, i.e. the caller
            passes in a value which is modified. Mapped to D-Bus, an "inout"
            argument is equivalent to an "in" argument, followed by an "out"
            argument. You can't pass things "by reference" over the wire, so
            "inout" is purely an illusion of the in-process API.
          </p><p>
            Given a method with zero or one return values, followed by zero or more
            arguments, where each argument may be "in", "out", or "inout", the
            caller constructs a message by appending each "in" or "inout" argument,
            in order. "out" arguments are not represented in the caller's message.
          </p><p>
            The recipient constructs a reply by appending first the return value 
            if any, then each "out" or "inout" argument, in order. 
            "in" arguments are not represented in the reply message.
          </p><p>
            Error replies are normally mapped to exceptions in languages that have
            exceptions.
          </p><p>
            In converting from native APIs to D-Bus, it is perhaps nice to 
            map D-Bus naming conventions ("FooBar") to native conventions 
            such as "fooBar" or "foo_bar" automatically. This is OK 
            as long as you can say that the native API is one that 
            was specifically written for D-Bus. It makes the most sense
            when writing object implementations that will be exported 
            over the bus. Object proxies used to invoke remote D-Bus 
            objects probably need the ability to call any D-Bus method,
            and thus a magic name mapping like this could be a problem.
          </p><p>
            This specification doesn't require anything of native API bindings;
            the preceding is only a suggested convention for consistency 
            among bindings.
          </p></div></div><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="message-protocol-types-signal"></a>Signal Emission</h4></div></div></div><p>
          Unlike method calls, signal emissions have no replies. 
          A signal emission is simply a single message of type <code class="literal">SIGNAL</code>.
          It must have three header fields: <code class="literal">PATH</code> giving the object 
          the signal was emitted from, plus <code class="literal">INTERFACE</code> and <code class="literal">MEMBER</code> giving
          the fully-qualified name of the signal. The <code class="literal">INTERFACE</code> header is required
          for signals, though it is optional for method calls.
        </p></div><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="message-protocol-types-errors"></a>Errors</h4></div></div></div><p>
          Messages of type <code class="literal">ERROR</code> are most commonly replies 
          to a <code class="literal">METHOD_CALL</code>, but may be returned in reply 
          to any kind of message. The message bus for example
          will return an <code class="literal">ERROR</code> in reply to a signal emission if 
          the bus does not have enough memory to send the signal.
        </p><p>
          An <code class="literal">ERROR</code> may have any arguments, but if the first 
          argument is a <code class="literal">STRING</code>, it must be an error message.
          The error message may be logged or shown to the user
          in some way.
        </p></div><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="message-protocol-types-notation"></a>Notation in this document</h4></div></div></div><p>
          This document uses a simple pseudo-IDL to describe particular method 
          calls and signals. Here is an example of a method call:
          </p><pre class="programlisting">
            org.freedesktop.DBus.StartServiceByName (in STRING name, in UINT32 flags,
                                                     out UINT32 resultcode)
          </pre><p>
          This means <code class="literal">INTERFACE</code> = org.freedesktop.DBus, <code class="literal">MEMBER</code> = StartServiceByName, 
          <code class="literal">METHOD_CALL</code> arguments are <code class="literal">STRING</code> and <code class="literal">UINT32</code>, <code class="literal">METHOD_RETURN</code> argument
          is <code class="literal">UINT32</code>. Remember that the <code class="literal">MEMBER</code> field can't contain any '.' (period)
          characters so it's known that the last part of the name in
          the "IDL" is the member name.
        </p><p>
          In C++ that might end up looking like this:
          </p><pre class="programlisting">
            unsigned int org::freedesktop::DBus::StartServiceByName (const char  *name,
                                                                     unsigned int flags);
          </pre><p>
          or equally valid, the return value could be done as an argument:
          </p><pre class="programlisting">
            void org::freedesktop::DBus::StartServiceByName (const char   *name, 
                                                             unsigned int  flags,
                                                             unsigned int *resultcode);
          </pre><p>
          It's really up to the API designer how they want to make 
          this look. You could design an API where the namespace wasn't used 
          in C++, using STL or Qt, using varargs, or whatever you wanted.
        </p><p>
          Signals are written as follows:
          </p><pre class="programlisting">
            org.freedesktop.DBus.NameLost (STRING name)
          </pre><p>
          Signals don't specify "in" vs. "out" because only 
          a single direction is possible.
        </p><p>
          It isn't especially encouraged to use this lame pseudo-IDL in actual
          API implementations; you might use the native notation for the
          language you're using, or you might use COM or CORBA IDL, for example.
        </p></div></div><div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a name="message-protocol-handling-invalid"></a>Invalid Protocol and Spec Extensions</h3></div></div></div><p>
        For security reasons, the D-Bus protocol should be strictly parsed and
        validated, with the exception of defined extension points. Any invalid
        protocol or spec violations should result in immediately dropping the
        connection without notice to the other end. Exceptions should be
        carefully considered, e.g. an exception may be warranted for a
        well-understood idiosyncrasy of a widely-deployed implementation.  In
        cases where the other end of a connection is 100% trusted and known to
        be friendly, skipping validation for performance reasons could also make
        sense in certain cases.
      </p><p>
        Generally speaking violations of the "must" requirements in this spec 
        should be considered possible attempts to exploit security, and violations 
        of the "should" suggestions should be considered legitimate (though perhaps
        they should generate an error in some cases).
      </p><p>
        The following extension points are built in to D-Bus on purpose and must
        not be treated as invalid protocol. The extension points are intended
        for use by future versions of this spec, they are not intended for third
        parties.  At the moment, the only way a third party could extend D-Bus
        without breaking interoperability would be to introduce a way to negotiate new
        feature support as part of the auth protocol, using EXTENSION_-prefixed
        commands. There is not yet a standard way to negotiate features.
        </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>
              In the authentication protocol (see <a class="xref" href="#auth-protocol" title="Authentication Protocol">the section called &#8220;Authentication Protocol&#8221;</a>) unknown 
                commands result in an ERROR rather than a disconnect. This enables 
                future extensions to the protocol. Commands starting with EXTENSION_ are 
                reserved for third parties.
            </p></li><li class="listitem"><p>
              The authentication protocol supports pluggable auth mechanisms.
            </p></li><li class="listitem"><p>
              The address format (see <a class="xref" href="#addresses" title="Server Addresses">the section called &#8220;Server Addresses&#8221;</a>) supports new
              kinds of transport.
            </p></li><li class="listitem"><p>
              Messages with an unknown type (something other than
              <code class="literal">METHOD_CALL</code>, <code class="literal">METHOD_RETURN</code>,
              <code class="literal">ERROR</code>, <code class="literal">SIGNAL</code>) are ignored. 
              Unknown-type messages must still be well-formed in the same way 
              as the known messages, however. They still have the normal 
              header and body.
            </p></li><li class="listitem"><p>
              Header fields with an unknown or unexpected field code must be ignored, 
              though again they must still be well-formed.
            </p></li><li class="listitem"><p>
              New standard interfaces (with new methods and signals) can of course be added.
            </p></li></ul></div><p>
      </p></div></div><div class="sect1"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="auth-protocol"></a>Authentication Protocol</h2></div></div></div><p>
      Before the flow of messages begins, two applications must
      authenticate. A simple plain-text protocol is used for
      authentication; this protocol is a SASL profile, and maps fairly
      directly from the SASL specification. The message encoding is
      NOT used here, only plain text messages.
    </p><p>
      In examples, "C:" and "S:" indicate lines sent by the client and
      server respectively.
    </p><div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a name="auth-protocol-overview"></a>Protocol Overview</h3></div></div></div><p>
        The protocol is a line-based protocol, where each line ends with
        \r\n. Each line begins with an all-caps ASCII command name containing
        only the character range [A-Z_], a space, then any arguments for the
        command, then the \r\n ending the line. The protocol is
        case-sensitive. All bytes must be in the ASCII character set.

        Commands from the client to the server are as follows:

        </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>AUTH [mechanism] [initial-response]</p></li><li class="listitem"><p>CANCEL</p></li><li class="listitem"><p>BEGIN</p></li><li class="listitem"><p>DATA &lt;data in hex encoding&gt;</p></li><li class="listitem"><p>ERROR [human-readable error explanation]</p></li><li class="listitem"><p>NEGOTIATE_UNIX_FD</p></li></ul></div><p>

        From server to client are as follows:

        </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>REJECTED &lt;space-separated list of mechanism names&gt;</p></li><li class="listitem"><p>OK &lt;GUID in hex&gt;</p></li><li class="listitem"><p>DATA &lt;data in hex encoding&gt;</p></li><li class="listitem"><p>ERROR</p></li><li class="listitem"><p>AGREE_UNIX_FD</p></li></ul></div><p>
      </p><p>
        Unofficial extensions to the command set must begin with the letters 
        "EXTENSION_", to avoid conflicts with future official commands.
        For example, "EXTENSION_COM_MYDOMAIN_DO_STUFF".
      </p></div><div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a name="auth-nul-byte"></a>Special credentials-passing nul byte</h3></div></div></div><p>
        Immediately after connecting to the server, the client must send a
        single nul byte. This byte may be accompanied by credentials
        information on some operating systems that use sendmsg() with
        SCM_CREDS or SCM_CREDENTIALS to pass credentials over UNIX domain
        sockets. However, the nul byte must be sent even on other kinds of
        socket, and even on operating systems that do not require a byte to be
        sent in order to transmit credentials. The text protocol described in
        this document begins after the single nul byte. If the first byte
        received from the client is not a nul byte, the server may disconnect 
        that client.
      </p><p>
        A nul byte in any context other than the initial byte is an error; 
        the protocol is ASCII-only.
      </p><p>
        The credentials sent along with the nul byte may be used with the 
        SASL mechanism EXTERNAL.
      </p></div><div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a name="auth-command-auth"></a>AUTH command</h3></div></div></div><p>
        If an AUTH command has no arguments, it is a request to list
        available mechanisms. The server must respond with a REJECTED
        command listing the mechanisms it understands, or with an error.
      </p><p>
        If an AUTH command specifies a mechanism, and the server supports
        said mechanism, the server should begin exchanging SASL
        challenge-response data with the client using DATA commands.
      </p><p>
        If the server does not support the mechanism given in the AUTH
        command, it must send either a REJECTED command listing the mechanisms
        it does support, or an error.
      </p><p>
        If the [initial-response] argument is provided, it is intended for use
        with mechanisms that have no initial challenge (or an empty initial
        challenge), as if it were the argument to an initial DATA command. If
        the selected mechanism has an initial challenge and [initial-response]
        was provided, the server should reject authentication by sending
        REJECTED.
      </p><p>
        If authentication succeeds after exchanging DATA commands, 
        an OK command must be sent to the client.
      </p><p>
        The first octet received by the server after the \r\n of the BEGIN
        command from the client must be the first octet of the
        authenticated/encrypted stream of D-Bus messages.
      </p><p>
        If BEGIN is received by the server, the first octet received
        by the client after the \r\n of the OK command must be the
        first octet of the authenticated/encrypted stream of D-Bus
        messages.
      </p></div><div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a name="auth-command-cancel"></a>CANCEL Command</h3></div></div></div><p>
        At any time up to sending the BEGIN command, the client may send a
        CANCEL command. On receiving the CANCEL command, the server must
        send a REJECTED command and abort the current authentication
        exchange.
      </p></div><div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a name="auth-command-data"></a>DATA Command</h3></div></div></div><p>
        The DATA command may come from either client or server, and simply 
        contains a hex-encoded block of data to be interpreted 
        according to the SASL mechanism in use.
      </p><p>
        Some SASL mechanisms support sending an "empty string"; 
        FIXME we need some way to do this.
      </p></div><div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a name="auth-command-begin"></a>BEGIN Command</h3></div></div></div><p>
        The BEGIN command acknowledges that the client has received an 
        OK command from the server, and that the stream of messages
        is about to begin. 
      </p><p>
        The first octet received by the server after the \r\n of the BEGIN
        command from the client must be the first octet of the
        authenticated/encrypted stream of D-Bus messages.
      </p></div><div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a name="auth-command-rejected"></a>REJECTED Command</h3></div></div></div><p>
        The REJECTED command indicates that the current authentication
        exchange has failed, and further exchange of DATA is inappropriate.
        The client would normally try another mechanism, or try providing
        different responses to challenges.
      </p><p>
        Optionally, the REJECTED command has a space-separated list of
        available auth mechanisms as arguments. If a server ever provides
        a list of supported mechanisms, it must provide the same list 
        each time it sends a REJECTED message. Clients are free to 
        ignore all lists received after the first.
      </p></div><div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a name="auth-command-ok"></a>OK Command</h3></div></div></div><p>
        The OK command indicates that the client has been
        authenticated. The client may now proceed with negotiating
        Unix file descriptor passing. To do that it shall send
        NEGOTIATE_UNIX_FD to the server.
      </p><p>
        Otherwise, the client must respond to the OK command by
        sending a BEGIN command, followed by its stream of messages,
        or by disconnecting.  The server must not accept additional
        commands using this protocol after the BEGIN command has been
        received. Further communication will be a stream of D-Bus
        messages (optionally encrypted, as negotiated) rather than
        this protocol.
      </p><p>
        If a client sends BEGIN the first octet received by the client
        after the \r\n of the OK command must be the first octet of
        the authenticated/encrypted stream of D-Bus messages.
      </p><p>
        The OK command has one argument, which is the GUID of the server.
        See <a class="xref" href="#addresses" title="Server Addresses">the section called &#8220;Server Addresses&#8221;</a> for more on server GUIDs.
      </p></div><div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a name="auth-command-error"></a>ERROR Command</h3></div></div></div><p>
        The ERROR command indicates that either server or client did not
        know a command, does not accept the given command in the current
        context, or did not understand the arguments to the command. This
        allows the protocol to be extended; a client or server can send a
        command present or permitted only in new protocol versions, and if
        an ERROR is received instead of an appropriate response, fall back
        to using some other technique.
      </p><p>
        If an ERROR is sent, the server or client that sent the
        error must continue as if the command causing the ERROR had never been
        received. However, the the server or client receiving the error 
        should try something other than whatever caused the error; 
        if only canceling/rejecting the authentication.
      </p><p>
        If the D-Bus protocol changes incompatibly at some future time,
        applications implementing the new protocol would probably be able to
        check for support of the new protocol by sending a new command and
        receiving an ERROR from applications that don't understand it. Thus the
        ERROR feature of the auth protocol is an escape hatch that lets us
        negotiate extensions or changes to the D-Bus protocol in the future.
      </p></div><div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a name="auth-command-negotiate-unix-fd"></a>NEGOTIATE_UNIX_FD Command</h3></div></div></div><p>
        The NEGOTIATE_UNIX_FD command indicates that the client
        supports Unix file descriptor passing. This command may only
        be sent after the connection is authenticated, i.e. after OK
        was received by the client. This command may only be sent on
        transports that support Unix file descriptor passing.
      </p><p>
        On receiving NEGOTIATE_UNIX_FD the server must respond with
        either AGREE_UNIX_FD or ERROR. It shall respond the former if
        the transport chosen supports Unix file descriptor passing and
        the server supports this feature. It shall respond the latter
        if the transport does not support Unix file descriptor
        passing, the server does not support this feature, or the
        server decides not to enable file descriptor passing due to
        security or other reasons.
      </p></div><div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a name="auth-command-agree-unix-fd"></a>AGREE_UNIX_FD Command</h3></div></div></div><p>
        The AGREE_UNIX_FD command indicates that the server supports
        Unix file descriptor passing. This command may only be sent
        after the connection is authenticated, and the client sent
        NEGOTIATE_UNIX_FD to enable Unix file descriptor passing. This
        command may only be sent on transports that support Unix file
        descriptor passing.
      </p><p>
        On receiving AGREE_UNIX_FD the client must respond with BEGIN,
        followed by its stream of messages, or by disconnecting.  The
        server must not accept additional commands using this protocol
        after the BEGIN command has been received. Further
        communication will be a stream of D-Bus messages (optionally
        encrypted, as negotiated) rather than this protocol.
      </p></div><div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a name="auth-command-future"></a>Future Extensions</h3></div></div></div><p>
        Future extensions to the authentication and negotiation
        protocol are possible. For that new commands may be
        introduced. If a client or server receives an unknown command
        it shall respond with ERROR and not consider this fatal. New
        commands may be introduced both before, and after
        authentication, i.e. both before and after the OK command.
      </p></div><div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a name="auth-examples"></a>Authentication examples</h3></div></div></div><p>
        </p><div class="figure"><a name="idp61581296"></a><p class="title"><b>Figure 1. Example of successful magic cookie authentication</b></p><div class="figure-contents"><pre class="programlisting">
            (MAGIC_COOKIE is a made up mechanism)

            C: AUTH MAGIC_COOKIE 3138363935333137393635383634
            S: OK 1234deadbeef
            C: BEGIN
          </pre></div></div><p><br class="figure-break">
        </p><div class="figure"><a name="idp61583120"></a><p class="title"><b>Figure 2. Example of finding out mechanisms then picking one</b></p><div class="figure-contents"><pre class="programlisting">
            C: AUTH
            S: REJECTED KERBEROS_V4 SKEY
            C: AUTH SKEY 7ab83f32ee
            S: DATA 8799cabb2ea93e
            C: DATA 8ac876e8f68ee9809bfa876e6f9876g8fa8e76e98f
            S: OK 1234deadbeef
            C: BEGIN
          </pre></div></div><p><br class="figure-break">
        </p><div class="figure"><a name="idp61585024"></a><p class="title"><b>Figure 3. Example of client sends unknown command then falls back to regular auth</b></p><div class="figure-contents"><pre class="programlisting">
            C: FOOBAR
            S: ERROR
            C: AUTH MAGIC_COOKIE 3736343435313230333039
            S: OK 1234deadbeef
            C: BEGIN
          </pre></div></div><p><br class="figure-break">
        </p><div class="figure"><a name="idp61586912"></a><p class="title"><b>Figure 4. Example of server doesn't support initial auth mechanism</b></p><div class="figure-contents"><pre class="programlisting">
            C: AUTH MAGIC_COOKIE 3736343435313230333039
            S: REJECTED KERBEROS_V4 SKEY
            C: AUTH SKEY 7ab83f32ee
            S: DATA 8799cabb2ea93e
            C: DATA 8ac876e8f68ee9809bfa876e6f9876g8fa8e76e98f
            S: OK 1234deadbeef
            C: BEGIN
          </pre></div></div><p><br class="figure-break">
        </p><div class="figure"><a name="idp61588928"></a><p class="title"><b>Figure 5. Example of wrong password or the like followed by successful retry</b></p><div class="figure-contents"><pre class="programlisting">
            C: AUTH MAGIC_COOKIE 3736343435313230333039
            S: REJECTED KERBEROS_V4 SKEY
            C: AUTH SKEY 7ab83f32ee
            S: DATA 8799cabb2ea93e
            C: DATA 8ac876e8f68ee9809bfa876e6f9876g8fa8e76e98f
            S: REJECTED
            C: AUTH SKEY 7ab83f32ee
            S: DATA 8799cabb2ea93e
            C: DATA 8ac876e8f68ee9809bfa876e6f9876g8fa8e76e98f
            S: OK 1234deadbeef
            C: BEGIN
          </pre></div></div><p><br class="figure-break">
        </p><div class="figure"><a name="idp61591104"></a><p class="title"><b>Figure 6. Example of skey cancelled and restarted</b></p><div class="figure-contents"><pre class="programlisting">
            C: AUTH MAGIC_COOKIE 3736343435313230333039
            S: REJECTED KERBEROS_V4 SKEY
            C: AUTH SKEY 7ab83f32ee
            S: DATA 8799cabb2ea93e
            C: CANCEL
            S: REJECTED
            C: AUTH SKEY 7ab83f32ee
            S: DATA 8799cabb2ea93e
            C: DATA 8ac876e8f68ee9809bfa876e6f9876g8fa8e76e98f
            S: OK 1234deadbeef
            C: BEGIN
          </pre></div></div><p><br class="figure-break">
        </p><div class="figure"><a name="idp61593168"></a><p class="title"><b>Figure 7. Example of successful magic cookie authentication with successful negotiation of Unix FD passing</b></p><div class="figure-contents"><pre class="programlisting">
            (MAGIC_COOKIE is a made up mechanism)

            C: AUTH MAGIC_COOKIE 3138363935333137393635383634
            S: OK 1234deadbeef
            C: NEGOTIATE_UNIX_FD
            S: AGREE_UNIX_FD
            C: BEGIN
          </pre></div></div><p><br class="figure-break">
        </p><div class="figure"><a name="idp61595168"></a><p class="title"><b>Figure 8. Example of successful magic cookie authentication with unsuccessful negotiation of Unix FD passing</b></p><div class="figure-contents"><pre class="programlisting">
            (MAGIC_COOKIE is a made up mechanism)

            C: AUTH MAGIC_COOKIE 3138363935333137393635383634
            S: OK 1234deadbeef
            C: NEGOTIATE_UNIX_FD
            S: ERROR
            C: BEGIN
          </pre></div></div><p><br class="figure-break">
      </p></div><div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a name="auth-states"></a>Authentication state diagrams</h3></div></div></div><p>
        This section documents the auth protocol in terms of 
        a state machine for the client and the server. This is 
        probably the most robust way to implement the protocol.
      </p><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="auth-states-client"></a>Client states</h4></div></div></div><p>
          To more precisely describe the interaction between the
          protocol state machine and the authentication mechanisms the
          following notation is used: MECH(CHALL) means that the
          server challenge CHALL was fed to the mechanism MECH, which
          returns one of

          </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>
                CONTINUE(RESP) means continue the auth conversation
                and send RESP as the response to the server;
              </p></li><li class="listitem"><p>
                OK(RESP) means that after sending RESP to the server
                the client side of the auth conversation is finished
                and the server should return "OK";
              </p></li><li class="listitem"><p>
                ERROR means that CHALL was invalid and could not be
                processed.
              </p></li></ul></div><p>
          
          Both RESP and CHALL may be empty.
        </p><p>
          The Client starts by getting an initial response from the
          default mechanism and sends AUTH MECH RESP, or AUTH MECH if
          the mechanism did not provide an initial response.  If the
          mechanism returns CONTINUE, the client starts in state
          <span class="emphasis"><em>WaitingForData</em></span>, if the mechanism
          returns OK the client starts in state
          <span class="emphasis"><em>WaitingForOK</em></span>.
        </p><p>
          The client should keep track of available mechanisms and
          which it mechanisms it has already attempted. This list is
          used to decide which AUTH command to send. When the list is
          exhausted, the client should give up and close the
          connection.
        </p><p><b><span class="emphasis"><em>WaitingForData</em></span></b>
            </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>
                  Receive DATA CHALL
                  </p><table border="0" summary="Simple list" class="simplelist"><tr><td>
                      MECH(CHALL) returns CONTINUE(RESP) &#8594; send
                      DATA RESP, goto
                      <span class="emphasis"><em>WaitingForData</em></span>
                    </td></tr><tr><td>
                      MECH(CHALL) returns OK(RESP) &#8594; send DATA
                      RESP, goto <span class="emphasis"><em>WaitingForOK</em></span>
                    </td></tr><tr><td>
                      MECH(CHALL) returns ERROR &#8594; send ERROR
                      [msg], goto <span class="emphasis"><em>WaitingForData</em></span>
                    </td></tr></table><p>
                </p></li><li class="listitem"><p>
                  Receive REJECTED [mechs] &#8594;
                  send AUTH [next mech], goto
                  WaitingForData or <span class="emphasis"><em>WaitingForOK</em></span>
                </p></li><li class="listitem"><p>
                  Receive ERROR &#8594; send
                  CANCEL, goto
                  <span class="emphasis"><em>WaitingForReject</em></span>
                </p></li><li class="listitem"><p>
                  Receive OK &#8594; send
                  BEGIN, terminate auth
                  conversation, authenticated
                </p></li><li class="listitem"><p>
                  Receive anything else &#8594; send
                  ERROR, goto
                  <span class="emphasis"><em>WaitingForData</em></span>
                </p></li></ul></div><p>
          </p><p><b><span class="emphasis"><em>WaitingForOK</em></span></b>
            </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>
                  Receive OK &#8594; send BEGIN, terminate auth
                  conversation, <span class="emphasis"><em>authenticated</em></span>
                </p></li><li class="listitem"><p>
                  Receive REJECTED [mechs] &#8594; send AUTH [next mech],
                  goto <span class="emphasis"><em>WaitingForData</em></span> or
                  <span class="emphasis"><em>WaitingForOK</em></span>
                </p></li><li class="listitem"><p>
                  Receive DATA &#8594; send CANCEL, goto
                  <span class="emphasis"><em>WaitingForReject</em></span>
                </p></li><li class="listitem"><p>
                  Receive ERROR &#8594; send CANCEL, goto
                  <span class="emphasis"><em>WaitingForReject</em></span>
                </p></li><li class="listitem"><p>
                  Receive anything else &#8594; send ERROR, goto
                  <span class="emphasis"><em>WaitingForOK</em></span>
                </p></li></ul></div><p>
          </p><p><b><span class="emphasis"><em>WaitingForReject</em></span></b>
            </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>
                  Receive REJECTED [mechs] &#8594; send AUTH [next mech],
                  goto <span class="emphasis"><em>WaitingForData</em></span> or
                  <span class="emphasis"><em>WaitingForOK</em></span>
                </p></li><li class="listitem"><p>
                  Receive anything else &#8594; terminate auth
                  conversation, disconnect
                </p></li></ul></div><p>
          </p></div><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="auth-states-server"></a>Server states</h4></div></div></div><p>
          For the server MECH(RESP) means that the client response
          RESP was fed to the the mechanism MECH, which returns one of

          </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>
                CONTINUE(CHALL) means continue the auth conversation and
                send CHALL as the challenge to the client;
              </p></li><li class="listitem"><p>
                OK means that the client has been successfully
                authenticated;
              </p></li><li class="listitem"><p>
                REJECTED means that the client failed to authenticate or
                there was an error in RESP.
              </p></li></ul></div><p>

          The server starts out in state
          <span class="emphasis"><em>WaitingForAuth</em></span>.  If the client is
          rejected too many times the server must disconnect the
          client.
        </p><p><b><span class="emphasis"><em>WaitingForAuth</em></span></b>
            </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>
                  Receive AUTH &#8594; send REJECTED [mechs], goto
                  <span class="emphasis"><em>WaitingForAuth</em></span>
                </p></li><li class="listitem"><p>
                  Receive AUTH MECH RESP

                  </p><table border="0" summary="Simple list" class="simplelist"><tr><td>
                      MECH not valid mechanism &#8594; send REJECTED
                      [mechs], goto
                      <span class="emphasis"><em>WaitingForAuth</em></span>
                    </td></tr><tr><td>
                      MECH(RESP) returns CONTINUE(CHALL) &#8594; send
                      DATA CHALL, goto
                      <span class="emphasis"><em>WaitingForData</em></span>
                    </td></tr><tr><td>
                      MECH(RESP) returns OK &#8594; send OK, goto
                      <span class="emphasis"><em>WaitingForBegin</em></span>
                    </td></tr><tr><td>
                      MECH(RESP) returns REJECTED &#8594; send REJECTED
                      [mechs], goto
                      <span class="emphasis"><em>WaitingForAuth</em></span>
                    </td></tr></table><p>
                </p></li><li class="listitem"><p>
                  Receive BEGIN &#8594; terminate
                  auth conversation, disconnect
                </p></li><li class="listitem"><p>
                  Receive ERROR &#8594; send REJECTED [mechs], goto
                  <span class="emphasis"><em>WaitingForAuth</em></span>
                </p></li><li class="listitem"><p>
                  Receive anything else &#8594; send
                  ERROR, goto
                  <span class="emphasis"><em>WaitingForAuth</em></span>
                </p></li></ul></div><p>
          </p><p><b><span class="emphasis"><em>WaitingForData</em></span></b>
            </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>
                  Receive DATA RESP
                  </p><table border="0" summary="Simple list" class="simplelist"><tr><td>
                      MECH(RESP) returns CONTINUE(CHALL) &#8594; send
                      DATA CHALL, goto
                      <span class="emphasis"><em>WaitingForData</em></span>
                    </td></tr><tr><td>
                      MECH(RESP) returns OK &#8594; send OK, goto
                      <span class="emphasis"><em>WaitingForBegin</em></span>
                    </td></tr><tr><td>
                      MECH(RESP) returns REJECTED &#8594; send REJECTED
                      [mechs], goto
                      <span class="emphasis"><em>WaitingForAuth</em></span>
                    </td></tr></table><p>
                </p></li><li class="listitem"><p>
                  Receive BEGIN &#8594; terminate auth conversation,
                  disconnect
                </p></li><li class="listitem"><p>
                  Receive CANCEL &#8594; send REJECTED [mechs], goto
                  <span class="emphasis"><em>WaitingForAuth</em></span>
                </p></li><li class="listitem"><p>
                  Receive ERROR &#8594; send REJECTED [mechs], goto
                  <span class="emphasis"><em>WaitingForAuth</em></span>
                </p></li><li class="listitem"><p>
                  Receive anything else &#8594; send ERROR, goto
                  <span class="emphasis"><em>WaitingForData</em></span>
                </p></li></ul></div><p>
          </p><p><b><span class="emphasis"><em>WaitingForBegin</em></span></b>
            </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>
                  Receive BEGIN &#8594; terminate auth conversation,
                  client authenticated
                </p></li><li class="listitem"><p>
                  Receive CANCEL &#8594; send REJECTED [mechs], goto
                  <span class="emphasis"><em>WaitingForAuth</em></span>
                </p></li><li class="listitem"><p>
                  Receive ERROR &#8594; send REJECTED [mechs], goto
                  <span class="emphasis"><em>WaitingForAuth</em></span>
                </p></li><li class="listitem"><p>
                  Receive anything else &#8594; send ERROR, goto
                  <span class="emphasis"><em>WaitingForBegin</em></span>
                </p></li></ul></div><p>
          </p></div></div><div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a name="auth-mechanisms"></a>Authentication mechanisms</h3></div></div></div><p>
        This section describes some new authentication mechanisms.
        D-Bus also allows any standard SASL mechanism of course.
      </p><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="auth-mechanisms-sha"></a>DBUS_COOKIE_SHA1</h4></div></div></div><p>
          The DBUS_COOKIE_SHA1 mechanism is designed to establish that a client
          has the ability to read a private file owned by the user being
          authenticated. If the client can prove that it has access to a secret
          cookie stored in this file, then the client is authenticated. 
          Thus the security of DBUS_COOKIE_SHA1 depends on a secure home 
          directory.
        </p><p>
          Throughout this description, "hex encoding" must output the digits
          from a to f in lower-case; the digits A to F must not be used
          in the DBUS_COOKIE_SHA1 mechanism.
        </p><p>
          Authentication proceeds as follows:
          </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>
                The client sends the username it would like to authenticate 
                as, hex-encoded.
              </p></li><li class="listitem"><p>
                The server sends the name of its "cookie context" (see below); a
                space character; the integer ID of the secret cookie the client
                must demonstrate knowledge of; a space character; then a
                randomly-generated challenge string, all of this hex-encoded into
                one, single string.
              </p></li><li class="listitem"><p>
                The client locates the cookie and generates its own
                randomly-generated challenge string. The client then concatenates
                the server's decoded challenge, a ":" character, its own challenge,
                another ":" character, and the cookie. It computes the SHA-1 hash
                of this composite string as a hex digest. It concatenates the
                client's challenge string, a space character, and the SHA-1 hex
                digest, hex-encodes the result and sends it back to the server.
              </p></li><li class="listitem"><p>
                The server generates the same concatenated string used by the
                client and computes its SHA-1 hash. It compares the hash with
                the hash received from the client; if the two hashes match, the
                client is authenticated.
              </p></li></ul></div><p>
        </p><p>
          Each server has a "cookie context," which is a name that identifies a
          set of cookies that apply to that server. A sample context might be
          "org_freedesktop_session_bus". Context names must be valid ASCII,
          nonzero length, and may not contain the characters slash ("/"),
          backslash ("\"), space (" "), newline ("\n"), carriage return ("\r"),
          tab ("\t"), or period ("."). There is a default context,
          "org_freedesktop_general" that's used by servers that do not specify
          otherwise.
        </p><p>
          Cookies are stored in a user's home directory, in the directory
          <code class="filename">~/.dbus-keyrings/</code>. This directory must 
          not be readable or writable by other users. If it is, 
          clients and servers must ignore it. The directory 
          contains cookie files named after the cookie context.
        </p><p>
          A cookie file contains one cookie per line. Each line 
          has three space-separated fields:
          </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>
                The cookie ID number, which must be a non-negative integer and
                may not be used twice in the same file.
              </p></li><li class="listitem"><p>
                The cookie's creation time, in UNIX seconds-since-the-epoch
                format.
              </p></li><li class="listitem"><p>
                The cookie itself, a hex-encoded random block of bytes. The cookie
                may be of any length, though obviously security increases 
                as the length increases.
              </p></li></ul></div><p>
        </p><p>
          Only server processes modify the cookie file.
          They must do so with this procedure:
          </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>
                Create a lockfile name by appending ".lock" to the name of the
                cookie file.  The server should attempt to create this file
                using <code class="literal">O_CREAT | O_EXCL</code>.  If file creation
                fails, the lock fails. Servers should retry for a reasonable
                period of time, then they may choose to delete an existing lock
                to keep users from having to manually delete a stale
                lock. <a href="#ftn.idp61680848" class="footnote" name="idp61680848"><sup class="footnote">[1]</sup></a>
              </p></li><li class="listitem"><p>
                Once the lockfile has been created, the server loads the cookie
                file. It should then delete any cookies that are old (the
                timeout can be fairly short), or more than a reasonable
                time in the future (so that cookies never accidentally 
                become permanent, if the clock was set far into the future 
                at some point). If no recent keys remain, the 
                server may generate a new key.
              </p></li><li class="listitem"><p>
                The pruned and possibly added-to cookie file 
                must be resaved atomically (using a temporary 
                file which is rename()'d).
              </p></li><li class="listitem"><p>
                The lock must be dropped by deleting the lockfile.
              </p></li></ul></div><p>
        </p><p>
          Clients need not lock the file in order to load it, 
          because servers are required to save the file atomically.          
        </p></div></div></div><div class="sect1"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="addresses"></a>Server Addresses</h2></div></div></div><p>
      Server addresses consist of a transport name followed by a colon, and
      then an optional, comma-separated list of keys and values in the form key=value.
      Each value is escaped.
    </p><p>
      For example: 
      </p><pre class="programlisting">unix:path=/tmp/dbus-test</pre><p>
      Which is the address to a unix socket with the path /tmp/dbus-test.
    </p><p>
      Value escaping is similar to URI escaping but simpler.
      </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>
            The set of optionally-escaped bytes is:
            <code class="literal">[0-9A-Za-z_-/.\]</code>. To escape, each
            <span class="emphasis"><em>byte</em></span> (note, not character) which is not in the
            set of optionally-escaped bytes must be replaced with an ASCII
            percent (<code class="literal">%</code>) and the value of the byte in hex.
            The hex value must always be two digits, even if the first digit is
            zero. The optionally-escaped bytes may be escaped if desired.
          </p></li><li class="listitem"><p>
            To unescape, append each byte in the value; if a byte is an ASCII
            percent (<code class="literal">%</code>) character then append the following
            hex value instead. It is an error if a <code class="literal">%</code> byte
            does not have two hex digits following. It is an error if a
            non-optionally-escaped byte is seen unescaped.
          </p></li></ul></div><p>
      The set of optionally-escaped bytes is intended to preserve address 
      readability and convenience.
    </p><p>
      A server may specify a key-value pair with the key <code class="literal">guid</code>
      and the value a hex-encoded 16-byte sequence. <a class="xref" href="#uuids" title="UUIDs">the section called &#8220;UUIDs&#8221;</a>
      describes the format of the <code class="literal">guid</code> field.  If present,
      this UUID may be used to distinguish one server address from another. A
      server should use a different UUID for each address it listens on. For
      example, if a message bus daemon offers both UNIX domain socket and TCP
      connections, but treats clients the same regardless of how they connect,
      those two connections are equivalent post-connection but should have
      distinct UUIDs to distinguish the kinds of connection.
    </p><p>
      The intent of the address UUID feature is to allow a client to avoid
      opening multiple identical connections to the same server, by allowing the
      client to check whether an address corresponds to an already-existing
      connection.  Comparing two addresses is insufficient, because addresses
      can be recycled by distinct servers, and equivalent addresses may look
      different if simply compared as strings (for example, the host in a TCP
      address can be given as an IP address or as a hostname).
    </p><p>
      Note that the address key is <code class="literal">guid</code> even though the 
      rest of the API and documentation says "UUID," for historical reasons.
    </p><p>
      [FIXME clarify if attempting to connect to each is a requirement 
      or just a suggestion]
      When connecting to a server, multiple server addresses can be
      separated by a semi-colon. The library will then try to connect
      to the first address and if that fails, it'll try to connect to
      the next one specified, and so forth. For example
      </p><pre class="programlisting">unix:path=/tmp/dbus-test;unix:path=/tmp/dbus-test2</pre><p>
    </p><p>
      Some addresses are <em class="firstterm">connectable</em>. A connectable
      address is one containing enough information for a client to connect
      to it. For instance, <code class="literal">tcp:host=127.0.0.1,port=4242</code>
      is a connectable address. It is not necessarily possible to listen
      on every connectable address: for instance, it is not possible to
      listen on a <code class="literal">unixexec:</code> address.
    </p><p>
      Some addresses are <em class="firstterm">listenable</em>. A listenable
      address is one containing enough information for a server to listen on
      it, producing a connectable address (which may differ from the
      original address). Many listenable addresses are not connectable:
      for instance, <code class="literal">tcp:host=127.0.0.1</code>
      is listenable, but not connectable (because it does not specify
      a port number).
    </p><p>
      Listening on an address that is not connectable will result in a
      connectable address that is not the same as the listenable address.
      For instance, listening on <code class="literal">tcp:host=127.0.0.1</code>
      might result in the connectable address
      <code class="literal">tcp:host=127.0.0.1,port=30958</code>,
      listening on <code class="literal">unix:tmpdir=/tmp</code>
      might result in the connectable address
      <code class="literal">unix:abstract=/tmp/dbus-U8OSdmf7</code>, or
      listening on <code class="literal">unix:runtime=yes</code>
      might result in the connectable address
      <code class="literal">unix:path=/run/user/1234/bus</code>.
    </p></div><div class="sect1"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="transports"></a>Transports</h2></div></div></div><p>
      [FIXME we need to specify in detail each transport and its possible arguments]
    
      Current transports include: unix domain sockets (including 
      abstract namespace on linux), launchd, systemd, TCP/IP, an executed subprocess and a debug/testing transport
      using in-process pipes. Future possible transports include one that
      tunnels over X11 protocol.
    </p><div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a name="transports-unix-domain-sockets"></a>Unix Domain Sockets</h3></div></div></div><p>
        Unix domain sockets can be either paths in the file system or on Linux 
        kernels, they can be abstract which are similar to paths but
        do not show up in the file system.
      </p><p>
        When a socket is opened by the D-Bus library it truncates the path 
        name right before the first trailing Nul byte.  This is true for both
        normal paths and abstract paths.  Note that this is a departure from
        previous versions of D-Bus that would create sockets with a fixed
        length path name.  Names which were shorter than the fixed length
        would be padded by Nul bytes.
      </p><p>
        Unix domain sockets are not available on Windows.
      </p><p>
        Unix addresses that specify <code class="literal">path</code> or
        <code class="literal">abstract</code> are both listenable and connectable.
        Unix addresses that specify <code class="literal">tmpdir</code> are only
        listenable: the corresponding connectable address will specify
        either <code class="literal">path</code> or <code class="literal">abstract</code>.
        Similarly, Unix addresses that specify <code class="literal">runtime</code>
        are only listenable, and the corresponding connectable address
        will specify <code class="literal">path</code>.
      </p><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="transports-unix-domain-sockets-addresses"></a>Server Address Format</h4></div></div></div><p> 
          Unix domain socket addresses are identified by the "unix:" prefix 
          and support the following key/value pairs:
        </p><div class="informaltable"><table class="informaltable" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>Name</th><th>Values</th><th>Description</th></tr></thead><tbody><tr><td>path</td><td>(path)</td><td>path of the unix domain socket. If set, the "tmpdir" and "abstract" key must not be set.</td></tr><tr><td>tmpdir</td><td>(path)</td><td>temporary directory in which a socket file with a random file name starting with 'dbus-' will be created by the server. This key can only be used in server addresses, not in client addresses. If set, the "path" and "abstract" key must not be set.</td></tr><tr><td>abstract</td><td>(string)</td><td>unique string (path) in the abstract namespace. If set, the "path" or "tmpdir" key must not be set. This key is only supported on platforms with "abstract Unix sockets", of which Linux is the only known example.</td></tr><tr><td>runtime</td><td><code class="literal">yes</code></td><td>If given, This key can only be used in server addresses, not in client addresses. If set, its value must be <code class="literal">yes</code>. This is typically used in an address string like <code class="literal">unix:runtime=yes;unix:tmpdir=/tmp</code> so that there can be a fallback if <code class="literal">XDG_RUNTIME_DIR</code> is not set.</td></tr></tbody></table></div><p>
         Exactly one of the keys <code class="literal">path</code>,
         <code class="literal">abstract</code>, <code class="literal">runtime</code> or
         <code class="literal">tmpdir</code> must be provided.
       </p></div></div><div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a name="transports-launchd"></a>launchd</h3></div></div></div><p>
        launchd is an open-source server management system that replaces init, inetd
        and cron on Apple Mac OS X versions 10.4 and above. It provides a common session
        bus address for each user and deprecates the X11-enabled D-Bus launcher on OSX.
      </p><p>
        launchd allocates a socket and provides it with the unix path through the
        DBUS_LAUNCHD_SESSION_BUS_SOCKET variable in launchd's environment. Every process
        spawned by launchd (or dbus-daemon, if it was started by launchd) can access
        it through its environment.
        Other processes can query for the launchd socket by executing:
        $ launchctl getenv DBUS_LAUNCHD_SESSION_BUS_SOCKET
        This is normally done by the D-Bus client library so doesn't have to be done
        manually.
      </p><p>
        launchd is not available on Microsoft Windows.
      </p><p>
        launchd addresses are listenable and connectable.
      </p><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="transports-launchd-addresses"></a>Server Address Format</h4></div></div></div><p>
          launchd addresses are identified by the "launchd:" prefix
          and support the following key/value pairs:
        </p><div class="informaltable"><table class="informaltable" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>Name</th><th>Values</th><th>Description</th></tr></thead><tbody><tr><td>env</td><td>(environment variable)</td><td>path of the unix domain socket for the launchd created dbus-daemon.</td></tr></tbody></table></div><p>
         The <code class="literal">env</code> key is required.
       </p></div></div><div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a name="transports-systemd"></a>systemd</h3></div></div></div><p>
        systemd is an open-source server management system that
        replaces init and inetd on newer Linux systems. It supports
        socket activation. The D-Bus systemd transport is used to acquire
        socket activation file descriptors from systemd and use them
        as D-Bus transport when the current process is spawned by
        socket activation from it.
      </p><p>
        The systemd transport accepts only one or more Unix domain or
        TCP streams sockets passed in via socket activation.
      </p><p>
        The systemd transport is not available on non-Linux operating systems.
      </p><p>
        The systemd transport defines no parameter keys.
      </p><p>
        systemd addresses are listenable, but not connectable. The
        corresponding connectable address is the <code class="literal">unix</code>
        or <code class="literal">tcp</code> address of the socket.
      </p></div><div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a name="transports-tcp-sockets"></a>TCP Sockets</h3></div></div></div><p>
        The tcp transport provides TCP/IP based connections between clients
        located on the same or different hosts. 
      </p><p>
        Using tcp transport without any additional secure authentification mechanismus 
        over a network is unsecure. 
      </p><p>  
        On Windows and most Unix platforms, the TCP stack is unable to transfer
        credentials over a TCP connection, so the EXTERNAL authentication
        mechanism does not work for this transport.
      </p><p>
        All <code class="literal">tcp</code> addresses are listenable.
        <code class="literal">tcp</code> addresses in which both
        <code class="literal">host</code> and <code class="literal">port</code> are
        specified, and <code class="literal">port</code> is non-zero,
        are also connectable.
      </p><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="transports-tcp-sockets-addresses"></a>Server Address Format</h4></div></div></div><p> 
         TCP/IP socket addresses are identified by the "tcp:" prefix 
         and support the following key/value pairs:
        </p><div class="informaltable"><table class="informaltable" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>Name</th><th>Values</th><th>Description</th></tr></thead><tbody><tr><td>host</td><td>(string)</td><td>DNS name or IP address</td></tr><tr><td>bind</td><td>(string)</td><td>Used in a listenable address to configure the interface
            on which the server will listen: either the IP address of one of
            the local machine's interfaces (most commonly <code class="literal">127.0.0.1
            </code>), or a DNS name that resolves to one of those IP
            addresses, or '*' to listen on all interfaces simultaneously.
            If not specified, the default is the same value as "host".
           </td></tr><tr><td>port</td><td>(number)</td><td>The tcp port the server will open. A zero value let the server 
            choose a free port provided from the underlaying operating system. 
            libdbus is able to retrieve the real used port from the server.  
           </td></tr><tr><td>family</td><td>(string)</td><td>If set, provide the type of socket family either "ipv4" or "ipv6". If unset, the family is unspecified.</td></tr></tbody></table></div></div></div><div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a name="transports-nonce-tcp-sockets"></a>Nonce-secured TCP Sockets</h3></div></div></div><p>
        The nonce-tcp transport provides a secured TCP transport, using a
        simple authentication mechanism to ensure that only clients with read
        access to a certain location in the filesystem can connect to the server.
        The server writes a secret, the nonce, to a file and an incoming client
        connection is only accepted if the client sends the nonce right after
        the connect. The nonce mechanism requires no setup and is orthogonal to
        the higher-level authentication mechanisms described in the
        Authentication section.
      </p><p>
        On start, the server generates a random 16 byte nonce and writes it
        to a file in the user's temporary directory. The nonce file location
        is published as part of the server's D-Bus address using the
        "noncefile" key-value pair.

        After an accept, the server reads 16 bytes from the socket. If the
        read bytes do not match the nonce stored in the nonce file, the
        server MUST immediately drop the connection.
        If the nonce match the received byte sequence, the client is accepted
        and the transport behaves like an unsecured tcp transport.
      </p><p>
        After a successful connect to the server socket, the client MUST read
        the nonce from the file published by the server via the noncefile=
        key-value pair and send it over the socket. After that, the
        transport behaves like an unsecured tcp transport.
      </p><p>
        All nonce-tcp addresses are listenable. nonce-tcp addresses in which
        <code class="literal">host</code>, <code class="literal">port</code> and
        <code class="literal">noncefile</code> are all specified,
        and <code class="literal">port</code> is nonzero, are also connectable.
      </p><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="transports-nonce-tcp-sockets-addresses"></a>Server Address Format</h4></div></div></div><p> 
         Nonce TCP/IP socket addresses uses the "nonce-tcp:" prefix 
         and support the following key/value pairs:
        </p><div class="informaltable"><table class="informaltable" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>Name</th><th>Values</th><th>Description</th></tr></thead><tbody><tr><td>host</td><td>(string)</td><td>DNS name or IP address</td></tr><tr><td>bind</td><td>(string)</td><td>The same as for tcp: addresses
           </td></tr><tr><td>port</td><td>(number)</td><td>The tcp port the server will open. A zero value let the server 
            choose a free port provided from the underlaying operating system. 
            libdbus is able to retrieve the real used port from the server.  
           </td></tr><tr><td>family</td><td>(string)</td><td>If set, provide the type of socket family either "ipv4" or "ipv6". If unset, the family is unspecified.</td></tr><tr><td>noncefile</td><td>(path)</td><td>File location containing the secret.
             This is only meaningful in connectable addresses:
             a listening D-Bus server that offers this transport
             will always create a new nonce file.</td></tr></tbody></table></div></div></div><div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a name="transports-exec"></a>Executed Subprocesses on Unix</h3></div></div></div><p>
        This transport forks off a process and connects its standard
        input and standard output with an anonymous Unix domain
        socket. This socket is then used for communication by the
        transport. This transport may be used to use out-of-process
        forwarder programs as basis for the D-Bus protocol.
      </p><p>
        The forked process will inherit the standard error output and
        process group from the parent process.
      </p><p>
        Executed subprocesses are not available on Windows.
      </p><p>
        <code class="literal">unixexec</code> addresses are connectable, but are not
        listenable.
      </p><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="transports-exec-addresses"></a>Server Address Format</h4></div></div></div><p>
          Executed subprocess addresses are identified by the "unixexec:" prefix
          and support the following key/value pairs:
        </p><div class="informaltable"><table class="informaltable" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>Name</th><th>Values</th><th>Description</th></tr></thead><tbody><tr><td>path</td><td>(path)</td><td>Path of the binary to execute, either an absolute
            path or a binary name that is searched for in the default
            search path of the OS. This corresponds to the first
            argument of execlp(). This key is mandatory.</td></tr><tr><td>argv0</td><td>(string)</td><td>The program name to use when executing the
            binary. If omitted the same value as specified for path=
            will be used. This corresponds to the second argument of
            execlp().</td></tr><tr><td>argv1, argv2, ...</td><td>(string)</td><td>Arguments to pass to the binary. This corresponds
            to the third and later arguments of execlp(). If a
            specific argvX is not specified no further argvY for Y &gt; X
            are taken into account.</td></tr></tbody></table></div></div></div></div><div class="sect1"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="meta-transports"></a>Meta Transports</h2></div></div></div><p>
      Meta transports are a kind of transport with special enhancements or
      behavior. Currently available meta transports include: autolaunch
    </p><div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a name="meta-transports-autolaunch"></a>Autolaunch</h3></div></div></div><p>The autolaunch transport provides a way for dbus clients to autodetect
       a running dbus session bus and to autolaunch a session bus if not present.
     </p><p>
        On Unix, <code class="literal">autolaunch</code> addresses are connectable,
        but not listenable.
      </p><p>
        On Windows, <code class="literal">autolaunch</code> addresses are both
        connectable and listenable.
      </p><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="meta-transports-autolaunch-addresses"></a>Server Address Format</h4></div></div></div><p>
         Autolaunch addresses uses the "autolaunch:" prefix and support the
         following key/value pairs:
       </p><div class="informaltable"><table class="informaltable" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>Name</th><th>Values</th><th>Description</th></tr></thead><tbody><tr><td>scope</td><td>(string)</td><td>scope of autolaunch (Windows only)
            <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>
               "*install-path" - limit session bus to dbus installation path.
               The dbus installation path is determined from the location of
               the shared dbus library. If the library is located in a 'bin'
               subdirectory the installation root is the directory above,
               otherwise the directory where the library lives is taken as
               installation root.
               </p><pre class="programlisting">
                   &lt;install-root&gt;/bin/[lib]dbus-1.dll
                   &lt;install-root&gt;/[lib]dbus-1.dll
               </pre><p>
              </p></li><li class="listitem"><p>
               "*user" - limit session bus to the recent user.
              </p></li><li class="listitem"><p>
               other values - specify dedicated session bus like "release",
               "debug" or other
              </p></li></ul></div>
           </td></tr></tbody></table></div></div><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="meta-transports-autolaunch-windows-implementation"></a>Windows implementation</h4></div></div></div><p>
        On start, the server opens a platform specific transport, creates a mutex
        and a shared memory section containing the related session bus address.
        This mutex will be inspected by the dbus client library to detect a
        running dbus session bus. The access to the mutex and the shared memory
        section are protected by global locks.
      </p><p>
       In the recent implementation the autolaunch transport uses a tcp transport
       on localhost with a port choosen from the operating system. This detail may
       change in the future.
      </p><p>
        Disclaimer: The recent implementation is in an early state and may not
        work in all cirumstances and/or may have security issues. Because of this
        the implementation is not documentated yet.
      </p></div></div></div><div class="sect1"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="uuids"></a>UUIDs</h2></div></div></div><p>
      A working D-Bus implementation uses universally-unique IDs in two places.
      First, each server address has a UUID identifying the address, 
      as described in <a class="xref" href="#addresses" title="Server Addresses">the section called &#8220;Server Addresses&#8221;</a>. Second, each operating
      system kernel instance running a D-Bus client or server has a UUID
      identifying that kernel, retrieved by invoking the method
      org.freedesktop.DBus.Peer.GetMachineId() (see <a class="xref" href="#standard-interfaces-peer" title="org.freedesktop.DBus.Peer">the section called &#8220;<code class="literal">org.freedesktop.DBus.Peer</code>&#8221;</a>).
    </p><p>
      The term "UUID" in this document is intended literally, i.e. an
      identifier that is universally unique. It is not intended to refer to
      RFC4122, and in fact the D-Bus UUID is not compatible with that RFC.
    </p><p>
      The UUID must contain 128 bits of data and be hex-encoded.  The
      hex-encoded string may not contain hyphens or other non-hex-digit
      characters, and it must be exactly 32 characters long.  To generate a
      UUID, the current reference implementation concatenates 96 bits of random
      data followed by the 32-bit time in seconds since the UNIX epoch (in big
      endian byte order).
    </p><p>
      It would also be acceptable and probably better to simply generate 128
      bits of random data, as long as the random number generator is of high
      quality. The timestamp could conceivably help if the random bits are not
      very random. With a quality random number generator, collisions are
      extremely unlikely even with only 96 bits, so it's somewhat academic.
    </p><p>
      Implementations should, however, stick to random data for the first 96 bits
      of the UUID.
    </p></div><div class="sect1"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="standard-interfaces"></a>Standard Interfaces</h2></div></div></div><p>
      See <a class="xref" href="#message-protocol-types-notation" title="Notation in this document">the section called &#8220;Notation in this document&#8221;</a> for details on 
       the notation used in this section. There are some standard interfaces
      that may be useful across various D-Bus applications.
    </p><div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a name="standard-interfaces-peer"></a><code class="literal">org.freedesktop.DBus.Peer</code></h3></div></div></div><p>
        The <code class="literal">org.freedesktop.DBus.Peer</code> interface 
        has two methods:
        </p><pre class="programlisting">
          org.freedesktop.DBus.Peer.Ping ()
          org.freedesktop.DBus.Peer.GetMachineId (out STRING machine_uuid)
        </pre><p>
      </p><p>
        On receipt of the <code class="literal">METHOD_CALL</code> message
        <code class="literal">org.freedesktop.DBus.Peer.Ping</code>, an application should do
        nothing other than reply with a <code class="literal">METHOD_RETURN</code> as
        usual.  It does not matter which object path a ping is sent to.  The
        reference implementation handles this method automatically.
      </p><p>
        On receipt of the <code class="literal">METHOD_CALL</code> message
        <code class="literal">org.freedesktop.DBus.Peer.GetMachineId</code>, an application should 
        reply with a <code class="literal">METHOD_RETURN</code> containing a hex-encoded 
        UUID representing the identity of the machine the process is running on.
        This UUID must be the same for all processes on a single system at least
        until that system next reboots. It should be the same across reboots 
        if possible, but this is not always possible to implement and is not 
        guaranteed.
        It does not matter which object path a GetMachineId is sent to.  The
        reference implementation handles this method automatically.
      </p><p>
        The UUID is intended to be per-instance-of-the-operating-system, so may represent
        a virtual machine running on a hypervisor, rather than a physical machine.
        Basically if two processes see the same UUID, they should also see the same
        shared memory, UNIX domain sockets, process IDs, and other features that require 
        a running OS kernel in common between the processes.
      </p><p>
        The UUID is often used where other programs might use a hostname. Hostnames 
        can change without rebooting, however, or just be "localhost" - so the UUID
        is more robust.
      </p><p>
        <a class="xref" href="#uuids" title="UUIDs">the section called &#8220;UUIDs&#8221;</a> explains the format of the UUID.
      </p></div><div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a name="standard-interfaces-introspectable"></a><code class="literal">org.freedesktop.DBus.Introspectable</code></h3></div></div></div><p>
        This interface has one method:
        </p><pre class="programlisting">
          org.freedesktop.DBus.Introspectable.Introspect (out STRING xml_data)
        </pre><p>
      </p><p>
        Objects instances may implement
        <code class="literal">Introspect</code> which returns an XML description of
        the object, including its interfaces (with signals and methods), objects
        below it in the object path tree, and its properties.
      </p><p>
        <a class="xref" href="#introspection-format" title="Introspection Data Format">the section called &#8220;Introspection Data Format&#8221;</a> describes the format of this XML string.
      </p></div><div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a name="standard-interfaces-properties"></a><code class="literal">org.freedesktop.DBus.Properties</code></h3></div></div></div><p>
        Many native APIs will have a concept of object <em class="firstterm">properties</em> 
        or <em class="firstterm">attributes</em>. These can be exposed via the 
        <code class="literal">org.freedesktop.DBus.Properties</code> interface.
      </p><p>
        </p><pre class="programlisting">
              org.freedesktop.DBus.Properties.Get (in STRING interface_name,
                                                   in STRING property_name,
                                                   out VARIANT value);
              org.freedesktop.DBus.Properties.Set (in STRING interface_name,
                                                   in STRING property_name,
                                                   in VARIANT value);
              org.freedesktop.DBus.Properties.GetAll (in STRING interface_name,
                                                      out DICT&lt;STRING,VARIANT&gt; props);
        </pre><p>
      </p><p>
        It is conventional to give D-Bus properties names consisting of
        capitalized words without punctuation ("CamelCase"), like
        <a class="link" href="#message-protocol-names-member" title="Member names">member names</a>.
        For instance, the GObject property
        <code class="literal">connection-status</code> or the Qt property
        <code class="literal">connectionStatus</code> could be represented on D-Bus
        as <code class="literal">ConnectionStatus</code>.
      </p><p>
        Strictly speaking, D-Bus property names are not required to follow
        the same naming restrictions as member names, but D-Bus property
        names that would not be valid member names (in particular,
        GObject-style dash-separated property names) can cause interoperability
        problems and should be avoided.
      </p><p>
        The available properties and whether they are writable can be determined
        by calling <code class="literal">org.freedesktop.DBus.Introspectable.Introspect</code>,
        see <a class="xref" href="#standard-interfaces-introspectable" title="org.freedesktop.DBus.Introspectable">the section called &#8220;<code class="literal">org.freedesktop.DBus.Introspectable</code>&#8221;</a>.
      </p><p>
        An empty string may be provided for the interface name; in this case, 
        if there are multiple properties on an object with the same name, 
        the results are undefined (picking one by according to an arbitrary 
        deterministic rule, or returning an error, are the reasonable 
        possibilities).
      </p><p>
        If one or more properties change on an object, the
        <code class="literal">org.freedesktop.DBus.Properties.PropertiesChanged</code>
        signal may be emitted (this signal was added in 0.14):
      </p><p>
        </p><pre class="programlisting">
              org.freedesktop.DBus.Properties.PropertiesChanged (STRING interface_name,
                                                                 DICT&lt;STRING,VARIANT&gt; changed_properties,
                                                                 ARRAY&lt;STRING&gt; invalidated_properties);
        </pre><p>
      </p><p>
        where <code class="literal">changed_properties</code> is a dictionary
        containing the changed properties with the new values and
        <code class="literal">invalidated_properties</code> is an array of
        properties that changed but the value is not conveyed.
      </p><p>
        Whether the <code class="literal">PropertiesChanged</code> signal is
        supported can be determined by calling
        <code class="literal">org.freedesktop.DBus.Introspectable.Introspect</code>. Note
        that the signal may be supported for an object but it may
        differ how whether and how it is used on a per-property basis
        (for e.g. performance or security reasons). Each property (or
        the parent interface) must be annotated with the
        <code class="literal">org.freedesktop.DBus.Property.EmitsChangedSignal</code>
        annotation to convey this (usually the default value
        <code class="literal">true</code> is sufficient meaning that the
        annotation does not need to be used). See <a class="xref" href="#introspection-format" title="Introspection Data Format">the section called &#8220;Introspection Data Format&#8221;</a> for details on this
        annotation.
      </p></div><div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a name="standard-interfaces-objectmanager"></a><code class="literal">org.freedesktop.DBus.ObjectManager</code></h3></div></div></div><p>
        An API can optionally make use of this interface for one or
        more sub-trees of objects. The root of each sub-tree implements
        this interface so other applications can get all objects,
        interfaces and properties in a single method call.  It is
        appropriate to use this interface if users of the tree of
        objects are expected to be interested in all interfaces of all
        objects in the tree; a more granular API should be used if
        users of the objects are expected to be interested in a small
        subset of the objects, a small subset of their interfaces, or
        both.
      </p><p>
        The method that applications can use to get all objects and
        properties is <code class="literal">GetManagedObjects</code>:
      </p><p>
        </p><pre class="programlisting">
          org.freedesktop.DBus.ObjectManager.GetManagedObjects (out DICT&lt;OBJPATH,DICT&lt;STRING,DICT&lt;STRING,VARIANT&gt;&gt;&gt; objpath_interfaces_and_properties);
        </pre><p>
      </p><p>
        The return value of this method is a dict whose keys are
        object paths. All returned object paths are children of the
        object path implementing this interface, i.e. their object
        paths start with the ObjectManager's object path plus '/'.
      </p><p>
        Each value is a dict whose keys are interfaces names.  Each
        value in this inner dict is the same dict that would be
        returned by the <a class="link" href="#standard-interfaces-properties" title="org.freedesktop.DBus.Properties">org.freedesktop.DBus.Properties.GetAll()</a>
        method for that combination of object path and interface. If
        an interface has no properties, the empty dict is returned.
      </p><p>
        Changes are emitted using the following two signals:
      </p><p>
        </p><pre class="programlisting">
          org.freedesktop.DBus.ObjectManager.InterfacesAdded (OBJPATH object_path,
                                                              DICT&lt;STRING,DICT&lt;STRING,VARIANT&gt;&gt; interfaces_and_properties);
          org.freedesktop.DBus.ObjectManager.InterfacesRemoved (OBJPATH object_path,
                                                                ARRAY&lt;STRING&gt; interfaces);
        </pre><p>
      </p><p>
        The <code class="literal">InterfacesAdded</code> signal is emitted when
        either a new object is added or when an existing object gains
        one or more interfaces. The
        <code class="literal">InterfacesRemoved</code> signal is emitted
        whenever an object is removed or it loses one or more
        interfaces. The second parameter of the
        <code class="literal">InterfacesAdded</code> signal contains a dict with
        the interfaces and properties (if any) that have been added to
        the given object path. Similarly, the second parameter of the
        <code class="literal">InterfacesRemoved</code> signal contains an array
        of the interfaces that were removed. Note that changes on
        properties on existing interfaces are not reported using this
        interface - an application should also monitor the existing <a class="link" href="#standard-interfaces-properties" title="org.freedesktop.DBus.Properties">PropertiesChanged</a>
        signal on each object.
      </p><p>
        Applications SHOULD NOT export objects that are children of an
        object (directly or otherwise) implementing this interface but
        which are not returned in the reply from the
        <code class="literal">GetManagedObjects()</code> method of this
        interface on the given object.
      </p><p>
        The intent of the <code class="literal">ObjectManager</code> interface
        is to make it easy to write a robust client
        implementation. The trivial client implementation only needs
        to make two method calls:
      </p><p>
        </p><pre class="programlisting">
          org.freedesktop.DBus.AddMatch (bus_proxy,
                                         "type='signal',name='org.example.App',path_namespace='/org/example/App'");
          objects = org.freedesktop.DBus.ObjectManager.GetManagedObjects (app_proxy);
        </pre><p>
      </p><p>
        on the message bus and the remote application's
        <code class="literal">ObjectManager</code>, respectively. Whenever a new
        remote object is created (or an existing object gains a new
        interface), the <code class="literal">InterfacesAdded</code> signal is
        emitted, and since this signal contains all properties for the
        interfaces, no calls to the
        <code class="literal">org.freedesktop.Properties</code> interface on the
        remote object are needed. Additionally, since the initial
        <code class="literal">AddMatch()</code> rule already includes signal
        messages from the newly created child object, no new
        <code class="literal">AddMatch()</code> call is needed.
      </p><p>
        <span class="emphasis"><em>
          The <code class="literal">org.freedesktop.DBus.ObjectManager</code>
          interface was added in version 0.17 of the D-Bus
          specification.
        </em></span>
      </p></div></div><div class="sect1"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="introspection-format"></a>Introspection Data Format</h2></div></div></div><p>
      As described in <a class="xref" href="#standard-interfaces-introspectable" title="org.freedesktop.DBus.Introspectable">the section called &#8220;<code class="literal">org.freedesktop.DBus.Introspectable</code>&#8221;</a>, 
      objects may be introspected at runtime, returning an XML string 
      that describes the object. The same XML format may be used in 
      other contexts as well, for example as an "IDL" for generating 
      static language bindings.
    </p><p>
      Here is an example of introspection data:
      </p><pre class="programlisting">
        &lt;!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
         "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd"&gt;
        &lt;node name="/com/example/sample_object"&gt;
          &lt;interface name="com.example.SampleInterface"&gt;
            &lt;method name="Frobate"&gt;
              &lt;arg name="foo" type="i" direction="in"/&gt;
              &lt;arg name="bar" type="s" direction="out"/&gt;
              &lt;arg name="baz" type="a{us}" direction="out"/&gt;
              &lt;annotation name="org.freedesktop.DBus.Deprecated" value="true"/&gt;
            &lt;/method&gt;
            &lt;method name="Bazify"&gt;
              &lt;arg name="bar" type="(iiu)" direction="in"/&gt;
              &lt;arg name="bar" type="v" direction="out"/&gt;
            &lt;/method&gt;
            &lt;method name="Mogrify"&gt;
              &lt;arg name="bar" type="(iiav)" direction="in"/&gt;
            &lt;/method&gt;
            &lt;signal name="Changed"&gt;
              &lt;arg name="new_value" type="b"/&gt;
            &lt;/signal&gt;
            &lt;property name="Bar" type="y" access="readwrite"/&gt;
          &lt;/interface&gt;
          &lt;node name="child_of_sample_object"/&gt;
          &lt;node name="another_child_of_sample_object"/&gt;
       &lt;/node&gt;
      </pre><p>
    </p><p>
      A more formal DTD and spec needs writing, but here are some quick notes.
      </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>
            Only the root &lt;node&gt; element can omit the node name, as it's
            known to be the object that was introspected.  If the root
            &lt;node&gt; does have a name attribute, it must be an absolute
            object path. If child &lt;node&gt; have object paths, they must be
            relative.
          </p></li><li class="listitem"><p>
            If a child &lt;node&gt; has any sub-elements, then they 
            must represent a complete introspection of the child.
            If a child &lt;node&gt; is empty, then it may or may 
            not have sub-elements; the child must be introspected
            in order to find out. The intent is that if an object 
            knows that its children are "fast" to introspect
            it can go ahead and return their information, but 
            otherwise it can omit it.
          </p></li><li class="listitem"><p>
            The direction element on &lt;arg&gt; may be omitted, 
            in which case it defaults to "in" for method calls 
            and "out" for signals. Signals only allow "out" 
            so while direction may be specified, it's pointless.
          </p></li><li class="listitem"><p>
            The possible directions are "in" and "out", 
            unlike CORBA there is no "inout"
          </p></li><li class="listitem"><p>
            The possible property access flags are 
            "readwrite", "read", and "write"
          </p></li><li class="listitem"><p>
            Multiple interfaces can of course be listed for 
            one &lt;node&gt;.
          </p></li><li class="listitem"><p>
            The "name" attribute on arguments is optional.
          </p></li></ul></div><p>
    </p><p>
        Method, interface, property, and signal elements may have
        "annotations", which are generic key/value pairs of metadata.
        They are similar conceptually to Java's annotations and C# attributes.
        Well-known annotations:
     </p><div class="informaltable"><table class="informaltable" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>Name</th><th>Values (separated by ,)</th><th>Description</th></tr></thead><tbody><tr><td>org.freedesktop.DBus.Deprecated</td><td>true,false</td><td>Whether or not the entity is deprecated; defaults to false</td></tr><tr><td>org.freedesktop.DBus.GLib.CSymbol</td><td>(string)</td><td>The C symbol; may be used for methods and interfaces</td></tr><tr><td>org.freedesktop.DBus.Method.NoReply</td><td>true,false</td><td>If set, don't expect a reply to the method call; defaults to false.</td></tr><tr><td>org.freedesktop.DBus.Property.EmitsChangedSignal</td><td>true,invalidates,const,false</td><td>
               <p>
                 If set to <code class="literal">false</code>, the
                 <code class="literal">org.freedesktop.DBus.Properties.PropertiesChanged</code>
                 signal, see <a class="xref" href="#standard-interfaces-properties" title="org.freedesktop.DBus.Properties">the section called &#8220;<code class="literal">org.freedesktop.DBus.Properties</code>&#8221;</a> is not
                 guaranteed to be emitted if the property changes.
               </p>
               <p>
                 If set to <code class="literal">const</code> the property never
                 changes value during the lifetime of the object it
                 belongs to, and hence the signal is never emitted for
                 it.
               </p>
               <p>
                 If set to <code class="literal">invalidates</code> the signal
                 is emitted but the value is not included in the
                 signal.
               </p>
               <p>
                 If set to <code class="literal">true</code> the signal is
                 emitted with the value included.
               </p>
               <p>
                 The value for the annotation defaults to
                 <code class="literal">true</code> if the enclosing interface
                 element does not specify the annotation. Otherwise it
                 defaults to the value specified in the enclosing
                 interface element.
               </p>
               <p>
                 This annotation is intended to be used by code
                 generators to implement client-side caching of
                 property values. For all properties for which the
                 annotation is set to <code class="literal">const</code>,
                 <code class="literal">invalidates</code> or
                 <code class="literal">true</code> the client may
                 unconditionally cache the values as the properties
                 don't change or notifications are generated for them
                 if they do.
               </p>
             </td></tr></tbody></table></div></div><div class="sect1"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="message-bus"></a>Message Bus Specification</h2></div></div></div><div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a name="message-bus-overview"></a>Message Bus Overview</h3></div></div></div><p>
        The message bus accepts connections from one or more applications. 
        Once connected, applications can exchange messages with other 
        applications that are also connected to the bus.
      </p><p>
        In order to route messages among connections, the message bus keeps a
        mapping from names to connections. Each connection has one
        unique-for-the-lifetime-of-the-bus name automatically assigned.
        Applications may request additional names for a connection. Additional
        names are usually "well-known names" such as
        "com.example.TextEditor". When a name is bound to a connection,
        that connection is said to <em class="firstterm">own</em> the name.
      </p><p>
        The bus itself owns a special name,
        <code class="literal">org.freedesktop.DBus</code>, with an object
        located at <code class="literal">/org/freedesktop/DBus</code> that
        implements the <code class="literal">org.freedesktop.DBus</code>
        interface. This service allows applications to make
        administrative requests of the bus itself. For example,
        applications can ask the bus to assign a name to a connection.
      </p><p>
        Each name may have <em class="firstterm">queued owners</em>.  When an
        application requests a name for a connection and the name is already in
        use, the bus will optionally add the connection to a queue waiting for 
        the name. If the current owner of the name disconnects or releases
        the name, the next connection in the queue will become the new owner.
      </p><p>
        This feature causes the right thing to happen if you start two text
        editors for example; the first one may request "com.example.TextEditor",
        and the second will be queued as a possible owner of that name. When 
        the first exits, the second will take over.
      </p><p>
        Applications may send <em class="firstterm">unicast messages</em> to
        a specific recipient or to the message bus itself, or
        <em class="firstterm">broadcast messages</em> to all interested recipients.
        See <a class="xref" href="#message-bus-routing" title="Message Bus Message Routing">the section called &#8220;Message Bus Message Routing&#8221;</a> for details.
      </p></div><div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a name="message-bus-names"></a>Message Bus Names</h3></div></div></div><p>
        Each connection has at least one name, assigned at connection time and
        returned in response to the
        <code class="literal">org.freedesktop.DBus.Hello</code> method call.  This
        automatically-assigned name is called the connection's <em class="firstterm">unique
        name</em>.  Unique names are never reused for two different
        connections to the same bus.
      </p><p>
        Ownership of a unique name is a prerequisite for interaction with 
        the message bus. It logically follows that the unique name is always 
        the first name that an application comes to own, and the last 
        one that it loses ownership of.
      </p><p>
        Unique connection names must begin with the character ':' (ASCII colon
        character); bus names that are not unique names must not begin
        with this character. (The bus must reject any attempt by an application
        to manually request a name beginning with ':'.) This restriction
        categorically prevents "spoofing"; messages sent to a unique name
        will always go to the expected connection.
      </p><p>
        When a connection is closed, all the names that it owns are deleted (or
        transferred to the next connection in the queue if any).
      </p><p>
        A connection can request additional names to be associated with it using
        the <code class="literal">org.freedesktop.DBus.RequestName</code> message. <a class="xref" href="#message-protocol-names-bus" title="Bus names">the section called &#8220;Bus names&#8221;</a> describes the format of a valid
        name. These names can be released again using the
        <code class="literal">org.freedesktop.DBus.ReleaseName</code> message.
      </p><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="bus-messages-request-name"></a><code class="literal">org.freedesktop.DBus.RequestName</code></h4></div></div></div><p>
          As a method:
          </p><pre class="programlisting">
            UINT32 RequestName (in STRING name, in UINT32 flags)
          </pre><p>
          Message arguments:
          </p><div class="informaltable"><table class="informaltable" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>Argument</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td>0</td><td>STRING</td><td>Name to request</td></tr><tr><td>1</td><td>UINT32</td><td>Flags</td></tr></tbody></table></div><p>
          Reply arguments:
          </p><div class="informaltable"><table class="informaltable" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>Argument</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td>0</td><td>UINT32</td><td>Return value</td></tr></tbody></table></div><p>
        </p><p>
          This method call should be sent to
          <code class="literal">org.freedesktop.DBus</code> and asks the message bus to
          assign the given name to the method caller. Each name maintains a
          queue of possible owners, where the head of the queue is the primary
          or current owner of the name. Each potential owner in the queue
          maintains the DBUS_NAME_FLAG_ALLOW_REPLACEMENT and
          DBUS_NAME_FLAG_DO_NOT_QUEUE settings from its latest RequestName
          call.  When RequestName is invoked the following occurs:
          </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>
                If the method caller is currently the primary owner of the name,
                the DBUS_NAME_FLAG_ALLOW_REPLACEMENT and DBUS_NAME_FLAG_DO_NOT_QUEUE
                values are updated with the values from the new RequestName call, 
                and nothing further happens.
              </p></li><li class="listitem"><p>
                If the current primary owner (head of the queue) has
                DBUS_NAME_FLAG_ALLOW_REPLACEMENT set, and the RequestName
                invocation has the DBUS_NAME_FLAG_REPLACE_EXISTING flag, then
                the caller of RequestName replaces the current primary owner at
                the head of the queue and the current primary owner moves to the
                second position in the queue. If the caller of RequestName was 
                in the queue previously its flags are updated with the values from 
                the new RequestName in addition to moving it to the head of the queue.
              </p></li><li class="listitem"><p>
                If replacement is not possible, and the method caller is
                currently in the queue but not the primary owner, its flags are
                updated with the values from the new RequestName call.
              </p></li><li class="listitem"><p>
                If replacement is not possible, and the method caller is
                currently not in the queue, the method caller is appended to the
                queue.
              </p></li><li class="listitem"><p>
                If any connection in the queue has DBUS_NAME_FLAG_DO_NOT_QUEUE
                set and is not the primary owner, it is removed from the
                queue. This can apply to the previous primary owner (if it
                was replaced) or the method caller (if it updated the
                DBUS_NAME_FLAG_DO_NOT_QUEUE flag while still stuck in the
                queue, or if it was just added to the queue with that flag set).
              </p></li></ul></div><p>
        </p><p>
          Note that DBUS_NAME_FLAG_REPLACE_EXISTING results in "jumping the
          queue," even if another application already in the queue had specified
          DBUS_NAME_FLAG_REPLACE_EXISTING.  This comes up if a primary owner
          that does not allow replacement goes away, and the next primary owner
          does allow replacement. In this case, queued items that specified
          DBUS_NAME_FLAG_REPLACE_EXISTING <span class="emphasis"><em>do not</em></span>
          automatically replace the new primary owner. In other words,
          DBUS_NAME_FLAG_REPLACE_EXISTING is not saved, it is only used at the
          time RequestName is called. This is deliberate to avoid an infinite loop
          anytime two applications are both DBUS_NAME_FLAG_ALLOW_REPLACEMENT 
          and DBUS_NAME_FLAG_REPLACE_EXISTING.
        </p><p>
          The flags argument contains any of the following values logically ORed
          together:

          </p><div class="informaltable"><table class="informaltable" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>Conventional Name</th><th>Value</th><th>Description</th></tr></thead><tbody><tr><td>DBUS_NAME_FLAG_ALLOW_REPLACEMENT</td><td>0x1</td><td>

                    If an application A specifies this flag and succeeds in
                    becoming the owner of the name, and another application B
                    later calls RequestName with the
                    DBUS_NAME_FLAG_REPLACE_EXISTING flag, then application A
                    will lose ownership and receive a
                    <code class="literal">org.freedesktop.DBus.NameLost</code> signal, and
                    application B will become the new owner. If DBUS_NAME_FLAG_ALLOW_REPLACEMENT
                    is not specified by application A, or DBUS_NAME_FLAG_REPLACE_EXISTING
                    is not specified by application B, then application B will not replace
                    application A as the owner.

                  </td></tr><tr><td>DBUS_NAME_FLAG_REPLACE_EXISTING</td><td>0x2</td><td>

                    Try to replace the current owner if there is one. If this
                    flag is not set the application will only become the owner of
                    the name if there is no current owner. If this flag is set,
                    the application will replace the current owner if
                    the current owner specified DBUS_NAME_FLAG_ALLOW_REPLACEMENT.

                  </td></tr><tr><td>DBUS_NAME_FLAG_DO_NOT_QUEUE</td><td>0x4</td><td>

                    Without this flag, if an application requests a name that is
                    already owned, the application will be placed in a queue to
                    own the name when the current owner gives it up. If this
                    flag is given, the application will not be placed in the
                    queue, the request for the name will simply fail.  This flag
                    also affects behavior when an application is replaced as
                    name owner; by default the application moves back into the
                    waiting queue, unless this flag was provided when the application
                    became the name owner.

                  </td></tr></tbody></table></div><p>

          The return code can be one of the following values:

          </p><div class="informaltable"><table class="informaltable" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>Conventional Name</th><th>Value</th><th>Description</th></tr></thead><tbody><tr><td>DBUS_REQUEST_NAME_REPLY_PRIMARY_OWNER</td><td>1</td><td>The caller is now the primary owner of
                  the name, replacing any previous owner. Either the name had no
                  owner before, or the caller specified
                  DBUS_NAME_FLAG_REPLACE_EXISTING and the current owner specified
                  DBUS_NAME_FLAG_ALLOW_REPLACEMENT.</td></tr><tr><td>DBUS_REQUEST_NAME_REPLY_IN_QUEUE</td><td>2</td><td>The name already had an owner,
                    DBUS_NAME_FLAG_DO_NOT_QUEUE was not specified, and either
                    the current owner did not specify
                    DBUS_NAME_FLAG_ALLOW_REPLACEMENT or the requesting
                    application did not specify DBUS_NAME_FLAG_REPLACE_EXISTING.
                    </td></tr><tr><td>DBUS_REQUEST_NAME_REPLY_EXISTS</td><td>3</td><td>The name already has an owner,
                  DBUS_NAME_FLAG_DO_NOT_QUEUE was specified, and either
                  DBUS_NAME_FLAG_ALLOW_REPLACEMENT was not specified by the
                  current owner, or DBUS_NAME_FLAG_REPLACE_EXISTING was not
                  specified by the requesting application.</td></tr><tr><td>DBUS_REQUEST_NAME_REPLY_ALREADY_OWNER</td><td>4</td><td>The application trying to request ownership of a name is already the owner of it.</td></tr></tbody></table></div><p>
        </p></div><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="bus-messages-release-name"></a><code class="literal">org.freedesktop.DBus.ReleaseName</code></h4></div></div></div><p>
          As a method:
          </p><pre class="programlisting">
            UINT32 ReleaseName (in STRING name)
          </pre><p>
          Message arguments:
          </p><div class="informaltable"><table class="informaltable" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>Argument</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td>0</td><td>STRING</td><td>Name to release</td></tr></tbody></table></div><p>
          Reply arguments:
          </p><div class="informaltable"><table class="informaltable" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>Argument</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td>0</td><td>UINT32</td><td>Return value</td></tr></tbody></table></div><p>
        </p><p>
          This method call should be sent to
          <code class="literal">org.freedesktop.DBus</code> and asks the message bus to
          release the method caller's claim to the given name. If the caller is
          the primary owner, a new primary owner will be selected from the
          queue if any other owners are waiting. If the caller is waiting in
          the queue for the name, the caller will removed from the queue and
          will not be made an owner of the name if it later becomes available.
          If there are no other owners in the queue for the name, it will be
          removed from the bus entirely.

          The return code can be one of the following values:

          </p><div class="informaltable"><table class="informaltable" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>Conventional Name</th><th>Value</th><th>Description</th></tr></thead><tbody><tr><td>DBUS_RELEASE_NAME_REPLY_RELEASED</td><td>1</td><td>The caller has released his claim on
                  the given name. Either the caller was the primary owner of
                  the name, and the name is now unused or taken by somebody
                  waiting in the queue for the name, or the caller was waiting
                  in the queue for the name and has now been removed from the
                  queue.</td></tr><tr><td>DBUS_RELEASE_NAME_REPLY_NON_EXISTENT</td><td>2</td><td>The given name does not exist on this bus.</td></tr><tr><td>DBUS_RELEASE_NAME_REPLY_NOT_OWNER</td><td>3</td><td>The caller was not the primary owner of this name,
                  and was also not waiting in the queue to own this name.</td></tr></tbody></table></div><p>
        </p></div><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="bus-messages-list-queued-owners"></a><code class="literal">org.freedesktop.DBus.ListQueuedOwners</code></h4></div></div></div><p>
          As a method:
          </p><pre class="programlisting">
            ARRAY of STRING ListQueuedOwners (in STRING name)
          </pre><p>
          Message arguments:
          </p><div class="informaltable"><table class="informaltable" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>Argument</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td>0</td><td>STRING</td><td>The well-known bus name to query, such as
                    <code class="literal">com.example.cappuccino</code></td></tr></tbody></table></div><p>
          Reply arguments:
          </p><div class="informaltable"><table class="informaltable" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>Argument</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td>0</td><td>ARRAY of STRING</td><td>The unique bus names of connections currently queued
                    for the name</td></tr></tbody></table></div><p>
        </p><p>
          This method call should be sent to
          <code class="literal">org.freedesktop.DBus</code> and lists the connections
          currently queued for a bus name (see
          <a class="xref" href="#term-queued-owner" title="Queued Name Owner">Queued Name Owner</a>).
        </p></div></div><div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a name="message-bus-routing"></a>Message Bus Message Routing</h3></div></div></div><p>
        Messages may have a <code class="literal">DESTINATION</code> field (see <a class="xref" href="#message-protocol-header-fields" title="Header Fields">the section called &#8220;Header Fields&#8221;</a>), resulting in a
        <em class="firstterm">unicast message</em>.  If the
        <code class="literal">DESTINATION</code> field is present, it specifies a message
        recipient by name. Method calls and replies normally specify this field.
        The message bus must send messages (of any type) with the
        <code class="literal">DESTINATION</code> field set to the specified recipient,
        regardless of whether the recipient has set up a match rule matching
        the message.
      </p><p>
        When the message bus receives a signal, if the
        <code class="literal">DESTINATION</code> field is absent, it is considered to
        be a <em class="firstterm">broadcast signal</em>, and is sent to all
        applications with <em class="firstterm">message matching rules</em> that
        match the message. Most signal messages are broadcasts, and
        no other message types currently defined in this specification
        may be broadcast.
      </p><p>
        Unicast signal messages (those with a <code class="literal">DESTINATION</code>
        field) are not commonly used, but they are treated like any unicast
        message: they are delivered to the specified receipient,
        regardless of its match rules.  One use for unicast signals is to
        avoid a race condition in which a signal is emitted before the intended
        recipient can call <a class="xref" href="#bus-messages-add-match" title="org.freedesktop.DBus.AddMatch">the section called &#8220;<code class="literal">org.freedesktop.DBus.AddMatch</code>&#8221;</a> to
        receive that signal: if the signal is sent directly to that recipient
        using a unicast message, it does not need to add a match rule at all,
        and there is no race condition.  Another use for unicast signals,
        on message buses whose security policy prevents eavesdropping, is to
        send sensitive information which should only be visible to one
        recipient.
      </p><p>
        When the message bus receives a method call, if the
        <code class="literal">DESTINATION</code> field is absent, the call is taken to be
        a standard one-to-one message and interpreted by the message bus
        itself. For example, sending an
        <code class="literal">org.freedesktop.DBus.Peer.Ping</code> message with no
        <code class="literal">DESTINATION</code> will cause the message bus itself to
        reply to the ping immediately; the message bus will not make this
        message visible to other applications.
      </p><p>
        Continuing the <code class="literal">org.freedesktop.DBus.Peer.Ping</code> example, if
        the ping message were sent with a <code class="literal">DESTINATION</code> name of
        <code class="literal">com.yoyodyne.Screensaver</code>, then the ping would be
        forwarded, and the Yoyodyne Corporation screensaver application would be
        expected to reply to the ping.
      </p><p>
        Message bus implementations may impose a security policy which
        prevents certain messages from being sent or received.
        When a method call message cannot be sent or received due to a security
        policy, the message bus should send an error reply, unless the
        original message had the <code class="literal">NO_REPLY</code> flag.
      </p><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="message-bus-routing-eavesdropping"></a>Eavesdropping</h4></div></div></div><p>
          Receiving a unicast message whose <code class="literal">DESTINATION</code>
          indicates a different recipient is called
          <em class="firstterm">eavesdropping</em>. On a message bus which acts as
          a security boundary (like the standard system bus), the security
          policy should usually prevent eavesdropping, since unicast messages
          are normally kept private and may contain security-sensitive
          information.
        </p><p>
          Eavesdropping is mainly useful for debugging tools, such as
          the <code class="literal">dbus-monitor</code> tool in the reference
          implementation of D-Bus. Tools which eavesdrop on the message bus
          should be careful to avoid sending a reply or error in response to
          messages intended for a different client.
        </p><p>
          Clients may attempt to eavesdrop by adding match rules
          (see <a class="xref" href="#message-bus-routing-match-rules" title="Match Rules">the section called &#8220;Match Rules&#8221;</a>) containing
          the <code class="literal">eavesdrop='true'</code> match. If the message bus'
          security policy does not allow eavesdropping, the match rule can
          still be added, but will not have any practical effect. For
          compatibility with older message bus implementations, if adding such
          a match rule results in an error reply, the client may fall back to
          adding the same rule with the <code class="literal">eavesdrop</code> match
          omitted.
        </p><p>
          Eavesdropping interacts poorly with buses with non-trivial
          access control restrictions. The
          <a class="xref" href="#bus-messages-become-monitor" title="org.freedesktop.DBus.Monitoring.BecomeMonitor">the section called &#8220;<code class="literal">org.freedesktop.DBus.Monitoring.BecomeMonitor</code>&#8221;</a> method provides
          an alternative way to monitor buses.
        </p></div><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="message-bus-routing-match-rules"></a>Match Rules</h4></div></div></div><p>
          An important part of the message bus routing protocol is match
          rules. Match rules describe the messages that should be sent to a
          client, based on the contents of the message.  Broadcast signals
          are only sent to clients which have a suitable match rule: this
          avoids waking up client processes to deal with signals that are
          not relevant to that client.
        </p><p>
          Messages that list a client as their <code class="literal">DESTINATION</code>
          do not need to match the client's match rules, and are sent to that
          client regardless. As a result, match rules are mainly used to
          receive a subset of broadcast signals.
        </p><p>
          Match rules can also be used for eavesdropping
          (see <a class="xref" href="#message-bus-routing-eavesdropping" title="Eavesdropping">the section called &#8220;Eavesdropping&#8221;</a>),
          if the security policy of the message bus allows it.
        </p><p>
          Match rules are added using the AddMatch bus method 
          (see <a class="xref" href="#bus-messages-add-match" title="org.freedesktop.DBus.AddMatch">the section called &#8220;<code class="literal">org.freedesktop.DBus.AddMatch</code>&#8221;</a>).  Rules are
          specified as a string of comma separated key/value pairs. 
          Excluding a key from the rule indicates a wildcard match.  
          For instance excluding the the member from a match rule but 
          adding a sender would let all messages from that sender through.
          An example of a complete rule would be 
          "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='Foo',path='/bar/foo',destination=':452345.34',arg2='bar'"
        </p><p>
          Within single quotes (ASCII apostrophe, U+0027), a backslash
          (U+005C) represents itself, and an apostrophe ends the quoted
          section. Outside single quotes, \' (backslash, apostrophe)
          represents an apostrophe, and any backslash not followed by
          an apostrophe represents itself. For instance, the match rules
          <code class="literal">arg0=''\''',arg1='\',arg2=',',arg3='\\'</code> and
          <code class="literal">arg0=\',arg1=\,arg2=',',arg3=\\</code>
          both match messages where the arguments are a 1-character string
          containing an apostrophe, a 1-character string containing a
          backslash, a 1-character string containing a comma, and a
          2-character string containing two backslashes<a href="#ftn.idp62054784" class="footnote" name="idp62054784"><sup class="footnote">[2]</sup></a>.
        </p><p>
          The following table describes the keys that can be used to create 
          a match rule.
          </p><div class="informaltable"><table class="informaltable" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>Key</th><th>Possible Values</th><th>Description</th></tr></thead><tbody><tr><td><code class="literal">type</code></td><td>'signal', 'method_call', 'method_return', 'error'</td><td>Match on the message type.  An example of a type match is type='signal'</td></tr><tr><td><code class="literal">sender</code></td><td>A bus or unique name (see <a class="xref" href="#term-bus-name" title="Bus Name">Bus Name</a>
                  and <a class="xref" href="#term-unique-name" title="Unique Connection Name">Unique Connection Name</a> respectively)
                  </td><td>Match messages sent by a particular sender.  An example of a sender match
                  is sender='org.freedesktop.Hal'</td></tr><tr><td><code class="literal">interface</code></td><td>An interface name (see <a class="xref" href="#message-protocol-names-interface" title="Interface names">the section called &#8220;Interface names&#8221;</a>)</td><td>Match messages sent over or to a particular interface.  An example of an
                  interface match is interface='org.freedesktop.Hal.Manager'.
                  If a message omits the interface header, it must not match any rule 
                  that specifies this key.</td></tr><tr><td><code class="literal">member</code></td><td>Any valid method or signal name</td><td>Matches messages which have the give method or signal name. An example of
                  a member match is member='NameOwnerChanged'</td></tr><tr><td><code class="literal">path</code></td><td>An object path (see <a class="xref" href="#message-protocol-marshaling-object-path" title="Valid Object Paths">the section called &#8220;Valid Object Paths&#8221;</a>)</td><td>Matches messages which are sent from or to the given object. An example of a
                  path match is path='/org/freedesktop/Hal/Manager'</td></tr><tr><td><code class="literal">path_namespace</code></td><td>An object path</td><td>
                    <p>
                      Matches messages which are sent from or to an
                      object for which the object path is either the
                      given value, or that value followed by one or
                      more path components.
                    </p>

                    <p>
                      For example,
                      <code class="literal">path_namespace='/com/example/foo'</code>
                      would match signals sent by
                      <code class="literal">/com/example/foo</code>
                      or by
                      <code class="literal">/com/example/foo/bar</code>,
                      but not by
                      <code class="literal">/com/example/foobar</code>.
                    </p>

                    <p>
                      Using both <code class="literal">path</code> and
                      <code class="literal">path_namespace</code> in the same match
                      rule is not allowed.
                    </p>

                    <p>
                      <span class="emphasis"><em>
                        This match key was added in version 0.16 of the
                        D-Bus specification and implemented by the bus
                        daemon in dbus 1.5.0 and later.
                      </em></span>
                    </p>
                </td></tr><tr><td><code class="literal">destination</code></td><td>A unique name (see <a class="xref" href="#term-unique-name" title="Unique Connection Name">Unique Connection Name</a>)</td><td>Matches messages which are being sent to the given unique name. An
                  example of a destination match is destination=':1.0'</td></tr><tr><td><code class="literal">arg[0, 1, 2, 3, ...]</code></td><td>Any string</td><td>Arg matches are special and are used for further restricting the 
                  match based on the arguments in the body of a message. Only arguments of type
                  STRING can be matched in this way. An example of an argument match 
                  would be arg3='Foo'. Only argument indexes from 0 to 63 should be 
                  accepted.</td></tr><tr><td><code class="literal">arg[0, 1, 2, 3, ...]path</code></td><td>Any string</td><td>
                    <p>Argument path matches provide a specialised form of wildcard matching for
                      path-like namespaces. They can match arguments whose type is either STRING or
                      OBJECT_PATH. As with normal argument matches,
                      if the argument is exactly equal to the string given in the match
                      rule then the rule is satisfied. Additionally, there is also a
                      match when either the string given in the match rule or the
                      appropriate message argument ends with '/' and is a prefix of the
                      other. An example argument path match is arg0path='/aa/bb/'. This
                      would match messages with first arguments of '/', '/aa/',
                      '/aa/bb/', '/aa/bb/cc/' and '/aa/bb/cc'. It would not match
                      messages with first arguments of '/aa/b', '/aa' or even '/aa/bb'.</p>

                    <p>This is intended for monitoring &#8220;directories&#8221; in file system-like
                      hierarchies, as used in the <em class="citetitle">dconf</em> configuration
                      system. An application interested in all nodes in a particular hierarchy would
                      monitor <code class="literal">arg0path='/ca/example/foo/'</code>. Then the service could
                      emit a signal with zeroth argument <code class="literal">"/ca/example/foo/bar"</code> to
                      represent a modification to the &#8220;bar&#8221; property, or a signal with zeroth
                      argument <code class="literal">"/ca/example/"</code> to represent atomic modification of
                      many properties within that directory, and the interested application would be
                      notified in both cases.</p>
                    <p>
                      <span class="emphasis"><em>
                        This match key was added in version 0.12 of the
                        D-Bus specification, implemented for STRING
                        arguments by the bus daemon in dbus 1.2.0 and later,
                        and implemented for OBJECT_PATH arguments in dbus 1.5.0
                        and later.
                      </em></span>
                    </p>
                  </td></tr><tr><td><code class="literal">arg0namespace</code></td><td>Like a bus name, except that the string is not
                    required to contain a '.' (period)</td><td>
                    <p>Match messages whose first argument is of type STRING, and is a bus name
                      or interface name within the specified namespace. This is primarily intended
                      for watching name owner changes for a group of related bus names, rather than
                      for a single name or all name changes.</p>

                    <p>Because every valid interface name is also a valid
                      bus name, this can also be used for messages whose
                      first argument is an interface name.</p>

                    <p>For example, the match rule
                      <code class="literal">member='NameOwnerChanged',arg0namespace='com.example.backend'</code>
                      matches name owner changes for bus names such as
                      <code class="literal">com.example.backend.foo</code>,
                      <code class="literal">com.example.backend.foo.bar</code>, and
                      <code class="literal">com.example.backend</code> itself.</p>

                    <p>See also <a class="xref" href="#bus-messages-name-owner-changed" title="org.freedesktop.DBus.NameOwnerChanged">the section called &#8220;<code class="literal">org.freedesktop.DBus.NameOwnerChanged</code>&#8221;</a>.</p>
                    <p>
                      <span class="emphasis"><em>
                        This match key was added in version 0.16 of the
                        D-Bus specification and implemented by the bus
                        daemon in dbus 1.5.0 and later.
                      </em></span>
                    </p>
                  </td></tr><tr><td><code class="literal">eavesdrop</code></td><td><code class="literal">'true'</code>, <code class="literal">'false'</code></td><td>Since D-Bus 1.5.6, match rules do not
                    match messages which have a <code class="literal">DESTINATION</code>
                    field unless the match rule specifically
                    requests this
                    (see <a class="xref" href="#message-bus-routing-eavesdropping" title="Eavesdropping">the section called &#8220;Eavesdropping&#8221;</a>)
                    by specifying <code class="literal">eavesdrop='true'</code>
                    in the match rule.  <code class="literal">eavesdrop='false'</code>
                    restores the default behaviour. Messages are
                    delivered to their <code class="literal">DESTINATION</code>
                    regardless of match rules, so this match does not
                    affect normal delivery of unicast messages.
                    If the message bus has a security policy which forbids
                    eavesdropping, this match may still be used without error,
                    but will not have any practical effect.
                    In older versions of D-Bus, this match was not allowed
                    in match rules, and all match rules behaved as if
                    <code class="literal">eavesdrop='true'</code> had been used.
                  </td></tr></tbody></table></div><p>
        </p></div></div><div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a name="message-bus-starting-services"></a>Message Bus Starting Services</h3></div></div></div><p>
        The message bus can start applications on behalf of other applications.
        In CORBA terms, this would be called <em class="firstterm">activation</em>.
        An application that can be started in this way is called a
        <em class="firstterm">service</em>.
      </p><p>
        With D-Bus, starting a service is normally done by name. That is,
        applications ask the message bus to start some program that will own a
        well-known name, such as <code class="literal">com.example.TextEditor</code>.
        This implies a contract documented along with the name
        <code class="literal">com.example.TextEditor</code> for which object
        the owner of that name will provide, and what interfaces those 
        objects will have.
      </p><p>
        To find an executable corresponding to a particular name, the bus daemon
        looks for <em class="firstterm">service description files</em>.  Service
        description files define a mapping from names to executables. Different
        kinds of message bus will look for these files in different places, see
        <a class="xref" href="#message-bus-types" title="Well-known Message Bus Instances">the section called &#8220;Well-known Message Bus Instances&#8221;</a>.
      </p><p>
        Service description files have the ".service" file
        extension. The message bus will only load service description files
        ending with .service; all other files will be ignored.  The file format
        is similar to that of <a class="ulink" href="http://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html" target="_top">desktop
        entries</a>. All service description files must be in UTF-8
        encoding. To ensure that there will be no name collisions, service files
        must be namespaced using the same mechanism as messages and service
        names.
      </p><p>
        On the well-known system bus, the name of a service description file
        must be its well-known name plus <code class="literal">.service</code>,
        for instance
        <code class="literal">com.example.ConfigurationDatabase.service</code>.
      </p><p>
        On the well-known session bus, services should follow the same
        service description file naming convention as on the system bus,
        but for backwards compatibility they are not required to do so.
      </p><p>
        [FIXME the file format should be much better specified than "similar to
        .desktop entries" esp. since desktop entries are already
        badly-specified. ;-)]
        These sections from the specification apply to service files as well:

        </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>General syntax</p></li><li class="listitem"><p>Comment format</p></li></ul></div><p>

        Service description files must contain a
        <code class="literal">D-BUS Service</code> group with at least the keys
        <code class="literal">Name</code> (the well-known name of the service)
        and <code class="literal">Exec</code> (the command to be executed).

        </p><div class="figure"><a name="idp62124208"></a><p class="title"><b>Figure 9. Example service description file</b></p><div class="figure-contents"><pre class="programlisting">
            # Sample service description file
            [D-BUS Service]
            Name=com.example.ConfigurationDatabase
            Exec=/usr/bin/sample-configd
          </pre></div></div><p><br class="figure-break">
      </p><p>
        Additionally, service description files for the well-known system
        bus on Unix must contain a <code class="literal">User</code> key, whose value
        is the name of a user account (e.g. <code class="literal">root</code>).
        The system service will be run as that user.
      </p><p>
        When an application asks to start a service by name, the bus daemon tries to
        find a service that will own that name. It then tries to spawn the
        executable associated with it. If this fails, it will report an
        error.
      </p><p>
        On the well-known system bus, it is not possible for two .service files
        in the same directory to offer the same service, because they are
        constrained to have names that match the service name.
      </p><p>
        On the well-known session bus, if two .service files in the same
        directory offer the same service name, the result is undefined.
        Distributors should avoid this situation, for instance by naming
        session services' .service files according to their service name.
      </p><p>
        If two .service files in different directories offer the same
        service name, the one in the higher-priority directory is used:
        for instance, on the system bus, .service files in
        /usr/local/share/dbus-1/system-services take precedence over those
        in /usr/share/dbus-1/system-services.
      </p><p>
        The executable launched will have the environment variable
        <code class="literal">DBUS_STARTER_ADDRESS</code> set to the address of the
        message bus so it can connect and request the appropriate names.
      </p><p>
        The executable being launched may want to know whether the message bus
        starting it is one of the well-known message buses (see <a class="xref" href="#message-bus-types" title="Well-known Message Bus Instances">the section called &#8220;Well-known Message Bus Instances&#8221;</a>). To facilitate this, the bus must also set
        the <code class="literal">DBUS_STARTER_BUS_TYPE</code> environment variable if it is one
        of the well-known buses. The currently-defined values for this variable
        are <code class="literal">system</code> for the systemwide message bus,
        and <code class="literal">session</code> for the per-login-session message
        bus. The new executable must still connect to the address given
        in <code class="literal">DBUS_STARTER_ADDRESS</code>, but may assume that the
        resulting connection is to the well-known bus.
      </p><p>
        [FIXME there should be a timeout somewhere, either specified
        in the .service file, by the client, or just a global value
        and if the client being activated fails to connect within that
        timeout, an error should be sent back.]
      </p><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="message-bus-starting-services-scope"></a>Message Bus Service Scope</h4></div></div></div><p>
          The "scope" of a service is its "per-", such as per-session,
          per-machine, per-home-directory, or per-display. The reference
          implementation doesn't yet support starting services in a different
          scope from the message bus itself. So e.g. if you start a service
          on the session bus its scope is per-session.
        </p><p>
          We could add an optional scope to a bus name. For example, for
          per-(display,session pair), we could have a unique ID for each display
          generated automatically at login and set on screen 0 by executing a
          special "set display ID" binary. The ID would be stored in a
          <code class="literal">_DBUS_DISPLAY_ID</code> property and would be a string of
          random bytes. This ID would then be used to scope names.
          Starting/locating a service could be done by ID-name pair rather than
          only by name.
        </p><p>
          Contrast this with a per-display scope. To achieve that, we would 
          want a single bus spanning all sessions using a given display.
          So we might set a <code class="literal">_DBUS_DISPLAY_BUS_ADDRESS</code> 
          property on screen 0 of the display, pointing to this bus.
        </p></div></div><div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a name="message-bus-types"></a>Well-known Message Bus Instances</h3></div></div></div><p>
        Two standard message bus instances are defined here, along with how 
        to locate them and where their service files live.
      </p><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="message-bus-types-login"></a>Login session message bus</h4></div></div></div><p>
          Each time a user logs in, a <em class="firstterm">login session message
            bus</em> may be started. All applications in the user's login
          session may interact with one another using this message bus.
        </p><p>
          The address of the login session message bus is given 
          in the <code class="literal">DBUS_SESSION_BUS_ADDRESS</code> environment 
          variable. If that variable is not set, applications may 
          also try to read the address from the X Window System root 
          window property <code class="literal">_DBUS_SESSION_BUS_ADDRESS</code>.
          The root window property must have type <code class="literal">STRING</code>.
          The environment variable should have precedence over the 
          root window property.
        </p><p>The address of the login session message bus is given in the
        <code class="literal">DBUS_SESSION_BUS_ADDRESS</code> environment variable. If
        DBUS_SESSION_BUS_ADDRESS is not set, or if it's set to the string
        "autolaunch:", the system should use platform-specific methods of
        locating a running D-Bus session server, or starting one if a running
        instance cannot be found. Note that this mechanism is not recommended
        for attempting to determine if a daemon is running. It is inherently
        racy to attempt to make this determination, since the bus daemon may
        be started just before or just after the determination is made.
        Therefore, it is recommended that applications do not try to make this
        determination for their functionality purposes, and instead they
        should attempt to start the server.</p><div class="sect4"><div class="titlepage"><div><div><h5 class="title"><a name="message-bus-types-login-x-windows"></a>X Windowing System</h5></div></div></div><p>
            For the X Windowing System, the application must locate the
            window owner of the selection represented by the atom formed by
            concatenating:
            </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>the literal string "_DBUS_SESSION_BUS_SELECTION_"</p></li><li class="listitem"><p>the current user's username</p></li><li class="listitem"><p>the literal character '_' (underscore)</p></li><li class="listitem"><p>the machine's ID</p></li></ul></div><p>
          </p><p>
            The following properties are defined for the window that owns
            this X selection:
            </p><div class="informaltable"><table class="informaltable" border="1"><colgroup><col><col></colgroup><tbody><tr><td>
                      <p>Atom</p>
                    </td><td>
                      <p>meaning</p>
                    </td></tr><tr><td>
                      <p>_DBUS_SESSION_BUS_ADDRESS</p>
                    </td><td>
                      <p>the actual address of the server socket</p>
                    </td></tr><tr><td>
                      <p>_DBUS_SESSION_BUS_PID</p>
                    </td><td>
                      <p>the PID of the server process</p>
                    </td></tr></tbody></table></div><p>
          </p><p>
            At least the _DBUS_SESSION_BUS_ADDRESS property MUST be
            present in this window.
          </p><p>
            If the X selection cannot be located or if reading the
            properties from the window fails, the implementation MUST conclude
            that there is no D-Bus server running and proceed to start a new
            server. (See below on concurrency issues)
          </p><p>
            Failure to connect to the D-Bus server address thus obtained
            MUST be treated as a fatal connection error and should be reported
            to the application.
          </p><p>
            As an alternative, an implementation MAY find the information
            in the following file located in the current user's home directory,
            in subdirectory .dbus/session-bus/:
            </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>the machine's ID</p></li><li class="listitem"><p>the literal character '-' (dash)</p></li><li class="listitem"><p>the X display without the screen number, with the
                following prefixes removed, if present: ":", "localhost:"
                ."localhost.localdomain:". That is, a display of
                "localhost:10.0" produces just the number "10"</p></li></ul></div><p>
          </p><p>
            The contents of this file NAME=value assignment pairs and
            lines starting with # are comments (no comments are allowed
            otherwise). The following variable names are defined:
            </p><div class="informaltable"><table class="informaltable" border="1"><colgroup><col><col></colgroup><tbody><tr><td>
                      <p>Variable</p>
                    </td><td>
                      <p>meaning</p>
                    </td></tr><tr><td>
                      <p>DBUS_SESSION_BUS_ADDRESS</p>
                    </td><td>
                      <p>the actual address of the server socket</p>
                    </td></tr><tr><td>
                      <p>DBUS_SESSION_BUS_PID</p>
                    </td><td>
                      <p>the PID of the server process</p>
                    </td></tr><tr><td>
                      <p>DBUS_SESSION_BUS_WINDOWID</p>
                    </td><td>
                      <p>the window ID</p>
                    </td></tr></tbody></table></div><p>
          </p><p>
            At least the DBUS_SESSION_BUS_ADDRESS variable MUST be present
            in this file.
          </p><p>
            Failure to open this file MUST be interpreted as absence of a
            running server. Therefore, the implementation MUST proceed to
            attempting to launch a new bus server if the file cannot be
            opened.
          </p><p>
            However, success in opening this file MUST NOT lead to the
            conclusion that the server is running. Thus, a failure to connect to
            the bus address obtained by the alternative method MUST NOT be
            considered a fatal error. If the connection cannot be established,
            the implementation MUST proceed to check the X selection settings or
            to start the server on its own.
          </p><p>
            If the implementation concludes that the D-Bus server is not
            running it MUST attempt to start a new server and it MUST also
            ensure that the daemon started as an effect of the "autolaunch"
            mechanism provides the lookup mechanisms described above, so
            subsequent calls can locate the newly started server. The
            implementation MUST also ensure that if two or more concurrent
            initiations happen, only one server remains running and all other
            initiations are able to obtain the address of this server and
            connect to it. In other words, the implementation MUST ensure that
            the X selection is not present when it attempts to set it, without
            allowing another process to set the selection between the
            verification and the setting (e.g., by using XGrabServer /
            XungrabServer).
          </p></div><div class="sect4"><div class="titlepage"><div><div><h5 class="title"><a name="idp62181728"></a></h5></div></div></div><p>
            On Unix systems, the session bus should search for .service files
            in <code class="literal">$XDG_DATA_DIRS/dbus-1/services</code> as defined
            by the
            <a class="ulink" href="http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html" target="_top">XDG Base Directory Specification</a>.
            Implementations may also search additional locations, which
            should be searched with lower priority than anything in
            XDG_DATA_HOME, XDG_DATA_DIRS or their respective defaults;
            for example, the reference implementation also
            looks in <code class="literal">${datadir}/dbus-1/services</code> as
            set at compile time.
          </p><p>
            As described in the XDG Base Directory Specification, software
            packages should install their session .service files to their
            configured <code class="literal">${datadir}/dbus-1/services</code>,
            where <code class="literal">${datadir}</code> is as defined by the GNU
            coding standards. System administrators or users can arrange
            for these service files to be read by setting XDG_DATA_DIRS or by
            symlinking them into the default locations.
          </p></div></div><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="message-bus-types-system"></a>System message bus</h4></div></div></div><p>
          A computer may have a <em class="firstterm">system message bus</em>,
          accessible to all applications on the system. This message bus may be
          used to broadcast system events, such as adding new hardware devices, 
          changes in the printer queue, and so forth.
        </p><p>
          The address of the system message bus is given 
          in the <code class="literal">DBUS_SYSTEM_BUS_ADDRESS</code> environment 
          variable. If that variable is not set, applications should try 
          to connect to the well-known address
          <code class="literal">unix:path=/var/run/dbus/system_bus_socket</code>.
          <a href="#ftn.idp62190976" class="footnote" name="idp62190976"><sup class="footnote">[3]</sup></a>
        </p><p>
          On Unix systems, the system bus should default to searching
          for .service files in
          <code class="literal">/usr/local/share/dbus-1/system-services</code>,
          <code class="literal">/usr/share/dbus-1/system-services</code> and
          <code class="literal">/lib/dbus-1/system-services</code>, with that order
          of precedence. It may also search other implementation-specific
          locations, but should not vary these locations based on environment
          variables.
          <a href="#ftn.idp62195184" class="footnote" name="idp62195184"><sup class="footnote">[4]</sup></a>
        </p><p>
          Software packages should install their system .service
          files to their configured
          <code class="literal">${datadir}/dbus-1/system-services</code>,
          where <code class="literal">${datadir}</code> is as defined by the GNU
          coding standards. System administrators can arrange
          for these service files to be read by editing the system bus'
          configuration file or by symlinking them into the default
          locations.
        </p></div></div><div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a name="message-bus-messages"></a>Message Bus Messages</h3></div></div></div><p>
        The special message bus name <code class="literal">org.freedesktop.DBus</code>
        responds to a number of additional messages.
      </p><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="bus-messages-hello"></a><code class="literal">org.freedesktop.DBus.Hello</code></h4></div></div></div><p>
          As a method:
          </p><pre class="programlisting">
            STRING Hello ()
          </pre><p>
          Reply arguments:
          </p><div class="informaltable"><table class="informaltable" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>Argument</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td>0</td><td>STRING</td><td>Unique name assigned to the connection</td></tr></tbody></table></div><p>
        </p><p>
          Before an application is able to send messages to other applications
          it must send the <code class="literal">org.freedesktop.DBus.Hello</code> message
          to the message bus to obtain a unique name. If an application without
          a unique name tries to send a message to another application, or a
          message to the message bus itself that isn't the
          <code class="literal">org.freedesktop.DBus.Hello</code> message, it will be
          disconnected from the bus.
        </p><p>
          There is no corresponding "disconnect" request; if a client wishes to
          disconnect from the bus, it simply closes the socket (or other 
          communication channel).
        </p></div><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="bus-messages-list-names"></a><code class="literal">org.freedesktop.DBus.ListNames</code></h4></div></div></div><p>
          As a method:
          </p><pre class="programlisting">
            ARRAY of STRING ListNames ()
          </pre><p>
          Reply arguments:
          </p><div class="informaltable"><table class="informaltable" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>Argument</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td>0</td><td>ARRAY of STRING</td><td>Array of strings where each string is a bus name</td></tr></tbody></table></div><p>
        </p><p>
          Returns a list of all currently-owned names on the bus.
        </p></div><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="bus-messages-list-activatable-names"></a><code class="literal">org.freedesktop.DBus.ListActivatableNames</code></h4></div></div></div><p>
          As a method:
          </p><pre class="programlisting">
            ARRAY of STRING ListActivatableNames ()
          </pre><p>
          Reply arguments:
          </p><div class="informaltable"><table class="informaltable" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>Argument</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td>0</td><td>ARRAY of STRING</td><td>Array of strings where each string is a bus name</td></tr></tbody></table></div><p>
        </p><p>
          Returns a list of all names that can be activated on the bus.
        </p></div><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="bus-messages-name-exists"></a><code class="literal">org.freedesktop.DBus.NameHasOwner</code></h4></div></div></div><p>
          As a method:
          </p><pre class="programlisting">
            BOOLEAN NameHasOwner (in STRING name)
          </pre><p>
          Message arguments:
          </p><div class="informaltable"><table class="informaltable" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>Argument</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td>0</td><td>STRING</td><td>Name to check</td></tr></tbody></table></div><p>
          Reply arguments:
          </p><div class="informaltable"><table class="informaltable" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>Argument</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td>0</td><td>BOOLEAN</td><td>Return value, true if the name exists</td></tr></tbody></table></div><p>
        </p><p>
          Checks if the specified name exists (currently has an owner).
        </p></div><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="bus-messages-name-owner-changed"></a><code class="literal">org.freedesktop.DBus.NameOwnerChanged</code></h4></div></div></div><p>
          This is a signal:
          </p><pre class="programlisting">
            NameOwnerChanged (STRING name, STRING old_owner, STRING new_owner)
          </pre><p>
          Message arguments:
          </p><div class="informaltable"><table class="informaltable" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>Argument</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td>0</td><td>STRING</td><td>Name with a new owner</td></tr><tr><td>1</td><td>STRING</td><td>Old owner or empty string if none</td></tr><tr><td>2</td><td>STRING</td><td>New owner or empty string if none</td></tr></tbody></table></div><p>
        </p><p>
          This signal indicates that the owner of a name has changed.
          It's also the signal to use to detect the appearance of 
          new names on the bus.
        </p></div><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="bus-messages-name-lost"></a><code class="literal">org.freedesktop.DBus.NameLost</code></h4></div></div></div><p>
          This is a signal:
          </p><pre class="programlisting">
            NameLost (STRING name)
          </pre><p>
          Message arguments:
          </p><div class="informaltable"><table class="informaltable" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>Argument</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td>0</td><td>STRING</td><td>Name which was lost</td></tr></tbody></table></div><p>
        </p><p>
          This signal is sent to a specific application when it loses
          ownership of a name.
        </p></div><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="bus-messages-name-acquired"></a><code class="literal">org.freedesktop.DBus.NameAcquired</code></h4></div></div></div><p>
          This is a signal:
          </p><pre class="programlisting">
            NameAcquired (STRING name)
          </pre><p>
          Message arguments:
          </p><div class="informaltable"><table class="informaltable" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>Argument</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td>0</td><td>STRING</td><td>Name which was acquired</td></tr></tbody></table></div><p>
        </p><p>
          This signal is sent to a specific application when it gains
          ownership of a name.
        </p></div><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="bus-messages-start-service-by-name"></a><code class="literal">org.freedesktop.DBus.StartServiceByName</code></h4></div></div></div><p>
          As a method:
          </p><pre class="programlisting">
            UINT32 StartServiceByName (in STRING name, in UINT32 flags)
          </pre><p>
          Message arguments:
          </p><div class="informaltable"><table class="informaltable" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>Argument</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td>0</td><td>STRING</td><td>Name of the service to start</td></tr><tr><td>1</td><td>UINT32</td><td>Flags (currently not used)</td></tr></tbody></table></div><p>
        Reply arguments:
        </p><div class="informaltable"><table class="informaltable" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>Argument</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td>0</td><td>UINT32</td><td>Return value</td></tr></tbody></table></div><p>
          Tries to launch the executable associated with a name. For more information, see <a class="xref" href="#message-bus-starting-services" title="Message Bus Starting Services">the section called &#8220;Message Bus Starting Services&#8221;</a>.

        </p><p>
          The return value can be one of the following values:
          </p><div class="informaltable"><table class="informaltable" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>Identifier</th><th>Value</th><th>Description</th></tr></thead><tbody><tr><td>DBUS_START_REPLY_SUCCESS</td><td>1</td><td>The service was successfully started.</td></tr><tr><td>DBUS_START_REPLY_ALREADY_RUNNING</td><td>2</td><td>A connection already owns the given name.</td></tr></tbody></table></div><p>
        </p></div><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="bus-messages-update-activation-environment"></a><code class="literal">org.freedesktop.DBus.UpdateActivationEnvironment</code></h4></div></div></div><p>
          As a method:
          </p><pre class="programlisting">
            UpdateActivationEnvironment (in ARRAY of DICT&lt;STRING,STRING&gt; environment)
          </pre><p>
          Message arguments:
          </p><div class="informaltable"><table class="informaltable" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>Argument</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td>0</td><td>ARRAY of DICT&lt;STRING,STRING&gt;</td><td>Environment to add or update</td></tr></tbody></table></div><p>
            Normally, session bus activated services inherit the environment of the bus daemon.  This method adds to or modifies that environment when activating services.
        </p><p>
          Some bus instances, such as the standard system bus, may disable access to this method for some or all callers.
        </p><p>
          Note, both the environment variable names and values must be valid UTF-8.  There's no way to update the activation environment with data that is invalid UTF-8.
        </p></div><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="bus-messages-get-name-owner"></a><code class="literal">org.freedesktop.DBus.GetNameOwner</code></h4></div></div></div><p>
          As a method:
          </p><pre class="programlisting">
            STRING GetNameOwner (in STRING name)
          </pre><p>
          Message arguments:
          </p><div class="informaltable"><table class="informaltable" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>Argument</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td>0</td><td>STRING</td><td>Name to get the owner of</td></tr></tbody></table></div><p>
        Reply arguments:
        </p><div class="informaltable"><table class="informaltable" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>Argument</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td>0</td><td>STRING</td><td>Return value, a unique connection name</td></tr></tbody></table></div><p>
        Returns the unique connection name of the primary owner of the name
        given. If the requested name doesn't have an owner, returns a
        <code class="literal">org.freedesktop.DBus.Error.NameHasNoOwner</code> error.
       </p></div><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="bus-messages-get-connection-unix-user"></a><code class="literal">org.freedesktop.DBus.GetConnectionUnixUser</code></h4></div></div></div><p>
          As a method:
          </p><pre class="programlisting">
            UINT32 GetConnectionUnixUser (in STRING bus_name)
          </pre><p>
          Message arguments:
          </p><div class="informaltable"><table class="informaltable" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>Argument</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td>0</td><td>STRING</td><td>Unique or well-known bus name of the connection to
                    query, such as <code class="literal">:12.34</code> or
                    <code class="literal">com.example.tea</code></td></tr></tbody></table></div><p>
        Reply arguments:
        </p><div class="informaltable"><table class="informaltable" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>Argument</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td>0</td><td>UINT32</td><td>Unix user ID</td></tr></tbody></table></div><p>
        Returns the Unix user ID of the process connected to the server. If
        unable to determine it (for instance, because the process is not on the
        same machine as the bus daemon), an error is returned.
       </p></div><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="bus-messages-get-connection-unix-process-id"></a><code class="literal">org.freedesktop.DBus.GetConnectionUnixProcessID</code></h4></div></div></div><p>
          As a method:
          </p><pre class="programlisting">
            UINT32 GetConnectionUnixProcessID (in STRING bus_name)
          </pre><p>
          Message arguments:
          </p><div class="informaltable"><table class="informaltable" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>Argument</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td>0</td><td>STRING</td><td>Unique or well-known bus name of the connection to
                    query, such as <code class="literal">:12.34</code> or
                    <code class="literal">com.example.tea</code></td></tr></tbody></table></div><p>
        Reply arguments:
        </p><div class="informaltable"><table class="informaltable" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>Argument</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td>0</td><td>UINT32</td><td>Unix process id</td></tr></tbody></table></div><p>
        Returns the Unix process ID of the process connected to the server. If
        unable to determine it (for instance, because the process is not on the
        same machine as the bus daemon), an error is returned.
       </p></div><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="bus-messages-get-connection-credentials"></a><code class="literal">org.freedesktop.DBus.GetConnectionCredentials</code></h4></div></div></div><p>
          As a method:
          </p><pre class="programlisting">
            DICT&lt;STRING,VARIANT&gt; GetConnectionCredentials (in STRING bus_name)
          </pre><p>
          Message arguments:
          </p><div class="informaltable"><table class="informaltable" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>Argument</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td>0</td><td>STRING</td><td>Unique or well-known bus name of the connection to
                    query, such as <code class="literal">:12.34</code> or
                    <code class="literal">com.example.tea</code></td></tr></tbody></table></div><p>
        Reply arguments:
        </p><div class="informaltable"><table class="informaltable" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>Argument</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td>0</td><td>DICT&lt;STRING,VARIANT&gt;</td><td>Credentials</td></tr></tbody></table></div><p>
      </p><p>
        Returns as many credentials as possible for the process connected to
        the server. If unable to determine certain credentials (for instance,
        because the process is not on the same machine as the bus daemon,
        or because this version of the bus daemon does not support a
        particular security framework), or if the values of those credentials
        cannot be represented as documented here, then those credentials
        are omitted.
      </p><p>
        Keys in the returned dictionary not containing "." are defined
        by this specification. Bus daemon implementors supporting
        credentials frameworks not mentioned in this document should either
        contribute patches to this specification, or use keys containing
        "." and starting with a reversed domain name.
        </p><div class="informaltable"><table class="informaltable" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>Key</th><th>Value type</th><th>Value</th></tr></thead><tbody><tr><td>UnixUserID</td><td>UINT32</td><td>The numeric Unix user ID, as defined by POSIX</td></tr><tr><td>ProcessID</td><td>UINT32</td><td>The numeric process ID, on platforms that have
                  this concept. On Unix, this is the process ID defined by
                  POSIX.</td></tr><tr><td>WindowsSID</td><td>STRING</td><td>The Windows security identifier in its string form,
                e.g. "S-1-5-21-3623811015-3361044348-30300820-1013" for
                a domain or local computer user or "S-1-5-18" for the
                LOCAL_SYSTEM user</td></tr><tr><td>LinuxSecurityLabel</td><td>ARRAY of BYTE</td><td>
                  <p>On Linux systems, the security label that would result
                    from the SO_PEERSEC getsockopt call. The array contains
                    the non-zero bytes of the security label in an unspecified
                    ASCII-compatible encoding<a href="#ftn.idp62359872" class="footnote" name="idp62359872"><sup class="footnote">[a]</sup></a>, followed by a single zero byte.</p>
                  <p>
                    For example, the SELinux context
                    <code class="literal">system_u:system_r:init_t:s0</code>
                    (a string of length 27) would be encoded as 28 bytes
                    ending with ':', 's', '0', '\x00'.<a href="#ftn.idp62362016" class="footnote" name="idp62362016"><sup class="footnote">[b]</sup></a>
                  </p>
                  <p>
                    On SELinux systems this is the SELinux context, as output
                    by <code class="literal">ps -Z</code> or <code class="literal">ls -Z</code>.
                    Typical values might include
                    <code class="literal">system_u:system_r:init_t:s0</code>,
                    <code class="literal">unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023</code>,
                    or
                    <code class="literal">unconfined_u:unconfined_r:chrome_sandbox_t:s0-s0:c0.c1023</code>.
                  </p>
                  <p>
                    On Smack systems, this is the Smack label.
                    Typical values might include
                    <code class="literal">_</code>, <code class="literal">*</code>,
                    <code class="literal">User</code>, <code class="literal">System</code>
                    or <code class="literal">System::Shared</code>.
                  </p>
                  <p>
                    On AppArmor systems, this is the AppArmor context,
                    a composite string encoding the AppArmor label (one or more
                    profiles) and the enforcement mode.
                    Typical values might include <code class="literal">unconfined</code>,
                    <code class="literal">/usr/bin/firefox (enforce)</code> or
                    <code class="literal">user1 (complain)</code>.
                  </p>
                </td></tr></tbody><tbody class="footnotes"><tr><td colspan="3"><div id="ftn.idp62359872" class="footnote"><p><a href="#idp62359872" class="para"><sup class="para">[a] </sup></a>It could be ASCII or UTF-8, but could also be
                        ISO Latin-1 or any other encoding.</p></div><div id="ftn.idp62362016" class="footnote"><p><a href="#idp62362016" class="para"><sup class="para">[b] </sup></a>Note that this is not the same as the older
                        GetConnectionSELinuxContext method, which does
                        not append the zero byte. Always appending the
                        zero byte allows callers to read the string
                        from the message payload without copying.</p></div></td></tr></tbody></table></div><p>
       </p><p>
          This method was added in D-Bus 1.7 to reduce the round-trips
          required to list a process's credentials. In older versions, calling
          this method will fail: applications should recover by using the
          separate methods such as
          <a class="xref" href="#bus-messages-get-connection-unix-user" title="org.freedesktop.DBus.GetConnectionUnixUser">the section called &#8220;<code class="literal">org.freedesktop.DBus.GetConnectionUnixUser</code>&#8221;</a>
          instead.
        </p></div><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="bus-messages-get-adt-audit-session-data"></a><code class="literal">org.freedesktop.DBus.GetAdtAuditSessionData</code></h4></div></div></div><p>
          As a method:
          </p><pre class="programlisting">
            ARRAY of BYTE GetAdtAuditSessionData (in STRING bus_name)
          </pre><p>
          Message arguments:
          </p><div class="informaltable"><table class="informaltable" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>Argument</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td>0</td><td>STRING</td><td>Unique or well-known bus name of the connection to
                    query, such as <code class="literal">:12.34</code> or
                    <code class="literal">com.example.tea</code></td></tr></tbody></table></div><p>
          Reply arguments:
          </p><div class="informaltable"><table class="informaltable" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>Argument</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td>0</td><td>ARRAY of BYTE</td><td>auditing data as returned by
                    adt_export_session_data()</td></tr></tbody></table></div><p>
          Returns auditing data used by Solaris ADT, in an unspecified
          binary format. If you know what this means, please contribute
          documentation via the D-Bus bug tracking system.
          This method is on the core DBus interface for historical reasons;
          the same information should be made available via
          <a class="xref" href="#bus-messages-get-connection-credentials" title="org.freedesktop.DBus.GetConnectionCredentials">the section called &#8220;<code class="literal">org.freedesktop.DBus.GetConnectionCredentials</code>&#8221;</a>
          in future.
        </p></div><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="bus-messages-get-connection-selinux-security-context"></a><code class="literal">org.freedesktop.DBus.GetConnectionSELinuxSecurityContext</code></h4></div></div></div><p>
          As a method:
          </p><pre class="programlisting">
            ARRAY of BYTE GetConnectionSELinuxSecurityContext (in STRING bus_name)
          </pre><p>
          Message arguments:
          </p><div class="informaltable"><table class="informaltable" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>Argument</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td>0</td><td>STRING</td><td>Unique or well-known bus name of the connection to
                    query, such as <code class="literal">:12.34</code> or
                    <code class="literal">com.example.tea</code></td></tr></tbody></table></div><p>
          Reply arguments:
          </p><div class="informaltable"><table class="informaltable" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>Argument</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td>0</td><td>ARRAY of BYTE</td><td>some sort of string of bytes, not necessarily UTF-8,
                    not including '\0'</td></tr></tbody></table></div><p>
          Returns the security context used by SELinux, in an unspecified
          format. If you know what this means, please contribute
          documentation via the D-Bus bug tracking system.
          This method is on the core DBus interface for historical reasons;
          the same information should be made available via
          <a class="xref" href="#bus-messages-get-connection-credentials" title="org.freedesktop.DBus.GetConnectionCredentials">the section called &#8220;<code class="literal">org.freedesktop.DBus.GetConnectionCredentials</code>&#8221;</a>
          in future.
        </p></div><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="bus-messages-add-match"></a><code class="literal">org.freedesktop.DBus.AddMatch</code></h4></div></div></div><p>
          As a method:
          </p><pre class="programlisting">
            AddMatch (in STRING rule)
          </pre><p>
          Message arguments:
          </p><div class="informaltable"><table class="informaltable" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>Argument</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td>0</td><td>STRING</td><td>Match rule to add to the connection</td></tr></tbody></table></div><p>
        Adds a match rule to match messages going through the message bus (see <a class="xref" href="#message-bus-routing-match-rules" title="Match Rules">the section called &#8220;Match Rules&#8221;</a>). 
        If the bus does not have enough resources the <code class="literal">org.freedesktop.DBus.Error.OOM</code>
        error is returned.
       </p></div><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="bus-messages-remove-match"></a><code class="literal">org.freedesktop.DBus.RemoveMatch</code></h4></div></div></div><p>
          As a method:
          </p><pre class="programlisting">
            RemoveMatch (in STRING rule)
          </pre><p>
          Message arguments:
          </p><div class="informaltable"><table class="informaltable" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>Argument</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td>0</td><td>STRING</td><td>Match rule to remove from the connection</td></tr></tbody></table></div><p>
        Removes the first rule that matches (see <a class="xref" href="#message-bus-routing-match-rules" title="Match Rules">the section called &#8220;Match Rules&#8221;</a>). 
        If the rule is not found the <code class="literal">org.freedesktop.DBus.Error.MatchRuleNotFound</code>
        error is returned.
       </p></div><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="bus-messages-get-id"></a><code class="literal">org.freedesktop.DBus.GetId</code></h4></div></div></div><p>
          As a method:
          </p><pre class="programlisting">
            GetId (out STRING id)
          </pre><p>
        Reply arguments:
        </p><div class="informaltable"><table class="informaltable" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>Argument</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td>0</td><td>STRING</td><td>Unique ID identifying the bus daemon</td></tr></tbody></table></div><p>
        Gets the unique ID of the bus. The unique ID here is shared among all addresses the 
        bus daemon is listening on (TCP, UNIX domain socket, etc.) and its format is described in 
        <a class="xref" href="#uuids" title="UUIDs">the section called &#8220;UUIDs&#8221;</a>. Each address the bus is listening on also has its own unique 
        ID, as described in <a class="xref" href="#addresses" title="Server Addresses">the section called &#8220;Server Addresses&#8221;</a>. The per-bus and per-address IDs are not related.
        There is also a per-machine ID, described in <a class="xref" href="#standard-interfaces-peer" title="org.freedesktop.DBus.Peer">the section called &#8220;<code class="literal">org.freedesktop.DBus.Peer</code>&#8221;</a> and returned
        by org.freedesktop.DBus.Peer.GetMachineId().
        For a desktop session bus, the bus ID can be used as a way to uniquely identify a user's session.
        </p></div><div class="sect3"><div class="titlepage"><div><div><h4 class="title"><a name="bus-messages-become-monitor"></a><code class="literal">org.freedesktop.DBus.Monitoring.BecomeMonitor</code></h4></div></div></div><p>
          As a method:
          </p><pre class="programlisting">
            BecomeMonitor (in ARRAY of STRING rule, in UINT32 flags)
          </pre><p>
          Message arguments:
          </p><div class="informaltable"><table class="informaltable" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>Argument</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td>0</td><td>ARRAY of STRING</td><td>Match rules to add to the connection</td></tr><tr><td>1</td><td>UINT32</td><td>Not used, must be 0</td></tr></tbody></table></div><p>
        </p><p>
          Converts the connection into a <span class="emphasis"><em>monitor
            connection</em></span> which can be used as a debugging/monitoring
          tool. Only a user who is privileged on this
          bus (by some implementation-specific definition) may create
          monitor connections<a href="#ftn.idp62439920" class="footnote" name="idp62439920"><sup class="footnote">[5]</sup></a>.
       </p><p>
         Monitor connections lose all their bus names, including the unique
         connection name, and all their match rules. Sending messages on a
         monitor connection is not allowed: applications should use a private
         connection for monitoring.
       </p><p>
         Monitor connections may receive all messages, even messages that
         should only have gone to some other connection ("eavesdropping").
         The first argument is a list of match rules, which replace any
         match rules that were previously active for this connection.
         These match rules are always treated as if they contained the
         special <code class="literal">eavesdrop='true'</code> member.
       </p><p>
         As a special case, an empty list of match rules (which would
         otherwise match nothing, making the monitor useless) is treated
         as a shorthand for matching all messages.
       </p><p>
         The second argument might be used for flags to influence the
         behaviour of the monitor connection in future D-Bus versions.
       </p><p>
         Message bus implementations should attempt to minimize the
         side-effects of monitoring &#8212; in particular, unlike ordinary
         eavesdropping, monitoring the system bus does not require the
         access control rules to be relaxed, which would change the set
         of messages that can be delivered to their (non-monitor)
         destinations. However, it is unavoidable that monitoring
         will increase the message bus's resource consumption. In
         edge cases where there was barely enough time or memory without
         monitoring, this might result in message deliveries failing
         when they would otherwise have succeeded.
       </p></div></div></div><div class="glossary"><div class="titlepage"><div><div><h2 class="title"><a name="idp62446080"></a>Glossary</h2></div></div></div><p>
      This glossary defines some of the terms used in this specification.
    </p><dl><dt><a name="term-bus-name"></a><span class="glossterm">Bus Name</span></dt><dd class="glossdef"><p>
          The message bus maintains an association between names and
          connections. (Normally, there's one connection per application.)  A
          bus name is simply an identifier used to locate connections. For
          example, the hypothetical <code class="literal">com.yoyodyne.Screensaver</code>
          name might be used to send a message to a screensaver from Yoyodyne
          Corporation.  An application is said to <em class="firstterm">own</em> a
          name if the message bus has associated the application's connection
          with the name.  Names may also have <em class="firstterm">queued
          owners</em> (see <a class="xref" href="#term-queued-owner" title="Queued Name Owner">Queued Name Owner</a>).
            The bus assigns a unique name to each connection, 
            see <a class="xref" href="#term-unique-name" title="Unique Connection Name">Unique Connection Name</a>. Other names 
              can be thought of as "well-known names" and are 
              used to find applications that offer specific functionality.
        </p><p>
          See <a class="xref" href="#message-protocol-names-bus" title="Bus names">the section called &#8220;Bus names&#8221;</a> for details of
          the syntax and naming conventions for bus names.
        </p></dd><dt><a name="term-message"></a><span class="glossterm">Message</span></dt><dd class="glossdef"><p>
          A message is the atomic unit of communication via the D-Bus
          protocol. It consists of a <em class="firstterm">header</em> and a
          <em class="firstterm">body</em>; the body is made up of
          <em class="firstterm">arguments</em>.
        </p></dd><dt><a name="term-message-bus"></a><span class="glossterm">Message Bus</span></dt><dd class="glossdef"><p>
          The message bus is a special application that forwards 
          or routes messages between a group of applications
          connected to the message bus. It also manages 
          <em class="firstterm">names</em> used for routing
          messages.
        </p></dd><dt><a name="term-name"></a><span class="glossterm">Name</span></dt><dd class="glossdef"><p>
          See <a class="xref" href="#term-bus-name" title="Bus Name">Bus Name</a>. "Name" may 
            also be used to refer to some of the other names
            in D-Bus, such as interface names.
        </p></dd><dt><a name="namespace"></a><span class="glossterm">Namespace</span></dt><dd class="glossdef"><p>
          Used to prevent collisions when defining new interfaces, bus names
          etc. The convention used is the same one Java uses for defining
          classes: a reversed domain name.
          See <a class="xref" href="#message-protocol-names-bus" title="Bus names">the section called &#8220;Bus names&#8221;</a>,
          <a class="xref" href="#message-protocol-names-interface" title="Interface names">the section called &#8220;Interface names&#8221;</a>,
          <a class="xref" href="#message-protocol-names-error" title="Error names">the section called &#8220;Error names&#8221;</a>,
          <a class="xref" href="#message-protocol-marshaling-object-path" title="Valid Object Paths">the section called &#8220;Valid Object Paths&#8221;</a>.
        </p></dd><dt><a name="term-object"></a><span class="glossterm">Object</span></dt><dd class="glossdef"><p>
          Each application contains <em class="firstterm">objects</em>, which have
          <em class="firstterm">interfaces</em> and
          <em class="firstterm">methods</em>. Objects are referred to by a name,
          called a <em class="firstterm">path</em>.
        </p></dd><dt><a name="one-to-one"></a><span class="glossterm">One-to-One</span></dt><dd class="glossdef"><p>
          An application talking directly to another application, without going
          through a message bus. One-to-one connections may be "peer to peer" or
          "client to server." The D-Bus protocol has no concept of client
          vs. server after a connection has authenticated; the flow of messages
          is symmetrical (full duplex).
        </p></dd><dt><a name="term-path"></a><span class="glossterm">Path</span></dt><dd class="glossdef"><p>
          Object references (object names) in D-Bus are organized into a
          filesystem-style hierarchy, so each object is named by a path. As in
          LDAP, there's no difference between "files" and "directories"; a path
          can refer to an object, while still having child objects below it.
        </p></dd><dt><a name="term-queued-owner"></a><span class="glossterm">Queued Name Owner</span></dt><dd class="glossdef"><p>
          Each bus name has a primary owner; messages sent to the name go to the
          primary owner. However, certain names also maintain a queue of
          secondary owners "waiting in the wings." If the primary owner releases
          the name, then the first secondary owner in the queue automatically
          becomes the new owner of the name.
        </p></dd><dt><a name="term-service"></a><span class="glossterm">Service</span></dt><dd class="glossdef"><p>
          A service is an executable that can be launched by the bus daemon.
          Services normally guarantee some particular features, for example they
          may guarantee that they will request a specific name such as
          "com.example.Screensaver", have a singleton object
          "/com/example/Application", and that object will implement the
          interface "com.example.Screensaver.Control".
        </p></dd><dt><a name="term-service-description-files"></a><span class="glossterm">Service Description Files</span></dt><dd class="glossdef"><p>
          ".service files" tell the bus about service applications that can be
          launched (see <a class="xref" href="#term-service" title="Service">Service</a>). Most importantly they
          provide a mapping from bus names to services that will request those
            names when they start up.
        </p></dd><dt><a name="term-unique-name"></a><span class="glossterm">Unique Connection Name</span></dt><dd class="glossdef"><p>
          The special name automatically assigned to each connection by the
          message bus. This name will never change owner, and will be unique
          (never reused during the lifetime of the message bus).
          It will begin with a ':' character.
        </p></dd></dl></div><div class="footnotes"><br><hr style="width:100; text-align:left;margin-left: 0"><div id="ftn.idp61680848" class="footnote"><p><a href="#idp61680848" class="para"><sup class="para">[1] </sup></a>Lockfiles are used instead of real file
                locking <code class="literal">fcntl()</code> because real locking
                implementations are still flaky on network
                filesystems.</p></div><div id="ftn.idp62054784" class="footnote"><p><a href="#idp62054784" class="para"><sup class="para">[2] </sup></a>
              This idiosyncratic quoting style is based on the rules for
              escaping items to appear inside single-quoted strings
              in POSIX <code class="literal">/bin/sh</code>, but please
              note that backslashes that are not inside single quotes have
              different behaviour. This syntax does not offer any way to
              represent an apostrophe inside single quotes (it is necessary
              to leave the single-quoted section, backslash-escape the
              apostrophe and re-enter single quotes), or to represent a
              comma outside single quotes (it is necessary to wrap it in
              a single-quoted section).
            </p></div><div id="ftn.idp62190976" class="footnote"><p><a href="#idp62190976" class="para"><sup class="para">[3] </sup></a>
              The D-Bus reference implementation actually honors the 
              <code class="literal">$(localstatedir)</code> configure option 
              for this address, on both client and server side.
            </p></div><div id="ftn.idp62195184" class="footnote"><p><a href="#idp62195184" class="para"><sup class="para">[4] </sup></a>
              The system bus is security-sensitive and is typically executed
              by an init system with a clean environment. Its launch helper
              process is particularly security-sensitive, and specifically
              clears its own environment.
            </p></div><div id="ftn.idp62439920" class="footnote"><p><a href="#idp62439920" class="para"><sup class="para">[5] </sup></a>
              In the reference implementation,
              the default configuration is that each user (identified by
              numeric user ID) may monitor their own session bus,
              and the root user (user ID zero) may monitor the
              system bus.
            </p></div></div></div></body></html>