00001
00002
00003
00004 #ifndef IN_TELEPATHY_QT4_HEADER
00005 #error IN_TELEPATHY_QT4_HEADER
00006 #endif
00007
00008 #include <QFlags>
00009
00046 namespace Tp
00047 {
00053 enum ConnMgrParamFlag
00054 {
00058 ConnMgrParamFlagRequired = 1,
00059
00063 ConnMgrParamFlagRegister = 2,
00064
00069 ConnMgrParamFlagHasDefault = 4,
00070
00083 ConnMgrParamFlagSecret = 8,
00084
00116 ConnMgrParamFlagDBusProperty = 16,
00117
00118 _ConnMgrParamFlagPadding = 0xffffffffU
00119 };
00120
00127 typedef QFlags<ConnMgrParamFlag> ConnMgrParamFlags;
00128 Q_DECLARE_OPERATORS_FOR_FLAGS(ConnMgrParamFlags)
00129
00130
00135 enum ConnectionAliasFlag
00136 {
00153 ConnectionAliasFlagUserSet = 1,
00154
00155 _ConnectionAliasFlagPadding = 0xffffffffU
00156 };
00157
00164 typedef QFlags<ConnectionAliasFlag> ConnectionAliasFlags;
00165 Q_DECLARE_OPERATORS_FOR_FLAGS(ConnectionAliasFlags)
00166
00167
00172 enum AnonymityMode
00173 {
00186 AnonymityModeClientInfo = 1,
00187
00199 AnonymityModeShowClientInfo = 2,
00200
00212 AnonymityModeNetworkInfo = 4,
00213
00214 _AnonymityModePadding = 0xffffffffU
00215 };
00216
00230 typedef QFlags<AnonymityMode> AnonymityModeFlags;
00231 Q_DECLARE_OPERATORS_FOR_FLAGS(AnonymityModeFlags)
00232
00233
00238 enum ConnectionCapabilityFlag
00239 {
00244 ConnectionCapabilityFlagCreate = 1,
00245
00249 ConnectionCapabilityFlagInvite = 2,
00250
00251 _ConnectionCapabilityFlagPadding = 0xffffffffU
00252 };
00253
00260 typedef QFlags<ConnectionCapabilityFlag> ConnectionCapabilityFlags;
00261 Q_DECLARE_OPERATORS_FOR_FLAGS(ConnectionCapabilityFlags)
00262
00263
00268 enum ContactBlockingCapability
00269 {
00277 ContactBlockingCapabilityCanReportAbusive = 1,
00278
00279 _ContactBlockingCapabilityPadding = 0xffffffffU
00280 };
00281
00288 typedef QFlags<ContactBlockingCapability> ContactBlockingCapabilities;
00289 Q_DECLARE_OPERATORS_FOR_FLAGS(ContactBlockingCapabilities)
00290
00291
00296 enum ContactInfoFlag
00297 {
00301 ContactInfoFlagCanSet = 1,
00302
00308 ContactInfoFlagPush = 2,
00309
00310 _ContactInfoFlagPadding = 0xffffffffU
00311 };
00312
00324 typedef QFlags<ContactInfoFlag> ContactInfoFlags;
00325 Q_DECLARE_OPERATORS_FOR_FLAGS(ContactInfoFlags)
00326
00327
00332 enum ContactInfoFieldFlag
00333 {
00348 ContactInfoFieldFlagParametersExact = 1,
00349
00377 ContactInfoFieldFlagOverwrittenByNickname = 2,
00378
00379 _ContactInfoFieldFlagPadding = 0xffffffffU
00380 };
00381
00392 typedef QFlags<ContactInfoFieldFlag> ContactInfoFieldFlags;
00393 Q_DECLARE_OPERATORS_FOR_FLAGS(ContactInfoFieldFlags)
00394
00395
00400 enum LocationFeature
00401 {
00406 LocationFeatureCanSet = 1,
00407
00408 _LocationFeaturePadding = 0xffffffffU
00409 };
00410
00422 typedef QFlags<LocationFeature> LocationFeatures;
00423 Q_DECLARE_OPERATORS_FOR_FLAGS(LocationFeatures)
00424
00425
00430 enum MailNotificationFlag
00431 {
00438 MailNotificationFlagSupportsUnreadMailCount = 1,
00439
00446 MailNotificationFlagSupportsUnreadMails = 2,
00447
00454 MailNotificationFlagEmitsMailsReceived = 4,
00455
00461 MailNotificationFlagSupportsRequestInboxURL = 8,
00462
00475 MailNotificationFlagSupportsRequestMailURL = 16,
00476
00488 MailNotificationFlagThreadBased = 32,
00489
00490 _MailNotificationFlagPadding = 0xffffffffU
00491 };
00492
00505 typedef QFlags<MailNotificationFlag> MailNotificationFlags;
00506 Q_DECLARE_OPERATORS_FOR_FLAGS(MailNotificationFlags)
00507
00508
00513 enum MediaStreamPending
00514 {
00519 MediaStreamPendingLocalSend = 1,
00520
00526 MediaStreamPendingRemoteSend = 2,
00527
00528 _MediaStreamPendingPadding = 0xffffffffU
00529 };
00530
00537 typedef QFlags<MediaStreamPending> MediaStreamPendingSend;
00538 Q_DECLARE_OPERATORS_FOR_FLAGS(MediaStreamPendingSend)
00539
00540
00545 enum ChannelMediaCapability
00546 {
00550 ChannelMediaCapabilityAudio = 1,
00551
00555 ChannelMediaCapabilityVideo = 2,
00556
00560 ChannelMediaCapabilityNATTraversalSTUN = 4,
00561
00566 ChannelMediaCapabilityNATTraversalGTalkP2P = 8,
00567
00572 ChannelMediaCapabilityNATTraversalICEUDP = 16,
00573
00578 ChannelMediaCapabilityImmutableStreams = 32,
00579
00580 _ChannelMediaCapabilityPadding = 0xffffffffU
00581 };
00582
00594 typedef QFlags<ChannelMediaCapability> ChannelMediaCapabilities;
00595 Q_DECLARE_OPERATORS_FOR_FLAGS(ChannelMediaCapabilities)
00596
00597
00602 enum ChannelTextMessageFlag
00603 {
00608 ChannelTextMessageFlagTruncated = 1,
00609
00624 ChannelTextMessageFlagNonTextContent = 2,
00625
00642 ChannelTextMessageFlagScrollback = 4,
00643
00659 ChannelTextMessageFlagRescued = 8,
00660
00661 _ChannelTextMessageFlagPadding = 0xffffffffU
00662 };
00663
00670 typedef QFlags<ChannelTextMessageFlag> ChannelTextMessageFlags;
00671 Q_DECLARE_OPERATORS_FOR_FLAGS(ChannelTextMessageFlags)
00672
00673
00678 enum ChannelCallState
00679 {
00684 ChannelCallStateRinging = 1,
00685
00690 ChannelCallStateQueued = 2,
00691
00697 ChannelCallStateHeld = 4,
00698
00704 ChannelCallStateForwarded = 8,
00705
00713 ChannelCallStateInProgress = 16,
00714
00727 ChannelCallStateConferenceHost = 32,
00728
00729 _ChannelCallStatePadding = 0xffffffffU
00730 };
00731
00740 typedef QFlags<ChannelCallState> ChannelCallStateFlags;
00741 Q_DECLARE_OPERATORS_FOR_FLAGS(ChannelCallStateFlags)
00742
00743
00748 enum ChannelGroupFlag
00749 {
00754 ChannelGroupFlagCanAdd = 1,
00755
00760 ChannelGroupFlagCanRemove = 2,
00761
00766 ChannelGroupFlagCanRescind = 4,
00767
00772 ChannelGroupFlagMessageAdd = 8,
00773
00778 ChannelGroupFlagMessageRemove = 16,
00779
00784 ChannelGroupFlagMessageAccept = 32,
00785
00790 ChannelGroupFlagMessageReject = 64,
00791
00796 ChannelGroupFlagMessageRescind = 128,
00797
00817 ChannelGroupFlagChannelSpecificHandles = 256,
00818
00824 ChannelGroupFlagOnlyOneGroup = 512,
00825
00833 ChannelGroupFlagHandleOwnersNotAvailable = 1024,
00834
00839 ChannelGroupFlagProperties = 2048,
00840
00851 ChannelGroupFlagMembersChangedDetailed = 4096,
00852
00858 ChannelGroupFlagMessageDepart = 8192,
00859
00860 _ChannelGroupFlagPadding = 0xffffffffU
00861 };
00862
00869 typedef QFlags<ChannelGroupFlag> ChannelGroupFlags;
00870 Q_DECLARE_OPERATORS_FOR_FLAGS(ChannelGroupFlags)
00871
00872
00877 enum MessagePartSupportFlag
00878 {
00887 MessagePartSupportFlagOneAttachment = 1,
00888
00895 MessagePartSupportFlagMultipleAttachments = 2,
00896
00897 _MessagePartSupportFlagPadding = 0xffffffffU
00898 };
00899
00932 typedef QFlags<MessagePartSupportFlag> MessagePartSupportFlags;
00933 Q_DECLARE_OPERATORS_FOR_FLAGS(MessagePartSupportFlags)
00934
00935
00940 enum MessageSendingFlag
00941 {
00959 MessageSendingFlagReportDelivery = 1,
00960
00968 MessageSendingFlagReportRead = 2,
00969
00977 MessageSendingFlagReportDeleted = 4,
00978
00979 _MessageSendingFlagPadding = 0xffffffffU
00980 };
00981
00992 typedef QFlags<MessageSendingFlag> MessageSendingFlags;
00993 Q_DECLARE_OPERATORS_FOR_FLAGS(MessageSendingFlags)
00994
00995
01000 enum DeliveryReportingSupportFlag
01001 {
01006 DeliveryReportingSupportFlagReceiveFailures = 1,
01007
01012 DeliveryReportingSupportFlagReceiveSuccesses = 2,
01013
01018 DeliveryReportingSupportFlagReceiveRead = 4,
01019
01024 DeliveryReportingSupportFlagReceiveDeleted = 8,
01025
01026 _DeliveryReportingSupportFlagPadding = 0xffffffffU
01027 };
01028
01045 typedef QFlags<DeliveryReportingSupportFlag> DeliveryReportingSupportFlags;
01046 Q_DECLARE_OPERATORS_FOR_FLAGS(DeliveryReportingSupportFlags)
01047
01048
01053 enum ChannelPasswordFlag
01054 {
01059 ChannelPasswordFlagProvide = 8,
01060
01061 _ChannelPasswordFlagPadding = 0xffffffffU
01062 };
01063
01070 typedef QFlags<ChannelPasswordFlag> ChannelPasswordFlags;
01071 Q_DECLARE_OPERATORS_FOR_FLAGS(ChannelPasswordFlags)
01072
01073
01078 enum PropertyFlag
01079 {
01083 PropertyFlagRead = 1,
01084
01088 PropertyFlagWrite = 2,
01089
01090 _PropertyFlagPadding = 0xffffffffU
01091 };
01092
01099 typedef QFlags<PropertyFlag> PropertyFlags;
01100 Q_DECLARE_OPERATORS_FOR_FLAGS(PropertyFlags)
01101
01102
01107 enum StorageRestrictionFlag
01108 {
01113 StorageRestrictionFlagCannotSetParameters = 1,
01114
01119 StorageRestrictionFlagCannotSetEnabled = 2,
01120
01125 StorageRestrictionFlagCannotSetPresence = 4,
01126
01130 StorageRestrictionFlagCannotSetService = 8,
01131
01132 _StorageRestrictionFlagPadding = 0xffffffffU
01133 };
01134
01143 typedef QFlags<StorageRestrictionFlag> StorageRestrictionFlags;
01144 Q_DECLARE_OPERATORS_FOR_FLAGS(StorageRestrictionFlags)
01145
01146
01152 enum HandleType
01153 {
01159 HandleTypeNone = 0,
01160
01164 HandleTypeContact = 1,
01165
01169 HandleTypeRoom = 2,
01170
01174 HandleTypeList = 3,
01175
01179 HandleTypeGroup = 4,
01180
01181 _HandleTypePadding = 0xffffffffU
01182 };
01183
01189 const int NUM_HANDLE_TYPES = (4+1);
01190
01197 enum ConnectionStatus
01198 {
01202 ConnectionStatusConnected = 0,
01203
01209 ConnectionStatusConnecting = 1,
01210
01218 ConnectionStatusDisconnected = 2,
01219
01220 _ConnectionStatusPadding = 0xffffffffU
01221 };
01222
01228 const int NUM_CONNECTION_STATUSES = (2+1);
01229
01242 enum ConnectionStatusReason
01243 {
01253 ConnectionStatusReasonNoneSpecified = 0,
01254
01266 ConnectionStatusReasonRequested = 1,
01267
01286 ConnectionStatusReasonNetworkError = 2,
01287
01297 ConnectionStatusReasonAuthenticationFailed = 3,
01298
01312 ConnectionStatusReasonEncryptionError = 4,
01313
01359 ConnectionStatusReasonNameInUse = 5,
01360
01370 ConnectionStatusReasonCertNotProvided = 6,
01371
01384 ConnectionStatusReasonCertUntrusted = 7,
01385
01395 ConnectionStatusReasonCertExpired = 8,
01396
01406 ConnectionStatusReasonCertNotActivated = 9,
01407
01417 ConnectionStatusReasonCertHostnameMismatch = 10,
01418
01429 ConnectionStatusReasonCertFingerprintMismatch = 11,
01430
01440 ConnectionStatusReasonCertSelfSigned = 12,
01441
01452 ConnectionStatusReasonCertOtherError = 13,
01453
01463 ConnectionStatusReasonCertRevoked = 14,
01464
01475 ConnectionStatusReasonCertInsecure = 15,
01476
01489 ConnectionStatusReasonCertLimitExceeded = 16,
01490
01491 _ConnectionStatusReasonPadding = 0xffffffffU
01492 };
01493
01499 const int NUM_CONNECTION_STATUS_REASONS = (16+1);
01500
01509 enum ContactListState
01510 {
01515 ContactListStateNone = 0,
01516
01522 ContactListStateWaiting = 1,
01523
01532 ContactListStateFailure = 2,
01533
01539 ContactListStateSuccess = 3,
01540
01541 _ContactListStatePadding = 0xffffffffU
01542 };
01543
01549 const int NUM_CONTACT_LIST_STATES = (3+1);
01550
01566 enum SubscriptionState
01567 {
01571 SubscriptionStateUnknown = 0,
01572
01578 SubscriptionStateNo = 1,
01579
01586 SubscriptionStateRemovedRemotely = 2,
01587
01593 SubscriptionStateAsk = 3,
01594
01598 SubscriptionStateYes = 4,
01599
01600 _SubscriptionStatePadding = 0xffffffffU
01601 };
01602
01608 const int NUM_SUBSCRIPTION_STATES = (4+1);
01609
01657 enum ContactMetadataStorageType
01658 {
01676 ContactMetadataStorageTypeNone = 0,
01677
01688 ContactMetadataStorageTypeSubscribedOrPending = 1,
01689
01701 ContactMetadataStorageTypeSubscribed = 2,
01702
01716 ContactMetadataStorageTypeAnyone = 3,
01717
01718 _ContactMetadataStorageTypePadding = 0xffffffffU
01719 };
01720
01726 const int NUM_CONTACT_METADATA_STORAGE_TYPES = (3+1);
01727
01736 enum HTTPMethod
01737 {
01741 HTTPMethodGet = 0,
01742
01747 HTTPMethodPost = 1,
01748
01749 _HTTPMethodPadding = 0xffffffffU
01750 };
01751
01757 const int NUM_HTTP_METHODS = (1+1);
01758
01767 enum ServicePointType
01768 {
01774 ServicePointTypeNone = 0,
01775
01779 ServicePointTypeEmergency = 1,
01780
01785 ServicePointTypeCounseling = 2,
01786
01787 _ServicePointTypePadding = 0xffffffffU
01788 };
01789
01795 const int NUM_SERVICE_POINT_TYPES = (2+1);
01796
01803 enum ConnectionPresenceType
01804 {
01810 ConnectionPresenceTypeUnset = 0,
01811
01815 ConnectionPresenceTypeOffline = 1,
01816
01820 ConnectionPresenceTypeAvailable = 2,
01821
01825 ConnectionPresenceTypeAway = 3,
01826
01830 ConnectionPresenceTypeExtendedAway = 4,
01831
01835 ConnectionPresenceTypeHidden = 5,
01836
01840 ConnectionPresenceTypeBusy = 6,
01841
01846 ConnectionPresenceTypeUnknown = 7,
01847
01852 ConnectionPresenceTypeError = 8,
01853
01854 _ConnectionPresenceTypePadding = 0xffffffffU
01855 };
01856
01862 const int NUM_CONNECTION_PRESENCE_TYPES = (8+1);
01863
01880 enum AccessControlType
01881 {
01892 AccessControlTypeWhitelist = 0,
01893
01898 AccessControlTypePublishList = 1,
01899
01909 AccessControlTypeGroup = 2,
01910
01914 AccessControlTypeOpen = 3,
01915
01921 AccessControlTypeSubscribeOrPublishList = 4,
01922
01927 AccessControlTypeClosed = 5,
01928
01946 AccessControlTypeNotUnderstood = 6,
01947
01948 _AccessControlTypePadding = 0xffffffffU
01949 };
01950
01956 const int NUM_ACCESS_CONTROL_TYPES = (6+1);
01957
01979 enum RichPresenceAccessControlType
01980 {
01985 RichPresenceAccessControlTypeWhitelist = 0,
01986
01992 RichPresenceAccessControlTypePublishList = 1,
01993
01999 RichPresenceAccessControlTypeGroup = 2,
02000
02005 RichPresenceAccessControlTypeOpen = 3,
02006
02007 _RichPresenceAccessControlTypePadding = 0xffffffffU
02008 };
02009
02015 const int NUM_RICH_PRESENCE_ACCESS_CONTROL_TYPES = (3+1);
02016
02023 enum ChannelContactSearchState
02024 {
02028 ChannelContactSearchStateNotStarted = 0,
02029
02033 ChannelContactSearchStateInProgress = 1,
02034
02039 ChannelContactSearchStateMoreAvailable = 2,
02040
02044 ChannelContactSearchStateCompleted = 3,
02045
02049 ChannelContactSearchStateFailed = 4,
02050
02051 _ChannelContactSearchStatePadding = 0xffffffffU
02052 };
02053
02059 const int NUM_CHANNEL_CONTACT_SEARCH_STATES = (4+1);
02060
02067 enum FileTransferState
02068 {
02073 FileTransferStateNone = 0,
02074
02080 FileTransferStatePending = 1,
02081
02087 FileTransferStateAccepted = 2,
02088
02092 FileTransferStateOpen = 3,
02093
02097 FileTransferStateCompleted = 4,
02098
02102 FileTransferStateCancelled = 5,
02103
02104 _FileTransferStatePadding = 0xffffffffU
02105 };
02106
02112 const int NUM_FILE_TRANSFER_STATES = (5+1);
02113
02120 enum FileTransferStateChangeReason
02121 {
02125 FileTransferStateChangeReasonNone = 0,
02126
02130 FileTransferStateChangeReasonRequested = 1,
02131
02135 FileTransferStateChangeReasonLocalStopped = 2,
02136
02140 FileTransferStateChangeReasonRemoteStopped = 3,
02141
02145 FileTransferStateChangeReasonLocalError = 4,
02146
02150 FileTransferStateChangeReasonRemoteError = 5,
02151
02152 _FileTransferStateChangeReasonPadding = 0xffffffffU
02153 };
02154
02160 const int NUM_FILE_TRANSFER_STATE_CHANGE_REASONS = (5+1);
02161
02168 enum FileHashType
02169 {
02173 FileHashTypeNone = 0,
02174
02178 FileHashTypeMD5 = 1,
02179
02183 FileHashTypeSHA1 = 2,
02184
02188 FileHashTypeSHA256 = 3,
02189
02190 _FileHashTypePadding = 0xffffffffU
02191 };
02192
02198 const int NUM_FILE_HASH_TYPES = (3+1);
02199
02206 enum MediaStreamType
02207 {
02211 MediaStreamTypeAudio = 0,
02212
02216 MediaStreamTypeVideo = 1,
02217
02218 _MediaStreamTypePadding = 0xffffffffU
02219 };
02220
02226 const int NUM_MEDIA_STREAM_TYPES = (1+1);
02227
02234 enum MediaStreamState
02235 {
02239 MediaStreamStateDisconnected = 0,
02240
02244 MediaStreamStateConnecting = 1,
02245
02249 MediaStreamStateConnected = 2,
02250
02251 _MediaStreamStatePadding = 0xffffffffU
02252 };
02253
02259 const int NUM_MEDIA_STREAM_STATES = (2+1);
02260
02267 enum MediaStreamDirection
02268 {
02272 MediaStreamDirectionNone = 0,
02273
02277 MediaStreamDirectionSend = 1,
02278
02282 MediaStreamDirectionReceive = 2,
02283
02287 MediaStreamDirectionBidirectional = 3,
02288
02289 _MediaStreamDirectionPadding = 0xffffffffU
02290 };
02291
02297 const int NUM_MEDIA_STREAM_DIRECTIONS = (3+1);
02298
02305 enum ChannelTextSendError
02306 {
02310 ChannelTextSendErrorUnknown = 0,
02311
02315 ChannelTextSendErrorOffline = 1,
02316
02320 ChannelTextSendErrorInvalidContact = 2,
02321
02325 ChannelTextSendErrorPermissionDenied = 3,
02326
02330 ChannelTextSendErrorTooLong = 4,
02331
02336 ChannelTextSendErrorNotImplemented = 5,
02337
02338 _ChannelTextSendErrorPadding = 0xffffffffU
02339 };
02340
02346 const int NUM_CHANNEL_TEXT_SEND_ERRORS = (5+1);
02347
02356 enum ChannelTextMessageType
02357 {
02361 ChannelTextMessageTypeNormal = 0,
02362
02369 ChannelTextMessageTypeAction = 1,
02370
02374 ChannelTextMessageTypeNotice = 2,
02375
02379 ChannelTextMessageTypeAutoReply = 3,
02380
02386 ChannelTextMessageTypeDeliveryReport = 4,
02387
02388 _ChannelTextMessageTypePadding = 0xffffffffU
02389 };
02390
02396 const int NUM_CHANNEL_TEXT_MESSAGE_TYPES = (4+1);
02397
02404 enum TubeType
02405 {
02412 TubeTypeDBus = 0,
02413
02420 TubeTypeStream = 1,
02421
02422 _TubeTypePadding = 0xffffffffU
02423 };
02424
02430 const int NUM_TUBE_TYPES = (1+1);
02431
02438 enum TubeState
02439 {
02443 TubeStateLocalPending = 0,
02444
02448 TubeStateRemotePending = 1,
02449
02453 TubeStateOpen = 2,
02454
02455 _TubeStatePadding = 0xffffffffU
02456 };
02457
02463 const int NUM_TUBE_STATES = (2+1);
02464
02471 enum ChannelChatState
02472 {
02476 ChannelChatStateGone = 0,
02477
02481 ChannelChatStateInactive = 1,
02482
02486 ChannelChatStateActive = 2,
02487
02491 ChannelChatStatePaused = 3,
02492
02496 ChannelChatStateComposing = 4,
02497
02498 _ChannelChatStatePadding = 0xffffffffU
02499 };
02500
02506 const int NUM_CHANNEL_CHAT_STATES = (4+1);
02507
02514 enum DTMFEvent
02515 {
02519 DTMFEventDigit0 = 0,
02520
02524 DTMFEventDigit1 = 1,
02525
02529 DTMFEventDigit2 = 2,
02530
02534 DTMFEventDigit3 = 3,
02535
02539 DTMFEventDigit4 = 4,
02540
02544 DTMFEventDigit5 = 5,
02545
02549 DTMFEventDigit6 = 6,
02550
02554 DTMFEventDigit7 = 7,
02555
02559 DTMFEventDigit8 = 8,
02560
02564 DTMFEventDigit9 = 9,
02565
02569 DTMFEventAsterisk = 10,
02570
02574 DTMFEventHash = 11,
02575
02579 DTMFEventLetterA = 12,
02580
02584 DTMFEventLetterB = 13,
02585
02589 DTMFEventLetterC = 14,
02590
02594 DTMFEventLetterD = 15,
02595
02596 _DTMFEventPadding = 0xffffffffU
02597 };
02598
02604 const int NUM_DTMF_EVENTS = (15+1);
02605
02627 enum ChannelGroupChangeReason
02628 {
02648 ChannelGroupChangeReasonNone = 0,
02649
02672 ChannelGroupChangeReasonOffline = 1,
02673
02684 ChannelGroupChangeReasonKicked = 2,
02685
02708 ChannelGroupChangeReasonBusy = 3,
02709
02716 ChannelGroupChangeReasonInvited = 4,
02717
02728 ChannelGroupChangeReasonBanned = 5,
02729
02733 ChannelGroupChangeReasonError = 6,
02734
02759 ChannelGroupChangeReasonInvalidContact = 7,
02760
02782 ChannelGroupChangeReasonNoAnswer = 8,
02783
02795 ChannelGroupChangeReasonRenamed = 9,
02796
02808 ChannelGroupChangeReasonPermissionDenied = 10,
02809
02839 ChannelGroupChangeReasonSeparated = 11,
02840
02841 _ChannelGroupChangeReasonPadding = 0xffffffffU
02842 };
02843
02849 const int NUM_CHANNEL_GROUP_CHANGE_REASONS = (11+1);
02850
02859 enum LocalHoldState
02860 {
02865 LocalHoldStateUnheld = 0,
02866
02870 LocalHoldStateHeld = 1,
02871
02877 LocalHoldStatePendingHold = 2,
02878
02884 LocalHoldStatePendingUnhold = 3,
02885
02886 _LocalHoldStatePadding = 0xffffffffU
02887 };
02888
02894 const int NUM_LOCAL_HOLD_STATES = (3+1);
02895
02905 enum LocalHoldStateReason
02906 {
02912 LocalHoldStateReasonNone = 0,
02913
02917 LocalHoldStateReasonRequested = 1,
02918
02922 LocalHoldStateReasonResourceNotAvailable = 2,
02923
02924 _LocalHoldStateReasonPadding = 0xffffffffU
02925 };
02926
02932 const int NUM_LOCAL_HOLD_STATE_REASONS = (2+1);
02933
02947 enum DeliveryStatus
02948 {
02955 DeliveryStatusUnknown = 0,
02956
02960 DeliveryStatusDelivered = 1,
02961
02968 DeliveryStatusTemporarilyFailed = 2,
02969
02978 DeliveryStatusPermanentlyFailed = 3,
02979
02987 DeliveryStatusAccepted = 4,
02988
02992 DeliveryStatusRead = 5,
02993
02999 DeliveryStatusDeleted = 6,
03000
03001 _DeliveryStatusPadding = 0xffffffffU
03002 };
03003
03009 const int NUM_DELIVERY_STATUSES = (6+1);
03010
03021 enum SASLAbortReason
03022 {
03026 SASLAbortReasonInvalidChallenge = 0,
03027
03031 SASLAbortReasonUserAbort = 1,
03032
03033 _SASLAbortReasonPadding = 0xffffffffU
03034 };
03035
03041 const int NUM_SASL_ABORT_REASONS = (1+1);
03042
03049 enum SASLStatus
03050 {
03056 SASLStatusNotStarted = 0,
03057
03063 SASLStatusInProgress = 1,
03064
03071 SASLStatusServerSucceeded = 2,
03072
03079 SASLStatusClientAccepted = 3,
03080
03086 SASLStatusSucceeded = 4,
03087
03094 SASLStatusServerFailed = 5,
03095
03100 SASLStatusClientFailed = 6,
03101
03102 _SASLStatusPadding = 0xffffffffU
03103 };
03104
03110 const int NUM_SASL_STATUSES = (6+1);
03111
03118 enum TubeChannelState
03119 {
03125 TubeChannelStateLocalPending = 0,
03126
03131 TubeChannelStateRemotePending = 1,
03132
03138 TubeChannelStateOpen = 2,
03139
03146 TubeChannelStateNotOffered = 3,
03147
03148 _TubeChannelStatePadding = 0xffffffffU
03149 };
03150
03156 const int NUM_TUBE_CHANNEL_STATES = (3+1);
03157
03164 enum SocketAddressType
03165 {
03170 SocketAddressTypeUnix = 0,
03171
03177 SocketAddressTypeAbstractUnix = 1,
03178
03185 SocketAddressTypeIPv4 = 2,
03186
03193 SocketAddressTypeIPv6 = 3,
03194
03195 _SocketAddressTypePadding = 0xffffffffU
03196 };
03197
03203 const int NUM_SOCKET_ADDRESS_TYPES = (3+1);
03204
03211 enum SocketAccessControl
03212 {
03219 SocketAccessControlLocalhost = 0,
03220
03228 SocketAccessControlPort = 1,
03229
03238 SocketAccessControlNetmask = 2,
03239
03257 SocketAccessControlCredentials = 3,
03258
03259 _SocketAccessControlPadding = 0xffffffffU
03260 };
03261
03267 const int NUM_SOCKET_ACCESS_CONTROLS = (3+1);
03268
03275 enum MediaStreamError
03276 {
03280 MediaStreamErrorUnknown = 0,
03281
03285 MediaStreamErrorEOS = 1,
03286
03294 MediaStreamErrorCodecNegotiationFailed = 2,
03295
03299 MediaStreamErrorConnectionFailed = 3,
03300
03305 MediaStreamErrorNetworkError = 4,
03306
03310 MediaStreamErrorNoCodecs = 5,
03311
03315 MediaStreamErrorInvalidCMBehavior = 6,
03316
03320 MediaStreamErrorMediaError = 7,
03321
03322 _MediaStreamErrorPadding = 0xffffffffU
03323 };
03324
03330 const int NUM_MEDIA_STREAM_ERRORS = (7+1);
03331
03338 enum MediaStreamBaseProto
03339 {
03343 MediaStreamBaseProtoUDP = 0,
03344
03348 MediaStreamBaseProtoTCP = 1,
03349
03350 _MediaStreamBaseProtoPadding = 0xffffffffU
03351 };
03352
03358 const int NUM_MEDIA_STREAM_BASE_PROTOS = (1+1);
03359
03366 enum MediaStreamTransportType
03367 {
03371 MediaStreamTransportTypeLocal = 0,
03372
03376 MediaStreamTransportTypeDerived = 1,
03377
03381 MediaStreamTransportTypeRelay = 2,
03382
03383 _MediaStreamTransportTypePadding = 0xffffffffU
03384 };
03385
03391 const int NUM_MEDIA_STREAM_TRANSPORT_TYPES = (2+1);
03392
03393 }
03394
03400 #define TELEPATHY_INTERFACE_CONNECTION_MANAGER "org.freedesktop.Telepathy.ConnectionManager"
03401
03408 #define TP_QT4_IFACE_CONNECTION_MANAGER (QLatin1String("org.freedesktop.Telepathy.ConnectionManager"))
03409
03415 #define TELEPATHY_INTERFACE_PROTOCOL "org.freedesktop.Telepathy.Protocol"
03416
03423 #define TP_QT4_IFACE_PROTOCOL (QLatin1String("org.freedesktop.Telepathy.Protocol"))
03424
03430 #define TELEPATHY_INTERFACE_PROTOCOL_INTERFACE_AVATARS "org.freedesktop.Telepathy.Protocol.Interface.Avatars"
03431
03438 #define TP_QT4_IFACE_PROTOCOL_INTERFACE_AVATARS (QLatin1String("org.freedesktop.Telepathy.Protocol.Interface.Avatars"))
03439
03445 #define TELEPATHY_INTERFACE_PROTOCOL_INTERFACE_PRESENCE "org.freedesktop.Telepathy.Protocol.Interface.Presence"
03446
03453 #define TP_QT4_IFACE_PROTOCOL_INTERFACE_PRESENCE (QLatin1String("org.freedesktop.Telepathy.Protocol.Interface.Presence"))
03454
03460 #define TELEPATHY_INTERFACE_CONNECTION "org.freedesktop.Telepathy.Connection"
03461
03468 #define TP_QT4_IFACE_CONNECTION (QLatin1String("org.freedesktop.Telepathy.Connection"))
03469
03475 #define TELEPATHY_INTERFACE_CONNECTION_INTERFACE_ALIASING "org.freedesktop.Telepathy.Connection.Interface.Aliasing"
03476
03483 #define TP_QT4_IFACE_CONNECTION_INTERFACE_ALIASING (QLatin1String("org.freedesktop.Telepathy.Connection.Interface.Aliasing"))
03484
03490 #define TELEPATHY_INTERFACE_CONNECTION_INTERFACE_ANONYMITY "org.freedesktop.Telepathy.Connection.Interface.Anonymity"
03491
03498 #define TP_QT4_IFACE_CONNECTION_INTERFACE_ANONYMITY (QLatin1String("org.freedesktop.Telepathy.Connection.Interface.Anonymity"))
03499
03505 #define TELEPATHY_INTERFACE_CONNECTION_INTERFACE_AVATARS "org.freedesktop.Telepathy.Connection.Interface.Avatars"
03506
03513 #define TP_QT4_IFACE_CONNECTION_INTERFACE_AVATARS (QLatin1String("org.freedesktop.Telepathy.Connection.Interface.Avatars"))
03514
03520 #define TELEPATHY_INTERFACE_CONNECTION_INTERFACE_BALANCE "org.freedesktop.Telepathy.Connection.Interface.Balance"
03521
03528 #define TP_QT4_IFACE_CONNECTION_INTERFACE_BALANCE (QLatin1String("org.freedesktop.Telepathy.Connection.Interface.Balance"))
03529
03535 #define TELEPATHY_INTERFACE_CONNECTION_INTERFACE_CAPABILITIES "org.freedesktop.Telepathy.Connection.Interface.Capabilities"
03536
03543 #define TP_QT4_IFACE_CONNECTION_INTERFACE_CAPABILITIES (QLatin1String("org.freedesktop.Telepathy.Connection.Interface.Capabilities"))
03544
03550 #define TELEPATHY_INTERFACE_CONNECTION_INTERFACE_CELLULAR "org.freedesktop.Telepathy.Connection.Interface.Cellular"
03551
03558 #define TP_QT4_IFACE_CONNECTION_INTERFACE_CELLULAR (QLatin1String("org.freedesktop.Telepathy.Connection.Interface.Cellular"))
03559
03565 #define TELEPATHY_INTERFACE_CONNECTION_INTERFACE_CLIENT_TYPES "org.freedesktop.Telepathy.Connection.Interface.ClientTypes"
03566
03573 #define TP_QT4_IFACE_CONNECTION_INTERFACE_CLIENT_TYPES (QLatin1String("org.freedesktop.Telepathy.Connection.Interface.ClientTypes"))
03574
03580 #define TELEPATHY_INTERFACE_CONNECTION_INTERFACE_CONTACTS "org.freedesktop.Telepathy.Connection.Interface.Contacts"
03581
03588 #define TP_QT4_IFACE_CONNECTION_INTERFACE_CONTACTS (QLatin1String("org.freedesktop.Telepathy.Connection.Interface.Contacts"))
03589
03595 #define TELEPATHY_INTERFACE_CONNECTION_INTERFACE_CONTACT_BLOCKING "org.freedesktop.Telepathy.Connection.Interface.ContactBlocking"
03596
03603 #define TP_QT4_IFACE_CONNECTION_INTERFACE_CONTACT_BLOCKING (QLatin1String("org.freedesktop.Telepathy.Connection.Interface.ContactBlocking"))
03604
03610 #define TELEPATHY_INTERFACE_CONNECTION_INTERFACE_CONTACT_CAPABILITIES "org.freedesktop.Telepathy.Connection.Interface.ContactCapabilities"
03611
03618 #define TP_QT4_IFACE_CONNECTION_INTERFACE_CONTACT_CAPABILITIES (QLatin1String("org.freedesktop.Telepathy.Connection.Interface.ContactCapabilities"))
03619
03625 #define TELEPATHY_INTERFACE_CONNECTION_INTERFACE_CONTACT_GROUPS "org.freedesktop.Telepathy.Connection.Interface.ContactGroups"
03626
03633 #define TP_QT4_IFACE_CONNECTION_INTERFACE_CONTACT_GROUPS (QLatin1String("org.freedesktop.Telepathy.Connection.Interface.ContactGroups"))
03634
03640 #define TELEPATHY_INTERFACE_CONNECTION_INTERFACE_CONTACT_INFO "org.freedesktop.Telepathy.Connection.Interface.ContactInfo"
03641
03648 #define TP_QT4_IFACE_CONNECTION_INTERFACE_CONTACT_INFO (QLatin1String("org.freedesktop.Telepathy.Connection.Interface.ContactInfo"))
03649
03655 #define TELEPATHY_INTERFACE_CONNECTION_INTERFACE_CONTACT_LIST "org.freedesktop.Telepathy.Connection.Interface.ContactList"
03656
03663 #define TP_QT4_IFACE_CONNECTION_INTERFACE_CONTACT_LIST (QLatin1String("org.freedesktop.Telepathy.Connection.Interface.ContactList"))
03664
03670 #define TELEPATHY_INTERFACE_CONNECTION_INTERFACE_LOCATION "org.freedesktop.Telepathy.Connection.Interface.Location"
03671
03678 #define TP_QT4_IFACE_CONNECTION_INTERFACE_LOCATION (QLatin1String("org.freedesktop.Telepathy.Connection.Interface.Location"))
03679
03685 #define TELEPATHY_INTERFACE_CONNECTION_INTERFACE_MAIL_NOTIFICATION "org.freedesktop.Telepathy.Connection.Interface.MailNotification"
03686
03693 #define TP_QT4_IFACE_CONNECTION_INTERFACE_MAIL_NOTIFICATION (QLatin1String("org.freedesktop.Telepathy.Connection.Interface.MailNotification"))
03694
03700 #define TELEPATHY_INTERFACE_CONNECTION_INTERFACE_POWER_SAVING "org.freedesktop.Telepathy.Connection.Interface.PowerSaving"
03701
03708 #define TP_QT4_IFACE_CONNECTION_INTERFACE_POWER_SAVING (QLatin1String("org.freedesktop.Telepathy.Connection.Interface.PowerSaving"))
03709
03715 #define TELEPATHY_INTERFACE_CONNECTION_INTERFACE_PRESENCE "org.freedesktop.Telepathy.Connection.Interface.Presence"
03716
03723 #define TP_QT4_IFACE_CONNECTION_INTERFACE_PRESENCE (QLatin1String("org.freedesktop.Telepathy.Connection.Interface.Presence"))
03724
03730 #define TELEPATHY_INTERFACE_CONNECTION_INTERFACE_REQUESTS "org.freedesktop.Telepathy.Connection.Interface.Requests"
03731
03738 #define TP_QT4_IFACE_CONNECTION_INTERFACE_REQUESTS (QLatin1String("org.freedesktop.Telepathy.Connection.Interface.Requests"))
03739
03745 #define TELEPATHY_INTERFACE_CONNECTION_INTERFACE_SERVICE_POINT "org.freedesktop.Telepathy.Connection.Interface.ServicePoint"
03746
03753 #define TP_QT4_IFACE_CONNECTION_INTERFACE_SERVICE_POINT (QLatin1String("org.freedesktop.Telepathy.Connection.Interface.ServicePoint"))
03754
03760 #define TELEPATHY_INTERFACE_CONNECTION_INTERFACE_SIMPLE_PRESENCE "org.freedesktop.Telepathy.Connection.Interface.SimplePresence"
03761
03768 #define TP_QT4_IFACE_CONNECTION_INTERFACE_SIMPLE_PRESENCE (QLatin1String("org.freedesktop.Telepathy.Connection.Interface.SimplePresence"))
03769
03775 #define TELEPATHY_INTERFACE_CHANNEL "org.freedesktop.Telepathy.Channel"
03776
03783 #define TP_QT4_IFACE_CHANNEL (QLatin1String("org.freedesktop.Telepathy.Channel"))
03784
03790 #define TELEPATHY_INTERFACE_CHANNEL_TYPE_CONTACT_LIST "org.freedesktop.Telepathy.Channel.Type.ContactList"
03791
03798 #define TP_QT4_IFACE_CHANNEL_TYPE_CONTACT_LIST (QLatin1String("org.freedesktop.Telepathy.Channel.Type.ContactList"))
03799
03805 #define TELEPATHY_INTERFACE_CHANNEL_TYPE_CONTACT_SEARCH "org.freedesktop.Telepathy.Channel.Type.ContactSearch"
03806
03813 #define TP_QT4_IFACE_CHANNEL_TYPE_CONTACT_SEARCH (QLatin1String("org.freedesktop.Telepathy.Channel.Type.ContactSearch"))
03814
03820 #define TELEPATHY_INTERFACE_CHANNEL_TYPE_DBUS_TUBE "org.freedesktop.Telepathy.Channel.Type.DBusTube"
03821
03828 #define TP_QT4_IFACE_CHANNEL_TYPE_DBUS_TUBE (QLatin1String("org.freedesktop.Telepathy.Channel.Type.DBusTube"))
03829
03835 #define TELEPATHY_INTERFACE_CHANNEL_TYPE_FILE_TRANSFER "org.freedesktop.Telepathy.Channel.Type.FileTransfer"
03836
03843 #define TP_QT4_IFACE_CHANNEL_TYPE_FILE_TRANSFER (QLatin1String("org.freedesktop.Telepathy.Channel.Type.FileTransfer"))
03844
03850 #define TELEPATHY_INTERFACE_CHANNEL_TYPE_ROOM_LIST "org.freedesktop.Telepathy.Channel.Type.RoomList"
03851
03858 #define TP_QT4_IFACE_CHANNEL_TYPE_ROOM_LIST (QLatin1String("org.freedesktop.Telepathy.Channel.Type.RoomList"))
03859
03865 #define TELEPATHY_INTERFACE_CHANNEL_TYPE_SERVER_AUTHENTICATION "org.freedesktop.Telepathy.Channel.Type.ServerAuthentication"
03866
03873 #define TP_QT4_IFACE_CHANNEL_TYPE_SERVER_AUTHENTICATION (QLatin1String("org.freedesktop.Telepathy.Channel.Type.ServerAuthentication"))
03874
03880 #define TELEPATHY_INTERFACE_CHANNEL_TYPE_SERVER_TLS_CONNECTION "org.freedesktop.Telepathy.Channel.Type.ServerTLSConnection"
03881
03888 #define TP_QT4_IFACE_CHANNEL_TYPE_SERVER_TLS_CONNECTION (QLatin1String("org.freedesktop.Telepathy.Channel.Type.ServerTLSConnection"))
03889
03895 #define TELEPATHY_INTERFACE_CHANNEL_TYPE_STREAMED_MEDIA "org.freedesktop.Telepathy.Channel.Type.StreamedMedia"
03896
03903 #define TP_QT4_IFACE_CHANNEL_TYPE_STREAMED_MEDIA (QLatin1String("org.freedesktop.Telepathy.Channel.Type.StreamedMedia"))
03904
03910 #define TELEPATHY_INTERFACE_CHANNEL_TYPE_STREAM_TUBE "org.freedesktop.Telepathy.Channel.Type.StreamTube"
03911
03918 #define TP_QT4_IFACE_CHANNEL_TYPE_STREAM_TUBE (QLatin1String("org.freedesktop.Telepathy.Channel.Type.StreamTube"))
03919
03925 #define TELEPATHY_INTERFACE_CHANNEL_TYPE_TEXT "org.freedesktop.Telepathy.Channel.Type.Text"
03926
03933 #define TP_QT4_IFACE_CHANNEL_TYPE_TEXT (QLatin1String("org.freedesktop.Telepathy.Channel.Type.Text"))
03934
03940 #define TELEPATHY_INTERFACE_CHANNEL_TYPE_TUBES "org.freedesktop.Telepathy.Channel.Type.Tubes"
03941
03948 #define TP_QT4_IFACE_CHANNEL_TYPE_TUBES (QLatin1String("org.freedesktop.Telepathy.Channel.Type.Tubes"))
03949
03955 #define TELEPATHY_INTERFACE_CHANNEL_INTERFACE_ANONYMITY "org.freedesktop.Telepathy.Channel.Interface.Anonymity"
03956
03963 #define TP_QT4_IFACE_CHANNEL_INTERFACE_ANONYMITY (QLatin1String("org.freedesktop.Telepathy.Channel.Interface.Anonymity"))
03964
03970 #define TELEPATHY_INTERFACE_CHANNEL_INTERFACE_CALL_STATE "org.freedesktop.Telepathy.Channel.Interface.CallState"
03971
03978 #define TP_QT4_IFACE_CHANNEL_INTERFACE_CALL_STATE (QLatin1String("org.freedesktop.Telepathy.Channel.Interface.CallState"))
03979
03985 #define TELEPATHY_INTERFACE_CHANNEL_INTERFACE_CHAT_STATE "org.freedesktop.Telepathy.Channel.Interface.ChatState"
03986
03993 #define TP_QT4_IFACE_CHANNEL_INTERFACE_CHAT_STATE (QLatin1String("org.freedesktop.Telepathy.Channel.Interface.ChatState"))
03994
04000 #define TELEPATHY_INTERFACE_CHANNEL_INTERFACE_CONFERENCE "org.freedesktop.Telepathy.Channel.Interface.Conference"
04001
04008 #define TP_QT4_IFACE_CHANNEL_INTERFACE_CONFERENCE (QLatin1String("org.freedesktop.Telepathy.Channel.Interface.Conference"))
04009
04015 #define TELEPATHY_INTERFACE_CHANNEL_INTERFACE_DESTROYABLE "org.freedesktop.Telepathy.Channel.Interface.Destroyable"
04016
04023 #define TP_QT4_IFACE_CHANNEL_INTERFACE_DESTROYABLE (QLatin1String("org.freedesktop.Telepathy.Channel.Interface.Destroyable"))
04024
04030 #define TELEPATHY_INTERFACE_CHANNEL_INTERFACE_DTMF "org.freedesktop.Telepathy.Channel.Interface.DTMF"
04031
04038 #define TP_QT4_IFACE_CHANNEL_INTERFACE_DTMF (QLatin1String("org.freedesktop.Telepathy.Channel.Interface.DTMF"))
04039
04045 #define TELEPATHY_INTERFACE_CHANNEL_INTERFACE_GROUP "org.freedesktop.Telepathy.Channel.Interface.Group"
04046
04053 #define TP_QT4_IFACE_CHANNEL_INTERFACE_GROUP (QLatin1String("org.freedesktop.Telepathy.Channel.Interface.Group"))
04054
04060 #define TELEPATHY_INTERFACE_CHANNEL_INTERFACE_HOLD "org.freedesktop.Telepathy.Channel.Interface.Hold"
04061
04068 #define TP_QT4_IFACE_CHANNEL_INTERFACE_HOLD (QLatin1String("org.freedesktop.Telepathy.Channel.Interface.Hold"))
04069
04075 #define TELEPATHY_INTERFACE_CHANNEL_INTERFACE_MEDIA_SIGNALLING "org.freedesktop.Telepathy.Channel.Interface.MediaSignalling"
04076
04083 #define TP_QT4_IFACE_CHANNEL_INTERFACE_MEDIA_SIGNALLING (QLatin1String("org.freedesktop.Telepathy.Channel.Interface.MediaSignalling"))
04084
04090 #define TELEPATHY_INTERFACE_CHANNEL_INTERFACE_MESSAGES "org.freedesktop.Telepathy.Channel.Interface.Messages"
04091
04098 #define TP_QT4_IFACE_CHANNEL_INTERFACE_MESSAGES (QLatin1String("org.freedesktop.Telepathy.Channel.Interface.Messages"))
04099
04105 #define TELEPATHY_INTERFACE_CHANNEL_INTERFACE_PASSWORD "org.freedesktop.Telepathy.Channel.Interface.Password"
04106
04113 #define TP_QT4_IFACE_CHANNEL_INTERFACE_PASSWORD (QLatin1String("org.freedesktop.Telepathy.Channel.Interface.Password"))
04114
04120 #define TELEPATHY_INTERFACE_CHANNEL_INTERFACE_SASL_AUTHENTICATION "org.freedesktop.Telepathy.Channel.Interface.SASLAuthentication"
04121
04128 #define TP_QT4_IFACE_CHANNEL_INTERFACE_SASL_AUTHENTICATION (QLatin1String("org.freedesktop.Telepathy.Channel.Interface.SASLAuthentication"))
04129
04135 #define TELEPATHY_INTERFACE_CHANNEL_INTERFACE_SECURABLE "org.freedesktop.Telepathy.Channel.Interface.Securable"
04136
04143 #define TP_QT4_IFACE_CHANNEL_INTERFACE_SECURABLE (QLatin1String("org.freedesktop.Telepathy.Channel.Interface.Securable"))
04144
04150 #define TELEPATHY_INTERFACE_CHANNEL_INTERFACE_SERVICE_POINT "org.freedesktop.Telepathy.Channel.Interface.ServicePoint"
04151
04158 #define TP_QT4_IFACE_CHANNEL_INTERFACE_SERVICE_POINT (QLatin1String("org.freedesktop.Telepathy.Channel.Interface.ServicePoint"))
04159
04165 #define TELEPATHY_INTERFACE_CHANNEL_INTERFACE_TUBE "org.freedesktop.Telepathy.Channel.Interface.Tube"
04166
04173 #define TP_QT4_IFACE_CHANNEL_INTERFACE_TUBE (QLatin1String("org.freedesktop.Telepathy.Channel.Interface.Tube"))
04174
04180 #define TELEPATHY_INTERFACE_CHANNEL_DISPATCHER "org.freedesktop.Telepathy.ChannelDispatcher"
04181
04188 #define TP_QT4_IFACE_CHANNEL_DISPATCHER (QLatin1String("org.freedesktop.Telepathy.ChannelDispatcher"))
04189
04195 #define TELEPATHY_INTERFACE_CHANNEL_DISPATCH_OPERATION "org.freedesktop.Telepathy.ChannelDispatchOperation"
04196
04203 #define TP_QT4_IFACE_CHANNEL_DISPATCH_OPERATION (QLatin1String("org.freedesktop.Telepathy.ChannelDispatchOperation"))
04204
04210 #define TELEPATHY_INTERFACE_CHANNEL_REQUEST "org.freedesktop.Telepathy.ChannelRequest"
04211
04218 #define TP_QT4_IFACE_CHANNEL_REQUEST (QLatin1String("org.freedesktop.Telepathy.ChannelRequest"))
04219
04225 #define TELEPATHY_INTERFACE_MEDIA_SESSION_HANDLER "org.freedesktop.Telepathy.Media.SessionHandler"
04226
04233 #define TP_QT4_IFACE_MEDIA_SESSION_HANDLER (QLatin1String("org.freedesktop.Telepathy.Media.SessionHandler"))
04234
04240 #define TELEPATHY_INTERFACE_MEDIA_STREAM_HANDLER "org.freedesktop.Telepathy.Media.StreamHandler"
04241
04248 #define TP_QT4_IFACE_MEDIA_STREAM_HANDLER (QLatin1String("org.freedesktop.Telepathy.Media.StreamHandler"))
04249
04255 #define TELEPATHY_INTERFACE_DBUS_DAEMON "org.freedesktop.DBus"
04256
04263 #define TP_QT4_IFACE_DBUS_DAEMON (QLatin1String("org.freedesktop.DBus"))
04264
04270 #define TELEPATHY_INTERFACE_INTROSPECTABLE "org.freedesktop.DBus.Introspectable"
04271
04278 #define TP_QT4_IFACE_INTROSPECTABLE (QLatin1String("org.freedesktop.DBus.Introspectable"))
04279
04285 #define TELEPATHY_INTERFACE_PEER "org.freedesktop.DBus.Peer"
04286
04293 #define TP_QT4_IFACE_PEER (QLatin1String("org.freedesktop.DBus.Peer"))
04294
04300 #define TELEPATHY_INTERFACE_PROPERTIES "org.freedesktop.DBus.Properties"
04301
04308 #define TP_QT4_IFACE_PROPERTIES (QLatin1String("org.freedesktop.DBus.Properties"))
04309
04315 #define TELEPATHY_INTERFACE_PROPERTIES_INTERFACE "org.freedesktop.Telepathy.Properties"
04316
04323 #define TP_QT4_IFACE_PROPERTIES_INTERFACE (QLatin1String("org.freedesktop.Telepathy.Properties"))
04324
04330 #define TELEPATHY_INTERFACE_ACCOUNT_MANAGER "org.freedesktop.Telepathy.AccountManager"
04331
04338 #define TP_QT4_IFACE_ACCOUNT_MANAGER (QLatin1String("org.freedesktop.Telepathy.AccountManager"))
04339
04345 #define TELEPATHY_INTERFACE_ACCOUNT "org.freedesktop.Telepathy.Account"
04346
04353 #define TP_QT4_IFACE_ACCOUNT (QLatin1String("org.freedesktop.Telepathy.Account"))
04354
04360 #define TELEPATHY_INTERFACE_ACCOUNT_INTERFACE_ADDRESSING "org.freedesktop.Telepathy.Account.Interface.Addressing"
04361
04368 #define TP_QT4_IFACE_ACCOUNT_INTERFACE_ADDRESSING (QLatin1String("org.freedesktop.Telepathy.Account.Interface.Addressing"))
04369
04375 #define TELEPATHY_INTERFACE_ACCOUNT_INTERFACE_AVATAR "org.freedesktop.Telepathy.Account.Interface.Avatar"
04376
04383 #define TP_QT4_IFACE_ACCOUNT_INTERFACE_AVATAR (QLatin1String("org.freedesktop.Telepathy.Account.Interface.Avatar"))
04384
04390 #define TELEPATHY_INTERFACE_ACCOUNT_INTERFACE_STORAGE "org.freedesktop.Telepathy.Account.Interface.Storage"
04391
04398 #define TP_QT4_IFACE_ACCOUNT_INTERFACE_STORAGE (QLatin1String("org.freedesktop.Telepathy.Account.Interface.Storage"))
04399
04405 #define TELEPATHY_INTERFACE_CLIENT "org.freedesktop.Telepathy.Client"
04406
04413 #define TP_QT4_IFACE_CLIENT (QLatin1String("org.freedesktop.Telepathy.Client"))
04414
04420 #define TELEPATHY_INTERFACE_CLIENT_OBSERVER "org.freedesktop.Telepathy.Client.Observer"
04421
04428 #define TP_QT4_IFACE_CLIENT_OBSERVER (QLatin1String("org.freedesktop.Telepathy.Client.Observer"))
04429
04435 #define TELEPATHY_INTERFACE_CLIENT_APPROVER "org.freedesktop.Telepathy.Client.Approver"
04436
04443 #define TP_QT4_IFACE_CLIENT_APPROVER (QLatin1String("org.freedesktop.Telepathy.Client.Approver"))
04444
04450 #define TELEPATHY_INTERFACE_CLIENT_HANDLER "org.freedesktop.Telepathy.Client.Handler"
04451
04458 #define TP_QT4_IFACE_CLIENT_HANDLER (QLatin1String("org.freedesktop.Telepathy.Client.Handler"))
04459
04465 #define TELEPATHY_INTERFACE_CLIENT_INTERFACE_REQUESTS "org.freedesktop.Telepathy.Client.Interface.Requests"
04466
04473 #define TP_QT4_IFACE_CLIENT_INTERFACE_REQUESTS (QLatin1String("org.freedesktop.Telepathy.Client.Interface.Requests"))
04474
04482 #define TELEPATHY_ERROR_NETWORK_ERROR "org.freedesktop.Telepathy.Error.NetworkError"
04483
04492 #define TP_QT4_ERROR_NETWORK_ERROR QLatin1String("org.freedesktop.Telepathy.Error.NetworkError")
04493
04502 #define TELEPATHY_ERROR_NOT_IMPLEMENTED "org.freedesktop.Telepathy.Error.NotImplemented"
04503
04513 #define TP_QT4_ERROR_NOT_IMPLEMENTED QLatin1String("org.freedesktop.Telepathy.Error.NotImplemented")
04514
04522 #define TELEPATHY_ERROR_INVALID_ARGUMENT "org.freedesktop.Telepathy.Error.InvalidArgument"
04523
04532 #define TP_QT4_ERROR_INVALID_ARGUMENT QLatin1String("org.freedesktop.Telepathy.Error.InvalidArgument")
04533
04541 #define TELEPATHY_ERROR_NOT_AVAILABLE "org.freedesktop.Telepathy.Error.NotAvailable"
04542
04551 #define TP_QT4_ERROR_NOT_AVAILABLE QLatin1String("org.freedesktop.Telepathy.Error.NotAvailable")
04552
04560 #define TELEPATHY_ERROR_PERMISSION_DENIED "org.freedesktop.Telepathy.Error.PermissionDenied"
04561
04570 #define TP_QT4_ERROR_PERMISSION_DENIED QLatin1String("org.freedesktop.Telepathy.Error.PermissionDenied")
04571
04583 #define TELEPATHY_ERROR_DISCONNECTED "org.freedesktop.Telepathy.Error.Disconnected"
04584
04597 #define TP_QT4_ERROR_DISCONNECTED QLatin1String("org.freedesktop.Telepathy.Error.Disconnected")
04598
04606 #define TELEPATHY_ERROR_INVALID_HANDLE "org.freedesktop.Telepathy.Error.InvalidHandle"
04607
04616 #define TP_QT4_ERROR_INVALID_HANDLE QLatin1String("org.freedesktop.Telepathy.Error.InvalidHandle")
04617
04625 #define TELEPATHY_ERROR_CHANNEL_BANNED "org.freedesktop.Telepathy.Error.Channel.Banned"
04626
04635 #define TP_QT4_ERROR_CHANNEL_BANNED QLatin1String("org.freedesktop.Telepathy.Error.Channel.Banned")
04636
04644 #define TELEPATHY_ERROR_CHANNEL_FULL "org.freedesktop.Telepathy.Error.Channel.Full"
04645
04654 #define TP_QT4_ERROR_CHANNEL_FULL QLatin1String("org.freedesktop.Telepathy.Error.Channel.Full")
04655
04663 #define TELEPATHY_ERROR_CHANNEL_INVITE_ONLY "org.freedesktop.Telepathy.Error.Channel.InviteOnly"
04664
04673 #define TP_QT4_ERROR_CHANNEL_INVITE_ONLY QLatin1String("org.freedesktop.Telepathy.Error.Channel.InviteOnly")
04674
04689 #define TELEPATHY_ERROR_NOT_YOURS "org.freedesktop.Telepathy.Error.NotYours"
04690
04706 #define TP_QT4_ERROR_NOT_YOURS QLatin1String("org.freedesktop.Telepathy.Error.NotYours")
04707
04724 #define TELEPATHY_ERROR_CANCELLED "org.freedesktop.Telepathy.Error.Cancelled"
04725
04743 #define TP_QT4_ERROR_CANCELLED QLatin1String("org.freedesktop.Telepathy.Error.Cancelled")
04744
04753 #define TELEPATHY_ERROR_AUTHENTICATION_FAILED "org.freedesktop.Telepathy.Error.AuthenticationFailed"
04754
04764 #define TP_QT4_ERROR_AUTHENTICATION_FAILED QLatin1String("org.freedesktop.Telepathy.Error.AuthenticationFailed")
04765
04778 #define TELEPATHY_ERROR_ENCRYPTION_NOT_AVAILABLE "org.freedesktop.Telepathy.Error.EncryptionNotAvailable"
04779
04793 #define TP_QT4_ERROR_ENCRYPTION_NOT_AVAILABLE QLatin1String("org.freedesktop.Telepathy.Error.EncryptionNotAvailable")
04794
04804 #define TELEPATHY_ERROR_ENCRYPTION_ERROR "org.freedesktop.Telepathy.Error.EncryptionError"
04805
04816 #define TP_QT4_ERROR_ENCRYPTION_ERROR QLatin1String("org.freedesktop.Telepathy.Error.EncryptionError")
04817
04831 #define TELEPATHY_ERROR_CERT_NOT_PROVIDED "org.freedesktop.Telepathy.Error.Cert.NotProvided"
04832
04847 #define TP_QT4_ERROR_CERT_NOT_PROVIDED QLatin1String("org.freedesktop.Telepathy.Error.Cert.NotProvided")
04848
04861 #define TELEPATHY_ERROR_CERT_UNTRUSTED "org.freedesktop.Telepathy.Error.Cert.Untrusted"
04862
04876 #define TP_QT4_ERROR_CERT_UNTRUSTED QLatin1String("org.freedesktop.Telepathy.Error.Cert.Untrusted")
04877
04887 #define TELEPATHY_ERROR_CERT_EXPIRED "org.freedesktop.Telepathy.Error.Cert.Expired"
04888
04899 #define TP_QT4_ERROR_CERT_EXPIRED QLatin1String("org.freedesktop.Telepathy.Error.Cert.Expired")
04900
04911 #define TELEPATHY_ERROR_CERT_NOT_ACTIVATED "org.freedesktop.Telepathy.Error.Cert.NotActivated"
04912
04924 #define TP_QT4_ERROR_CERT_NOT_ACTIVATED QLatin1String("org.freedesktop.Telepathy.Error.Cert.NotActivated")
04925
04936 #define TELEPATHY_ERROR_CERT_FINGERPRINT_MISMATCH "org.freedesktop.Telepathy.Error.Cert.FingerprintMismatch"
04937
04949 #define TP_QT4_ERROR_CERT_FINGERPRINT_MISMATCH QLatin1String("org.freedesktop.Telepathy.Error.Cert.FingerprintMismatch")
04950
04969 #define TELEPATHY_ERROR_CERT_HOSTNAME_MISMATCH "org.freedesktop.Telepathy.Error.Cert.HostnameMismatch"
04970
04990 #define TP_QT4_ERROR_CERT_HOSTNAME_MISMATCH QLatin1String("org.freedesktop.Telepathy.Error.Cert.HostnameMismatch")
04991
05002 #define TELEPATHY_ERROR_CERT_SELF_SIGNED "org.freedesktop.Telepathy.Error.Cert.SelfSigned"
05003
05015 #define TP_QT4_ERROR_CERT_SELF_SIGNED QLatin1String("org.freedesktop.Telepathy.Error.Cert.SelfSigned")
05016
05026 #define TELEPATHY_ERROR_CERT_REVOKED "org.freedesktop.Telepathy.Error.Cert.Revoked"
05027
05038 #define TP_QT4_ERROR_CERT_REVOKED QLatin1String("org.freedesktop.Telepathy.Error.Cert.Revoked")
05039
05050 #define TELEPATHY_ERROR_CERT_INSECURE "org.freedesktop.Telepathy.Error.Cert.Insecure"
05051
05063 #define TP_QT4_ERROR_CERT_INSECURE QLatin1String("org.freedesktop.Telepathy.Error.Cert.Insecure")
05064
05075 #define TELEPATHY_ERROR_CERT_INVALID "org.freedesktop.Telepathy.Error.Cert.Invalid"
05076
05088 #define TP_QT4_ERROR_CERT_INVALID QLatin1String("org.freedesktop.Telepathy.Error.Cert.Invalid")
05089
05101 #define TELEPATHY_ERROR_CERT_LIMIT_EXCEEDED "org.freedesktop.Telepathy.Error.Cert.LimitExceeded"
05102
05115 #define TP_QT4_ERROR_CERT_LIMIT_EXCEEDED QLatin1String("org.freedesktop.Telepathy.Error.Cert.LimitExceeded")
05116
05125 #define TELEPATHY_ERROR_NOT_CAPABLE "org.freedesktop.Telepathy.Error.NotCapable"
05126
05136 #define TP_QT4_ERROR_NOT_CAPABLE QLatin1String("org.freedesktop.Telepathy.Error.NotCapable")
05137
05147 #define TELEPATHY_ERROR_OFFLINE "org.freedesktop.Telepathy.Error.Offline"
05148
05159 #define TP_QT4_ERROR_OFFLINE QLatin1String("org.freedesktop.Telepathy.Error.Offline")
05160
05170 #define TELEPATHY_ERROR_CHANNEL_KICKED "org.freedesktop.Telepathy.Error.Channel.Kicked"
05171
05182 #define TP_QT4_ERROR_CHANNEL_KICKED QLatin1String("org.freedesktop.Telepathy.Error.Channel.Kicked")
05183
05195 #define TELEPATHY_ERROR_BUSY "org.freedesktop.Telepathy.Error.Busy"
05196
05209 #define TP_QT4_ERROR_BUSY QLatin1String("org.freedesktop.Telepathy.Error.Busy")
05210
05220 #define TELEPATHY_ERROR_NO_ANSWER "org.freedesktop.Telepathy.Error.NoAnswer"
05221
05232 #define TP_QT4_ERROR_NO_ANSWER QLatin1String("org.freedesktop.Telepathy.Error.NoAnswer")
05233
05243 #define TELEPATHY_ERROR_DOES_NOT_EXIST "org.freedesktop.Telepathy.Error.DoesNotExist"
05244
05255 #define TP_QT4_ERROR_DOES_NOT_EXIST QLatin1String("org.freedesktop.Telepathy.Error.DoesNotExist")
05256
05267 #define TELEPATHY_ERROR_TERMINATED "org.freedesktop.Telepathy.Error.Terminated"
05268
05280 #define TP_QT4_ERROR_TERMINATED QLatin1String("org.freedesktop.Telepathy.Error.Terminated")
05281
05289 #define TELEPATHY_ERROR_CONNECTION_REFUSED "org.freedesktop.Telepathy.Error.ConnectionRefused"
05290
05299 #define TP_QT4_ERROR_CONNECTION_REFUSED QLatin1String("org.freedesktop.Telepathy.Error.ConnectionRefused")
05300
05308 #define TELEPATHY_ERROR_CONNECTION_FAILED "org.freedesktop.Telepathy.Error.ConnectionFailed"
05309
05318 #define TP_QT4_ERROR_CONNECTION_FAILED QLatin1String("org.freedesktop.Telepathy.Error.ConnectionFailed")
05319
05327 #define TELEPATHY_ERROR_CONNECTION_LOST "org.freedesktop.Telepathy.Error.ConnectionLost"
05328
05337 #define TP_QT4_ERROR_CONNECTION_LOST QLatin1String("org.freedesktop.Telepathy.Error.ConnectionLost")
05338
05351 #define TELEPATHY_ERROR_ALREADY_CONNECTED "org.freedesktop.Telepathy.Error.AlreadyConnected"
05352
05366 #define TP_QT4_ERROR_ALREADY_CONNECTED QLatin1String("org.freedesktop.Telepathy.Error.AlreadyConnected")
05367
05382 #define TELEPATHY_ERROR_CONNECTION_REPLACED "org.freedesktop.Telepathy.Error.ConnectionReplaced"
05383
05399 #define TP_QT4_ERROR_CONNECTION_REPLACED QLatin1String("org.freedesktop.Telepathy.Error.ConnectionReplaced")
05400
05409 #define TELEPATHY_ERROR_REGISTRATION_EXISTS "org.freedesktop.Telepathy.Error.RegistrationExists"
05410
05420 #define TP_QT4_ERROR_REGISTRATION_EXISTS QLatin1String("org.freedesktop.Telepathy.Error.RegistrationExists")
05421
05438 #define TELEPATHY_ERROR_SERVICE_BUSY "org.freedesktop.Telepathy.Error.ServiceBusy"
05439
05457 #define TP_QT4_ERROR_SERVICE_BUSY QLatin1String("org.freedesktop.Telepathy.Error.ServiceBusy")
05458
05469 #define TELEPATHY_ERROR_RESOURCE_UNAVAILABLE "org.freedesktop.Telepathy.Error.ResourceUnavailable"
05470
05482 #define TP_QT4_ERROR_RESOURCE_UNAVAILABLE QLatin1String("org.freedesktop.Telepathy.Error.ResourceUnavailable")
05483
05495 #define TELEPATHY_ERROR_WOULD_BREAK_ANONYMITY "org.freedesktop.Telepathy.Error.WouldBreakAnonymity"
05496
05509 #define TP_QT4_ERROR_WOULD_BREAK_ANONYMITY QLatin1String("org.freedesktop.Telepathy.Error.WouldBreakAnonymity")
05510
05519 #define TELEPATHY_ERROR_NOT_YET "org.freedesktop.Telepathy.Error.NotYet"
05520
05530 #define TP_QT4_ERROR_NOT_YET QLatin1String("org.freedesktop.Telepathy.Error.NotYet")
05531
05540 #define TELEPATHY_ERROR_REJECTED "org.freedesktop.Telepathy.Error.Rejected"
05541
05551 #define TP_QT4_ERROR_REJECTED QLatin1String("org.freedesktop.Telepathy.Error.Rejected")
05552
05561 #define TELEPATHY_ERROR_PICKED_UP_ELSEWHERE "org.freedesktop.Telepathy.Error.PickedUpElsewhere"
05562
05572 #define TP_QT4_ERROR_PICKED_UP_ELSEWHERE QLatin1String("org.freedesktop.Telepathy.Error.PickedUpElsewhere")
05573
05586 #define TELEPATHY_ERROR_SERVICE_CONFUSED "org.freedesktop.Telepathy.Error.ServiceConfused"
05587
05601 #define TP_QT4_ERROR_SERVICE_CONFUSED QLatin1String("org.freedesktop.Telepathy.Error.ServiceConfused")
05602
05617 #define TELEPATHY_ERROR_CONFUSED "org.freedesktop.Telepathy.Error.Confused"
05618
05634 #define TP_QT4_ERROR_CONFUSED QLatin1String("org.freedesktop.Telepathy.Error.Confused")
05635
05659 #define TELEPATHY_ERROR_SOFTWARE_UPGRADE_REQUIRED "org.freedesktop.Telepathy.Error.SoftwareUpgradeRequired"
05660
05685 #define TP_QT4_ERROR_SOFTWARE_UPGRADE_REQUIRED QLatin1String("org.freedesktop.Telepathy.Error.SoftwareUpgradeRequired")
05686
05700 #define TELEPATHY_ERROR_EMERGENCY_CALLS_NOT_SUPPORTED "org.freedesktop.Telepathy.Error.EmergencyCallsNotSupported"
05701
05716 #define TP_QT4_ERROR_EMERGENCY_CALLS_NOT_SUPPORTED QLatin1String("org.freedesktop.Telepathy.Error.EmergencyCallsNotSupported")
05717