Home · All Classes · All Namespaces · Modules · Functions · Files

constants.h

00001 /* Generated from Telepathy D-Bus Interface Specification, TelepathyQt4 copy, version 0.17.7
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 
00081      ConnMgrParamFlagSecret = 8,
00082 
00091      ConnMgrParamFlagDBusProperty = 16
00092 };
00093 
00100 typedef QFlags<ConnMgrParamFlag> ConnMgrParamFlags;
00101 Q_DECLARE_OPERATORS_FOR_FLAGS(ConnMgrParamFlags)
00102 
00103 
00108 enum ConnectionAliasFlag
00109 {
00124      ConnectionAliasFlagUserSet = 1
00125 };
00126 
00133 typedef QFlags<ConnectionAliasFlag> ConnectionAliasFlags;
00134 Q_DECLARE_OPERATORS_FOR_FLAGS(ConnectionAliasFlags)
00135 
00136 
00141 enum AnonymityMode
00142 {
00155      AnonymityModeClientInfo = 1,
00156 
00168      AnonymityModeShowClientInfo = 2,
00169 
00181      AnonymityModeNetworkInfo = 4
00182 };
00183 
00197 typedef QFlags<AnonymityMode> AnonymityModeFlags;
00198 Q_DECLARE_OPERATORS_FOR_FLAGS(AnonymityModeFlags)
00199 
00200 
00205 enum ConnectionCapabilityFlag
00206 {
00211      ConnectionCapabilityFlagCreate = 1,
00212 
00216      ConnectionCapabilityFlagInvite = 2
00217 };
00218 
00225 typedef QFlags<ConnectionCapabilityFlag> ConnectionCapabilityFlags;
00226 Q_DECLARE_OPERATORS_FOR_FLAGS(ConnectionCapabilityFlags)
00227 
00228 
00233 enum ContactInfoFlag
00234 {
00238      ContactInfoFlagCanSet = 1,
00239 
00245      ContactInfoFlagPush = 2
00246 };
00247 
00259 typedef QFlags<ContactInfoFlag> ContactInfoFlags;
00260 Q_DECLARE_OPERATORS_FOR_FLAGS(ContactInfoFlags)
00261 
00262 
00267 enum ContactInfoFieldFlag
00268 {
00281      ContactInfoFieldFlagParametersExact = 1
00282 };
00283 
00292 typedef QFlags<ContactInfoFieldFlag> ContactInfoFieldFlags;
00293 Q_DECLARE_OPERATORS_FOR_FLAGS(ContactInfoFieldFlags)
00294 
00295 
00300 enum LocationFeature
00301 {
00306      LocationFeatureCanSet = 1
00307 };
00308 
00318 typedef QFlags<LocationFeature> LocationFeatures;
00319 Q_DECLARE_OPERATORS_FOR_FLAGS(LocationFeatures)
00320 
00321 
00326 enum MediaStreamPending
00327 {
00332      MediaStreamPendingLocalSend = 1,
00333 
00339      MediaStreamPendingRemoteSend = 2
00340 };
00341 
00348 typedef QFlags<MediaStreamPending> MediaStreamPendingSend;
00349 Q_DECLARE_OPERATORS_FOR_FLAGS(MediaStreamPendingSend)
00350 
00351 
00356 enum ChannelMediaCapability
00357 {
00361      ChannelMediaCapabilityAudio = 1,
00362 
00366      ChannelMediaCapabilityVideo = 2,
00367 
00371      ChannelMediaCapabilityNATTraversalSTUN = 4,
00372 
00377      ChannelMediaCapabilityNATTraversalGTalkP2P = 8,
00378 
00383      ChannelMediaCapabilityNATTraversalICEUDP = 16,
00384 
00389      ChannelMediaCapabilityImmutableStreams = 32
00390 };
00391 
00403 typedef QFlags<ChannelMediaCapability> ChannelMediaCapabilities;
00404 Q_DECLARE_OPERATORS_FOR_FLAGS(ChannelMediaCapabilities)
00405 
00406 
00411 enum ChannelTextMessageFlag
00412 {
00417      ChannelTextMessageFlagTruncated = 1,
00418 
00431      ChannelTextMessageFlagNonTextContent = 2,
00432 
00447      ChannelTextMessageFlagScrollback = 4,
00448 
00462      ChannelTextMessageFlagRescued = 8
00463 };
00464 
00471 typedef QFlags<ChannelTextMessageFlag> ChannelTextMessageFlags;
00472 Q_DECLARE_OPERATORS_FOR_FLAGS(ChannelTextMessageFlags)
00473 
00474 
00479 enum ChannelCallState
00480 {
00485      ChannelCallStateRinging = 1,
00486 
00491      ChannelCallStateQueued = 2,
00492 
00498      ChannelCallStateHeld = 4,
00499 
00505      ChannelCallStateForwarded = 8,
00506 
00514      ChannelCallStateInProgress = 16,
00515 
00526      ChannelCallStateConferenceHost = 32
00527 };
00528 
00537 typedef QFlags<ChannelCallState> ChannelCallStateFlags;
00538 Q_DECLARE_OPERATORS_FOR_FLAGS(ChannelCallStateFlags)
00539 
00540 
00545 enum ChannelGroupFlag
00546 {
00551      ChannelGroupFlagCanAdd = 1,
00552 
00557      ChannelGroupFlagCanRemove = 2,
00558 
00563      ChannelGroupFlagCanRescind = 4,
00564 
00569      ChannelGroupFlagMessageAdd = 8,
00570 
00575      ChannelGroupFlagMessageRemove = 16,
00576 
00581      ChannelGroupFlagMessageAccept = 32,
00582 
00587      ChannelGroupFlagMessageReject = 64,
00588 
00593      ChannelGroupFlagMessageRescind = 128,
00594 
00612      ChannelGroupFlagChannelSpecificHandles = 256,
00613 
00619      ChannelGroupFlagOnlyOneGroup = 512,
00620 
00628      ChannelGroupFlagHandleOwnersNotAvailable = 1024,
00629 
00634      ChannelGroupFlagProperties = 2048,
00635 
00646      ChannelGroupFlagMembersChangedDetailed = 4096,
00647 
00653      ChannelGroupFlagMessageDepart = 8192
00654 };
00655 
00662 typedef QFlags<ChannelGroupFlag> ChannelGroupFlags;
00663 Q_DECLARE_OPERATORS_FOR_FLAGS(ChannelGroupFlags)
00664 
00665 
00670 enum MessagePartSupportFlag
00671 {
00680      MessagePartSupportFlagOneAttachment = 1,
00681 
00688      MessagePartSupportFlagMultipleAttachments = 2
00689 };
00690 
00721 typedef QFlags<MessagePartSupportFlag> MessagePartSupportFlags;
00722 Q_DECLARE_OPERATORS_FOR_FLAGS(MessagePartSupportFlags)
00723 
00724 
00729 enum MessageSendingFlag
00730 {
00746      MessageSendingFlagReportDelivery = 1,
00747 
00753      MessageSendingFlagReportRead = 2,
00754 
00760      MessageSendingFlagReportDeleted = 4
00761 };
00762 
00773 typedef QFlags<MessageSendingFlag> MessageSendingFlags;
00774 Q_DECLARE_OPERATORS_FOR_FLAGS(MessageSendingFlags)
00775 
00776 
00781 enum DeliveryReportingSupportFlag
00782 {
00787      DeliveryReportingSupportFlagReceiveFailures = 1,
00788 
00793      DeliveryReportingSupportFlagReceiveSuccesses = 2,
00794 
00799      DeliveryReportingSupportFlagReceiveRead = 4,
00800 
00805      DeliveryReportingSupportFlagReceiveDeleted = 8
00806 };
00807 
00824 typedef QFlags<DeliveryReportingSupportFlag> DeliveryReportingSupportFlags;
00825 Q_DECLARE_OPERATORS_FOR_FLAGS(DeliveryReportingSupportFlags)
00826 
00827 
00832 enum ChannelPasswordFlag
00833 {
00838      ChannelPasswordFlagProvide = 8
00839 };
00840 
00847 typedef QFlags<ChannelPasswordFlag> ChannelPasswordFlags;
00848 Q_DECLARE_OPERATORS_FOR_FLAGS(ChannelPasswordFlags)
00849 
00850 
00855 enum PropertyFlag
00856 {
00860      PropertyFlagRead = 1,
00861 
00865      PropertyFlagWrite = 2
00866 };
00867 
00874 typedef QFlags<PropertyFlag> PropertyFlags;
00875 Q_DECLARE_OPERATORS_FOR_FLAGS(PropertyFlags)
00876 
00877 
00883 enum HandleType
00884 {
00890      HandleTypeNone = 0,
00891 
00895      HandleTypeContact = 1,
00896 
00900      HandleTypeRoom = 2,
00901 
00905      HandleTypeList = 3,
00906 
00910      HandleTypeGroup = 4
00911 };
00912 
00918 const int NUM_HANDLE_TYPES = (4+1);
00919 
00926 enum ConnectionStatus
00927 {
00931      ConnectionStatusConnected = 0,
00932 
00938      ConnectionStatusConnecting = 1,
00939 
00947      ConnectionStatusDisconnected = 2
00948 };
00949 
00955 const int NUM_CONNECTION_STATUSES = (2+1);
00956 
00967 enum ConnectionStatusReason
00968 {
00976      ConnectionStatusReasonNoneSpecified = 0,
00977 
00987      ConnectionStatusReasonRequested = 1,
00988 
01005      ConnectionStatusReasonNetworkError = 2,
01006 
01014      ConnectionStatusReasonAuthenticationFailed = 3,
01015 
01027      ConnectionStatusReasonEncryptionError = 4,
01028 
01072      ConnectionStatusReasonNameInUse = 5,
01073 
01081      ConnectionStatusReasonCertNotProvided = 6,
01082 
01093      ConnectionStatusReasonCertUntrusted = 7,
01094 
01102      ConnectionStatusReasonCertExpired = 8,
01103 
01111      ConnectionStatusReasonCertNotActivated = 9,
01112 
01120      ConnectionStatusReasonCertHostnameMismatch = 10,
01121 
01130      ConnectionStatusReasonCertFingerprintMismatch = 11,
01131 
01139      ConnectionStatusReasonCertSelfSigned = 12,
01140 
01149      ConnectionStatusReasonCertOtherError = 13,
01150 
01158      ConnectionStatusReasonCertRevoked = 14,
01159 
01168      ConnectionStatusReasonCertInsecure = 15,
01169 
01180      ConnectionStatusReasonCertLimitExceeded = 16
01181 };
01182 
01188 const int NUM_CONNECTION_STATUS_REASONS = (16+1);
01189 
01198 enum ContactListState
01199 {
01204      ContactListStateNone = 0,
01205 
01211      ContactListStateWaiting = 1,
01212 
01221      ContactListStateFailure = 2,
01222 
01228      ContactListStateSuccess = 3
01229 };
01230 
01236 const int NUM_CONTACT_LIST_STATES = (3+1);
01237 
01251 enum SubscriptionState
01252 {
01256      SubscriptionStateUnknown = 0,
01257 
01263      SubscriptionStateNo = 1,
01264 
01271      SubscriptionStateRemovedRemotely = 2,
01272 
01278      SubscriptionStateAsk = 3,
01279 
01283      SubscriptionStateYes = 4
01284 };
01285 
01291 const int NUM_SUBSCRIPTION_STATES = (4+1);
01292 
01338 enum ContactMetadataStorageType
01339 {
01355      ContactMetadataStorageTypeNone = 0,
01356 
01365      ContactMetadataStorageTypeSubscribedOrPending = 1,
01366 
01376      ContactMetadataStorageTypeSubscribed = 2,
01377 
01389      ContactMetadataStorageTypeAnyone = 3
01390 };
01391 
01397 const int NUM_CONTACT_METADATA_STORAGE_TYPES = (3+1);
01398 
01407 enum ServicePointType
01408 {
01414      ServicePointTypeNone = 0,
01415 
01419      ServicePointTypeEmergency = 1,
01420 
01425      ServicePointTypeCounseling = 2
01426 };
01427 
01433 const int NUM_SERVICE_POINT_TYPES = (2+1);
01434 
01441 enum ConnectionPresenceType
01442 {
01448      ConnectionPresenceTypeUnset = 0,
01449 
01453      ConnectionPresenceTypeOffline = 1,
01454 
01458      ConnectionPresenceTypeAvailable = 2,
01459 
01463      ConnectionPresenceTypeAway = 3,
01464 
01468      ConnectionPresenceTypeExtendedAway = 4,
01469 
01473      ConnectionPresenceTypeHidden = 5,
01474 
01478      ConnectionPresenceTypeBusy = 6,
01479 
01484      ConnectionPresenceTypeUnknown = 7,
01485 
01490      ConnectionPresenceTypeError = 8
01491 };
01492 
01498 const int NUM_CONNECTION_PRESENCE_TYPES = (8+1);
01499 
01514 enum AccessControlType
01515 {
01524      AccessControlTypeWhitelist = 0,
01525 
01530      AccessControlTypePublishList = 1,
01531 
01539      AccessControlTypeGroup = 2,
01540 
01544      AccessControlTypeOpen = 3,
01545 
01551      AccessControlTypeSubscribeOrPublishList = 4,
01552 
01557      AccessControlTypeClosed = 5,
01558 
01574      AccessControlTypeNotUnderstood = 6
01575 };
01576 
01582 const int NUM_ACCESS_CONTROL_TYPES = (6+1);
01583 
01603 enum RichPresenceAccessControlType
01604 {
01609      RichPresenceAccessControlTypeWhitelist = 0,
01610 
01616      RichPresenceAccessControlTypePublishList = 1,
01617 
01623      RichPresenceAccessControlTypeGroup = 2,
01624 
01629      RichPresenceAccessControlTypeOpen = 3
01630 };
01631 
01637 const int NUM_RICH_PRESENCE_ACCESS_CONTROL_TYPES = (3+1);
01638 
01645 enum ChannelContactSearchState
01646 {
01650      ChannelContactSearchStateNotStarted = 0,
01651 
01655      ChannelContactSearchStateInProgress = 1,
01656 
01661      ChannelContactSearchStateMoreAvailable = 2,
01662 
01666      ChannelContactSearchStateCompleted = 3,
01667 
01671      ChannelContactSearchStateFailed = 4
01672 };
01673 
01679 const int NUM_CHANNEL_CONTACT_SEARCH_STATES = (4+1);
01680 
01687 enum FileTransferState
01688 {
01693      FileTransferStateNone = 0,
01694 
01700      FileTransferStatePending = 1,
01701 
01707      FileTransferStateAccepted = 2,
01708 
01712      FileTransferStateOpen = 3,
01713 
01717      FileTransferStateCompleted = 4,
01718 
01722      FileTransferStateCancelled = 5
01723 };
01724 
01730 const int NUM_FILE_TRANSFER_STATES = (5+1);
01731 
01738 enum FileTransferStateChangeReason
01739 {
01743      FileTransferStateChangeReasonNone = 0,
01744 
01748      FileTransferStateChangeReasonRequested = 1,
01749 
01753      FileTransferStateChangeReasonLocalStopped = 2,
01754 
01758      FileTransferStateChangeReasonRemoteStopped = 3,
01759 
01763      FileTransferStateChangeReasonLocalError = 4,
01764 
01768      FileTransferStateChangeReasonRemoteError = 5
01769 };
01770 
01776 const int NUM_FILE_TRANSFER_STATE_CHANGE_REASONS = (5+1);
01777 
01784 enum FileHashType
01785 {
01789      FileHashTypeNone = 0,
01790 
01794      FileHashTypeMD5 = 1,
01795 
01799      FileHashTypeSHA1 = 2,
01800 
01804      FileHashTypeSHA256 = 3
01805 };
01806 
01812 const int NUM_FILE_HASH_TYPES = (3+1);
01813 
01820 enum MediaStreamType
01821 {
01825      MediaStreamTypeAudio = 0,
01826 
01830      MediaStreamTypeVideo = 1
01831 };
01832 
01838 const int NUM_MEDIA_STREAM_TYPES = (1+1);
01839 
01846 enum MediaStreamState
01847 {
01851      MediaStreamStateDisconnected = 0,
01852 
01856      MediaStreamStateConnecting = 1,
01857 
01861      MediaStreamStateConnected = 2
01862 };
01863 
01869 const int NUM_MEDIA_STREAM_STATES = (2+1);
01870 
01877 enum MediaStreamDirection
01878 {
01882      MediaStreamDirectionNone = 0,
01883 
01887      MediaStreamDirectionSend = 1,
01888 
01892      MediaStreamDirectionReceive = 2,
01893 
01897      MediaStreamDirectionBidirectional = 3
01898 };
01899 
01905 const int NUM_MEDIA_STREAM_DIRECTIONS = (3+1);
01906 
01913 enum ChannelTextSendError
01914 {
01918      ChannelTextSendErrorUnknown = 0,
01919 
01923      ChannelTextSendErrorOffline = 1,
01924 
01928      ChannelTextSendErrorInvalidContact = 2,
01929 
01933      ChannelTextSendErrorPermissionDenied = 3,
01934 
01938      ChannelTextSendErrorTooLong = 4,
01939 
01944      ChannelTextSendErrorNotImplemented = 5
01945 };
01946 
01952 const int NUM_CHANNEL_TEXT_SEND_ERRORS = (5+1);
01953 
01962 enum ChannelTextMessageType
01963 {
01967      ChannelTextMessageTypeNormal = 0,
01968 
01975      ChannelTextMessageTypeAction = 1,
01976 
01980      ChannelTextMessageTypeNotice = 2,
01981 
01985      ChannelTextMessageTypeAutoReply = 3,
01986 
01992      ChannelTextMessageTypeDeliveryReport = 4
01993 };
01994 
02000 const int NUM_CHANNEL_TEXT_MESSAGE_TYPES = (4+1);
02001 
02008 enum TubeType
02009 {
02014      TubeTypeDBus = 0,
02015 
02020      TubeTypeStream = 1
02021 };
02022 
02028 const int NUM_TUBE_TYPES = (1+1);
02029 
02036 enum TubeState
02037 {
02041      TubeStateLocalPending = 0,
02042 
02046      TubeStateRemotePending = 1,
02047 
02051      TubeStateOpen = 2
02052 };
02053 
02059 const int NUM_TUBE_STATES = (2+1);
02060 
02067 enum ChannelChatState
02068 {
02072      ChannelChatStateGone = 0,
02073 
02077      ChannelChatStateInactive = 1,
02078 
02082      ChannelChatStateActive = 2,
02083 
02087      ChannelChatStatePaused = 3,
02088 
02092      ChannelChatStateComposing = 4
02093 };
02094 
02100 const int NUM_CHANNEL_CHAT_STATES = (4+1);
02101 
02108 enum DTMFEvent
02109 {
02113      DTMFEventDigit0 = 0,
02114 
02118      DTMFEventDigit1 = 1,
02119 
02123      DTMFEventDigit2 = 2,
02124 
02128      DTMFEventDigit3 = 3,
02129 
02133      DTMFEventDigit4 = 4,
02134 
02138      DTMFEventDigit5 = 5,
02139 
02143      DTMFEventDigit6 = 6,
02144 
02148      DTMFEventDigit7 = 7,
02149 
02153      DTMFEventDigit8 = 8,
02154 
02158      DTMFEventDigit9 = 9,
02159 
02163      DTMFEventAsterisk = 10,
02164 
02168      DTMFEventHash = 11,
02169 
02173      DTMFEventLetterA = 12,
02174 
02178      DTMFEventLetterB = 13,
02179 
02183      DTMFEventLetterC = 14,
02184 
02188      DTMFEventLetterD = 15
02189 };
02190 
02196 const int NUM_DTMF_EVENTS = (15+1);
02197 
02217 enum ChannelGroupChangeReason
02218 {
02236      ChannelGroupChangeReasonNone = 0,
02237 
02258      ChannelGroupChangeReasonOffline = 1,
02259 
02268      ChannelGroupChangeReasonKicked = 2,
02269 
02290      ChannelGroupChangeReasonBusy = 3,
02291 
02298      ChannelGroupChangeReasonInvited = 4,
02299 
02308      ChannelGroupChangeReasonBanned = 5,
02309 
02313      ChannelGroupChangeReasonError = 6,
02314 
02337      ChannelGroupChangeReasonInvalidContact = 7,
02338 
02358      ChannelGroupChangeReasonNoAnswer = 8,
02359 
02369      ChannelGroupChangeReasonRenamed = 9,
02370 
02380      ChannelGroupChangeReasonPermissionDenied = 10,
02381 
02409      ChannelGroupChangeReasonSeparated = 11
02410 };
02411 
02417 const int NUM_CHANNEL_GROUP_CHANGE_REASONS = (11+1);
02418 
02427 enum LocalHoldState
02428 {
02433      LocalHoldStateUnheld = 0,
02434 
02438      LocalHoldStateHeld = 1,
02439 
02445      LocalHoldStatePendingHold = 2,
02446 
02452      LocalHoldStatePendingUnhold = 3
02453 };
02454 
02460 const int NUM_LOCAL_HOLD_STATES = (3+1);
02461 
02471 enum LocalHoldStateReason
02472 {
02478      LocalHoldStateReasonNone = 0,
02479 
02483      LocalHoldStateReasonRequested = 1,
02484 
02488      LocalHoldStateReasonResourceNotAvailable = 2
02489 };
02490 
02496 const int NUM_LOCAL_HOLD_STATE_REASONS = (2+1);
02497 
02511 enum DeliveryStatus
02512 {
02519      DeliveryStatusUnknown = 0,
02520 
02524      DeliveryStatusDelivered = 1,
02525 
02532      DeliveryStatusTemporarilyFailed = 2,
02533 
02542      DeliveryStatusPermanentlyFailed = 3,
02543 
02551      DeliveryStatusAccepted = 4,
02552 
02556      DeliveryStatusRead = 5,
02557 
02563      DeliveryStatusDeleted = 6
02564 };
02565 
02571 const int NUM_DELIVERY_STATUSES = (6+1);
02572 
02579 enum TubeChannelState
02580 {
02586      TubeChannelStateLocalPending = 0,
02587 
02592      TubeChannelStateRemotePending = 1,
02593 
02599      TubeChannelStateOpen = 2,
02600 
02607      TubeChannelStateNotOffered = 3
02608 };
02609 
02615 const int NUM_TUBE_CHANNEL_STATES = (3+1);
02616 
02623 enum SocketAddressType
02624 {
02629      SocketAddressTypeUnix = 0,
02630 
02636      SocketAddressTypeAbstractUnix = 1,
02637 
02644      SocketAddressTypeIPv4 = 2,
02645 
02652      SocketAddressTypeIPv6 = 3
02653 };
02654 
02660 const int NUM_SOCKET_ADDRESS_TYPES = (3+1);
02661 
02668 enum SocketAccessControl
02669 {
02676      SocketAccessControlLocalhost = 0,
02677 
02685      SocketAccessControlPort = 1,
02686 
02695      SocketAccessControlNetmask = 2,
02696 
02712      SocketAccessControlCredentials = 3
02713 };
02714 
02720 const int NUM_SOCKET_ACCESS_CONTROLS = (3+1);
02721 
02728 enum MediaStreamError
02729 {
02733      MediaStreamErrorUnknown = 0,
02734 
02738      MediaStreamErrorEOS = 1,
02739 
02747      MediaStreamErrorCodecNegotiationFailed = 2,
02748 
02752      MediaStreamErrorConnectionFailed = 3,
02753 
02758      MediaStreamErrorNetworkError = 4,
02759 
02763      MediaStreamErrorNoCodecs = 5,
02764 
02768      MediaStreamErrorInvalidCMBehavior = 6,
02769 
02773      MediaStreamErrorMediaError = 7
02774 };
02775 
02781 const int NUM_MEDIA_STREAM_ERRORS = (7+1);
02782 
02789 enum MediaStreamBaseProto
02790 {
02794      MediaStreamBaseProtoUDP = 0,
02795 
02799      MediaStreamBaseProtoTCP = 1
02800 };
02801 
02807 const int NUM_MEDIA_STREAM_BASE_PROTOS = (1+1);
02808 
02815 enum MediaStreamTransportType
02816 {
02820      MediaStreamTransportTypeLocal = 0,
02821 
02825      MediaStreamTransportTypeDerived = 1,
02826 
02830      MediaStreamTransportTypeRelay = 2
02831 };
02832 
02838 const int NUM_MEDIA_STREAM_TRANSPORT_TYPES = (2+1);
02839 
02840 }
02841 
02847 #define TELEPATHY_INTERFACE_CONNECTION_MANAGER "org.freedesktop.Telepathy.ConnectionManager"
02848 
02855 #define TP_QT4_IFACE_CONNECTION_MANAGER QLatin1String("org.freedesktop.Telepathy.ConnectionManager")
02856 
02862 #define TELEPATHY_INTERFACE_PROTOCOL "org.freedesktop.Telepathy.Protocol"
02863 
02870 #define TP_QT4_IFACE_PROTOCOL QLatin1String("org.freedesktop.Telepathy.Protocol")
02871 
02877 #define TELEPATHY_INTERFACE_CONNECTION "org.freedesktop.Telepathy.Connection"
02878 
02885 #define TP_QT4_IFACE_CONNECTION QLatin1String("org.freedesktop.Telepathy.Connection")
02886 
02892 #define TELEPATHY_INTERFACE_CONNECTION_INTERFACE_ALIASING "org.freedesktop.Telepathy.Connection.Interface.Aliasing"
02893 
02900 #define TP_QT4_IFACE_CONNECTION_INTERFACE_ALIASING QLatin1String("org.freedesktop.Telepathy.Connection.Interface.Aliasing")
02901 
02907 #define TELEPATHY_INTERFACE_CONNECTION_INTERFACE_ANONYMITY "org.freedesktop.Telepathy.Connection.Interface.Anonymity"
02908 
02915 #define TP_QT4_IFACE_CONNECTION_INTERFACE_ANONYMITY QLatin1String("org.freedesktop.Telepathy.Connection.Interface.Anonymity")
02916 
02922 #define TELEPATHY_INTERFACE_CONNECTION_INTERFACE_AVATARS "org.freedesktop.Telepathy.Connection.Interface.Avatars"
02923 
02930 #define TP_QT4_IFACE_CONNECTION_INTERFACE_AVATARS QLatin1String("org.freedesktop.Telepathy.Connection.Interface.Avatars")
02931 
02937 #define TELEPATHY_INTERFACE_CONNECTION_INTERFACE_BALANCE "org.freedesktop.Telepathy.Connection.Interface.Balance"
02938 
02945 #define TP_QT4_IFACE_CONNECTION_INTERFACE_BALANCE QLatin1String("org.freedesktop.Telepathy.Connection.Interface.Balance")
02946 
02952 #define TELEPATHY_INTERFACE_CONNECTION_INTERFACE_CAPABILITIES "org.freedesktop.Telepathy.Connection.Interface.Capabilities"
02953 
02960 #define TP_QT4_IFACE_CONNECTION_INTERFACE_CAPABILITIES QLatin1String("org.freedesktop.Telepathy.Connection.Interface.Capabilities")
02961 
02967 #define TELEPATHY_INTERFACE_CONNECTION_INTERFACE_CELLULAR "org.freedesktop.Telepathy.Connection.Interface.Cellular"
02968 
02975 #define TP_QT4_IFACE_CONNECTION_INTERFACE_CELLULAR QLatin1String("org.freedesktop.Telepathy.Connection.Interface.Cellular")
02976 
02982 #define TELEPATHY_INTERFACE_CONNECTION_INTERFACE_CLIENT_TYPES "org.freedesktop.Telepathy.Connection.Interface.ClientTypes"
02983 
02990 #define TP_QT4_IFACE_CONNECTION_INTERFACE_CLIENT_TYPES QLatin1String("org.freedesktop.Telepathy.Connection.Interface.ClientTypes")
02991 
02997 #define TELEPATHY_INTERFACE_CONNECTION_INTERFACE_CONTACTS "org.freedesktop.Telepathy.Connection.Interface.Contacts"
02998 
03005 #define TP_QT4_IFACE_CONNECTION_INTERFACE_CONTACTS QLatin1String("org.freedesktop.Telepathy.Connection.Interface.Contacts")
03006 
03012 #define TELEPATHY_INTERFACE_CONNECTION_INTERFACE_CONTACT_CAPABILITIES "org.freedesktop.Telepathy.Connection.Interface.ContactCapabilities"
03013 
03020 #define TP_QT4_IFACE_CONNECTION_INTERFACE_CONTACT_CAPABILITIES QLatin1String("org.freedesktop.Telepathy.Connection.Interface.ContactCapabilities")
03021 
03027 #define TELEPATHY_INTERFACE_CONNECTION_INTERFACE_CONTACT_GROUPS "org.freedesktop.Telepathy.Connection.Interface.ContactGroups"
03028 
03035 #define TP_QT4_IFACE_CONNECTION_INTERFACE_CONTACT_GROUPS QLatin1String("org.freedesktop.Telepathy.Connection.Interface.ContactGroups")
03036 
03042 #define TELEPATHY_INTERFACE_CONNECTION_INTERFACE_CONTACT_INFO "org.freedesktop.Telepathy.Connection.Interface.ContactInfo"
03043 
03050 #define TP_QT4_IFACE_CONNECTION_INTERFACE_CONTACT_INFO QLatin1String("org.freedesktop.Telepathy.Connection.Interface.ContactInfo")
03051 
03057 #define TELEPATHY_INTERFACE_CONNECTION_INTERFACE_CONTACT_LIST "org.freedesktop.Telepathy.Connection.Interface.ContactList"
03058 
03065 #define TP_QT4_IFACE_CONNECTION_INTERFACE_CONTACT_LIST QLatin1String("org.freedesktop.Telepathy.Connection.Interface.ContactList")
03066 
03072 #define TELEPATHY_INTERFACE_CONNECTION_INTERFACE_LOCATION "org.freedesktop.Telepathy.Connection.Interface.Location"
03073 
03080 #define TP_QT4_IFACE_CONNECTION_INTERFACE_LOCATION QLatin1String("org.freedesktop.Telepathy.Connection.Interface.Location")
03081 
03087 #define TELEPATHY_INTERFACE_CONNECTION_INTERFACE_PRESENCE "org.freedesktop.Telepathy.Connection.Interface.Presence"
03088 
03095 #define TP_QT4_IFACE_CONNECTION_INTERFACE_PRESENCE QLatin1String("org.freedesktop.Telepathy.Connection.Interface.Presence")
03096 
03102 #define TELEPATHY_INTERFACE_CONNECTION_INTERFACE_POWER_SAVING "org.freedesktop.Telepathy.Connection.Interface.PowerSaving.DRAFT"
03103 
03110 #define TP_QT4_IFACE_CONNECTION_INTERFACE_POWER_SAVING QLatin1String("org.freedesktop.Telepathy.Connection.Interface.PowerSaving.DRAFT")
03111 
03117 #define TELEPATHY_INTERFACE_CONNECTION_INTERFACE_REQUESTS "org.freedesktop.Telepathy.Connection.Interface.Requests"
03118 
03125 #define TP_QT4_IFACE_CONNECTION_INTERFACE_REQUESTS QLatin1String("org.freedesktop.Telepathy.Connection.Interface.Requests")
03126 
03132 #define TELEPATHY_INTERFACE_CONNECTION_INTERFACE_SERVICE_POINT "org.freedesktop.Telepathy.Connection.Interface.ServicePoint"
03133 
03140 #define TP_QT4_IFACE_CONNECTION_INTERFACE_SERVICE_POINT QLatin1String("org.freedesktop.Telepathy.Connection.Interface.ServicePoint")
03141 
03147 #define TELEPATHY_INTERFACE_CONNECTION_INTERFACE_SIMPLE_PRESENCE "org.freedesktop.Telepathy.Connection.Interface.SimplePresence"
03148 
03155 #define TP_QT4_IFACE_CONNECTION_INTERFACE_SIMPLE_PRESENCE QLatin1String("org.freedesktop.Telepathy.Connection.Interface.SimplePresence")
03156 
03162 #define TELEPATHY_INTERFACE_CHANNEL "org.freedesktop.Telepathy.Channel"
03163 
03170 #define TP_QT4_IFACE_CHANNEL QLatin1String("org.freedesktop.Telepathy.Channel")
03171 
03177 #define TELEPATHY_INTERFACE_CHANNEL_TYPE_CONTACT_LIST "org.freedesktop.Telepathy.Channel.Type.ContactList"
03178 
03185 #define TP_QT4_IFACE_CHANNEL_TYPE_CONTACT_LIST QLatin1String("org.freedesktop.Telepathy.Channel.Type.ContactList")
03186 
03192 #define TELEPATHY_INTERFACE_CHANNEL_TYPE_CONTACT_SEARCH "org.freedesktop.Telepathy.Channel.Type.ContactSearch"
03193 
03200 #define TP_QT4_IFACE_CHANNEL_TYPE_CONTACT_SEARCH QLatin1String("org.freedesktop.Telepathy.Channel.Type.ContactSearch")
03201 
03207 #define TELEPATHY_INTERFACE_CHANNEL_TYPE_FILE_TRANSFER "org.freedesktop.Telepathy.Channel.Type.FileTransfer"
03208 
03215 #define TP_QT4_IFACE_CHANNEL_TYPE_FILE_TRANSFER QLatin1String("org.freedesktop.Telepathy.Channel.Type.FileTransfer")
03216 
03222 #define TELEPATHY_INTERFACE_CHANNEL_TYPE_STREAMED_MEDIA "org.freedesktop.Telepathy.Channel.Type.StreamedMedia"
03223 
03230 #define TP_QT4_IFACE_CHANNEL_TYPE_STREAMED_MEDIA QLatin1String("org.freedesktop.Telepathy.Channel.Type.StreamedMedia")
03231 
03237 #define TELEPATHY_INTERFACE_CHANNEL_TYPE_ROOM_LIST "org.freedesktop.Telepathy.Channel.Type.RoomList"
03238 
03245 #define TP_QT4_IFACE_CHANNEL_TYPE_ROOM_LIST QLatin1String("org.freedesktop.Telepathy.Channel.Type.RoomList")
03246 
03252 #define TELEPATHY_INTERFACE_CHANNEL_TYPE_TEXT "org.freedesktop.Telepathy.Channel.Type.Text"
03253 
03260 #define TP_QT4_IFACE_CHANNEL_TYPE_TEXT QLatin1String("org.freedesktop.Telepathy.Channel.Type.Text")
03261 
03267 #define TELEPATHY_INTERFACE_CHANNEL_TYPE_TUBES "org.freedesktop.Telepathy.Channel.Type.Tubes"
03268 
03275 #define TP_QT4_IFACE_CHANNEL_TYPE_TUBES QLatin1String("org.freedesktop.Telepathy.Channel.Type.Tubes")
03276 
03282 #define TELEPATHY_INTERFACE_CHANNEL_TYPE_STREAM_TUBE "org.freedesktop.Telepathy.Channel.Type.StreamTube"
03283 
03290 #define TP_QT4_IFACE_CHANNEL_TYPE_STREAM_TUBE QLatin1String("org.freedesktop.Telepathy.Channel.Type.StreamTube")
03291 
03297 #define TELEPATHY_INTERFACE_CHANNEL_TYPE_SERVER_TLS_CONNECTION "org.freedesktop.Telepathy.Channel.Type.ServerTLSConnection"
03298 
03305 #define TP_QT4_IFACE_CHANNEL_TYPE_SERVER_TLS_CONNECTION QLatin1String("org.freedesktop.Telepathy.Channel.Type.ServerTLSConnection")
03306 
03312 #define TELEPATHY_INTERFACE_CHANNEL_INTERFACE_ANONYMITY "org.freedesktop.Telepathy.Channel.Interface.Anonymity"
03313 
03320 #define TP_QT4_IFACE_CHANNEL_INTERFACE_ANONYMITY QLatin1String("org.freedesktop.Telepathy.Channel.Interface.Anonymity")
03321 
03327 #define TELEPATHY_INTERFACE_CHANNEL_INTERFACE_CALL_STATE "org.freedesktop.Telepathy.Channel.Interface.CallState"
03328 
03335 #define TP_QT4_IFACE_CHANNEL_INTERFACE_CALL_STATE QLatin1String("org.freedesktop.Telepathy.Channel.Interface.CallState")
03336 
03342 #define TELEPATHY_INTERFACE_CHANNEL_INTERFACE_CHAT_STATE "org.freedesktop.Telepathy.Channel.Interface.ChatState"
03343 
03350 #define TP_QT4_IFACE_CHANNEL_INTERFACE_CHAT_STATE QLatin1String("org.freedesktop.Telepathy.Channel.Interface.ChatState")
03351 
03357 #define TELEPATHY_INTERFACE_CHANNEL_INTERFACE_CONFERENCE "org.freedesktop.Telepathy.Channel.Interface.Conference"
03358 
03365 #define TP_QT4_IFACE_CHANNEL_INTERFACE_CONFERENCE QLatin1String("org.freedesktop.Telepathy.Channel.Interface.Conference")
03366 
03372 #define TELEPATHY_INTERFACE_CHANNEL_INTERFACE_DTMF "org.freedesktop.Telepathy.Channel.Interface.DTMF"
03373 
03380 #define TP_QT4_IFACE_CHANNEL_INTERFACE_DTMF QLatin1String("org.freedesktop.Telepathy.Channel.Interface.DTMF")
03381 
03387 #define TELEPATHY_INTERFACE_CHANNEL_INTERFACE_GROUP "org.freedesktop.Telepathy.Channel.Interface.Group"
03388 
03395 #define TP_QT4_IFACE_CHANNEL_INTERFACE_GROUP QLatin1String("org.freedesktop.Telepathy.Channel.Interface.Group")
03396 
03402 #define TELEPATHY_INTERFACE_CHANNEL_INTERFACE_HOLD "org.freedesktop.Telepathy.Channel.Interface.Hold"
03403 
03410 #define TP_QT4_IFACE_CHANNEL_INTERFACE_HOLD QLatin1String("org.freedesktop.Telepathy.Channel.Interface.Hold")
03411 
03417 #define TELEPATHY_INTERFACE_CHANNEL_INTERFACE_MEDIA_SIGNALLING "org.freedesktop.Telepathy.Channel.Interface.MediaSignalling"
03418 
03425 #define TP_QT4_IFACE_CHANNEL_INTERFACE_MEDIA_SIGNALLING QLatin1String("org.freedesktop.Telepathy.Channel.Interface.MediaSignalling")
03426 
03432 #define TELEPATHY_INTERFACE_CHANNEL_INTERFACE_MESSAGES "org.freedesktop.Telepathy.Channel.Interface.Messages"
03433 
03440 #define TP_QT4_IFACE_CHANNEL_INTERFACE_MESSAGES QLatin1String("org.freedesktop.Telepathy.Channel.Interface.Messages")
03441 
03447 #define TELEPATHY_INTERFACE_CHANNEL_INTERFACE_PASSWORD "org.freedesktop.Telepathy.Channel.Interface.Password"
03448 
03455 #define TP_QT4_IFACE_CHANNEL_INTERFACE_PASSWORD QLatin1String("org.freedesktop.Telepathy.Channel.Interface.Password")
03456 
03462 #define TELEPATHY_INTERFACE_CHANNEL_INTERFACE_SERVICE_POINT "org.freedesktop.Telepathy.Channel.Interface.ServicePoint"
03463 
03470 #define TP_QT4_IFACE_CHANNEL_INTERFACE_SERVICE_POINT QLatin1String("org.freedesktop.Telepathy.Channel.Interface.ServicePoint")
03471 
03477 #define TELEPATHY_INTERFACE_CHANNEL_INTERFACE_TUBE "org.freedesktop.Telepathy.Channel.Interface.Tube"
03478 
03485 #define TP_QT4_IFACE_CHANNEL_INTERFACE_TUBE QLatin1String("org.freedesktop.Telepathy.Channel.Interface.Tube")
03486 
03492 #define TELEPATHY_INTERFACE_CHANNEL_DISPATCHER "org.freedesktop.Telepathy.ChannelDispatcher"
03493 
03500 #define TP_QT4_IFACE_CHANNEL_DISPATCHER QLatin1String("org.freedesktop.Telepathy.ChannelDispatcher")
03501 
03507 #define TELEPATHY_INTERFACE_CHANNEL_DISPATCH_OPERATION "org.freedesktop.Telepathy.ChannelDispatchOperation"
03508 
03515 #define TP_QT4_IFACE_CHANNEL_DISPATCH_OPERATION QLatin1String("org.freedesktop.Telepathy.ChannelDispatchOperation")
03516 
03522 #define TELEPATHY_INTERFACE_CHANNEL_REQUEST "org.freedesktop.Telepathy.ChannelRequest"
03523 
03530 #define TP_QT4_IFACE_CHANNEL_REQUEST QLatin1String("org.freedesktop.Telepathy.ChannelRequest")
03531 
03537 #define TELEPATHY_INTERFACE_MEDIA_SESSION_HANDLER "org.freedesktop.Telepathy.Media.SessionHandler"
03538 
03545 #define TP_QT4_IFACE_MEDIA_SESSION_HANDLER QLatin1String("org.freedesktop.Telepathy.Media.SessionHandler")
03546 
03552 #define TELEPATHY_INTERFACE_MEDIA_STREAM_HANDLER "org.freedesktop.Telepathy.Media.StreamHandler"
03553 
03560 #define TP_QT4_IFACE_MEDIA_STREAM_HANDLER QLatin1String("org.freedesktop.Telepathy.Media.StreamHandler")
03561 
03567 #define TELEPATHY_INTERFACE_DBUS_DAEMON "org.freedesktop.DBus"
03568 
03575 #define TP_QT4_IFACE_DBUS_DAEMON QLatin1String("org.freedesktop.DBus")
03576 
03582 #define TELEPATHY_INTERFACE_INTROSPECTABLE "org.freedesktop.DBus.Introspectable"
03583 
03590 #define TP_QT4_IFACE_INTROSPECTABLE QLatin1String("org.freedesktop.DBus.Introspectable")
03591 
03597 #define TELEPATHY_INTERFACE_PEER "org.freedesktop.DBus.Peer"
03598 
03605 #define TP_QT4_IFACE_PEER QLatin1String("org.freedesktop.DBus.Peer")
03606 
03612 #define TELEPATHY_INTERFACE_PROPERTIES "org.freedesktop.DBus.Properties"
03613 
03620 #define TP_QT4_IFACE_PROPERTIES QLatin1String("org.freedesktop.DBus.Properties")
03621 
03627 #define TELEPATHY_INTERFACE_PROPERTIES_INTERFACE "org.freedesktop.Telepathy.Properties"
03628 
03635 #define TP_QT4_IFACE_PROPERTIES_INTERFACE QLatin1String("org.freedesktop.Telepathy.Properties")
03636 
03642 #define TELEPATHY_INTERFACE_ACCOUNT_MANAGER "org.freedesktop.Telepathy.AccountManager"
03643 
03650 #define TP_QT4_IFACE_ACCOUNT_MANAGER QLatin1String("org.freedesktop.Telepathy.AccountManager")
03651 
03657 #define TELEPATHY_INTERFACE_ACCOUNT "org.freedesktop.Telepathy.Account"
03658 
03665 #define TP_QT4_IFACE_ACCOUNT QLatin1String("org.freedesktop.Telepathy.Account")
03666 
03672 #define TELEPATHY_INTERFACE_ACCOUNT_INTERFACE_AVATAR "org.freedesktop.Telepathy.Account.Interface.Avatar"
03673 
03680 #define TP_QT4_IFACE_ACCOUNT_INTERFACE_AVATAR QLatin1String("org.freedesktop.Telepathy.Account.Interface.Avatar")
03681 
03687 #define TELEPATHY_INTERFACE_CLIENT "org.freedesktop.Telepathy.Client"
03688 
03695 #define TP_QT4_IFACE_CLIENT QLatin1String("org.freedesktop.Telepathy.Client")
03696 
03702 #define TELEPATHY_INTERFACE_CLIENT_OBSERVER "org.freedesktop.Telepathy.Client.Observer"
03703 
03710 #define TP_QT4_IFACE_CLIENT_OBSERVER QLatin1String("org.freedesktop.Telepathy.Client.Observer")
03711 
03717 #define TELEPATHY_INTERFACE_CLIENT_APPROVER "org.freedesktop.Telepathy.Client.Approver"
03718 
03725 #define TP_QT4_IFACE_CLIENT_APPROVER QLatin1String("org.freedesktop.Telepathy.Client.Approver")
03726 
03732 #define TELEPATHY_INTERFACE_CLIENT_HANDLER "org.freedesktop.Telepathy.Client.Handler"
03733 
03740 #define TP_QT4_IFACE_CLIENT_HANDLER QLatin1String("org.freedesktop.Telepathy.Client.Handler")
03741 
03747 #define TELEPATHY_INTERFACE_CLIENT_INTERFACE_REQUESTS "org.freedesktop.Telepathy.Client.Interface.Requests"
03748 
03755 #define TP_QT4_IFACE_CLIENT_INTERFACE_REQUESTS QLatin1String("org.freedesktop.Telepathy.Client.Interface.Requests")
03756 
03764 #define TELEPATHY_ERROR_NETWORK_ERROR "org.freedesktop.Telepathy.Error.NetworkError"
03765 
03774 #define TP_QT4_ERROR_NETWORK_ERROR QLatin1String("org.freedesktop.Telepathy.Error.NetworkError")
03775 
03784 #define TELEPATHY_ERROR_NOT_IMPLEMENTED "org.freedesktop.Telepathy.Error.NotImplemented"
03785 
03795 #define TP_QT4_ERROR_NOT_IMPLEMENTED QLatin1String("org.freedesktop.Telepathy.Error.NotImplemented")
03796 
03804 #define TELEPATHY_ERROR_INVALID_ARGUMENT "org.freedesktop.Telepathy.Error.InvalidArgument"
03805 
03814 #define TP_QT4_ERROR_INVALID_ARGUMENT QLatin1String("org.freedesktop.Telepathy.Error.InvalidArgument")
03815 
03823 #define TELEPATHY_ERROR_NOT_AVAILABLE "org.freedesktop.Telepathy.Error.NotAvailable"
03824 
03833 #define TP_QT4_ERROR_NOT_AVAILABLE QLatin1String("org.freedesktop.Telepathy.Error.NotAvailable")
03834 
03842 #define TELEPATHY_ERROR_PERMISSION_DENIED "org.freedesktop.Telepathy.Error.PermissionDenied"
03843 
03852 #define TP_QT4_ERROR_PERMISSION_DENIED QLatin1String("org.freedesktop.Telepathy.Error.PermissionDenied")
03853 
03865 #define TELEPATHY_ERROR_DISCONNECTED "org.freedesktop.Telepathy.Error.Disconnected"
03866 
03879 #define TP_QT4_ERROR_DISCONNECTED QLatin1String("org.freedesktop.Telepathy.Error.Disconnected")
03880 
03888 #define TELEPATHY_ERROR_INVALID_HANDLE "org.freedesktop.Telepathy.Error.InvalidHandle"
03889 
03898 #define TP_QT4_ERROR_INVALID_HANDLE QLatin1String("org.freedesktop.Telepathy.Error.InvalidHandle")
03899 
03907 #define TELEPATHY_ERROR_CHANNEL_BANNED "org.freedesktop.Telepathy.Error.Channel.Banned"
03908 
03917 #define TP_QT4_ERROR_CHANNEL_BANNED QLatin1String("org.freedesktop.Telepathy.Error.Channel.Banned")
03918 
03926 #define TELEPATHY_ERROR_CHANNEL_FULL "org.freedesktop.Telepathy.Error.Channel.Full"
03927 
03936 #define TP_QT4_ERROR_CHANNEL_FULL QLatin1String("org.freedesktop.Telepathy.Error.Channel.Full")
03937 
03945 #define TELEPATHY_ERROR_CHANNEL_INVITE_ONLY "org.freedesktop.Telepathy.Error.Channel.InviteOnly"
03946 
03955 #define TP_QT4_ERROR_CHANNEL_INVITE_ONLY QLatin1String("org.freedesktop.Telepathy.Error.Channel.InviteOnly")
03956 
03969 #define TELEPATHY_ERROR_NOT_YOURS "org.freedesktop.Telepathy.Error.NotYours"
03970 
03984 #define TP_QT4_ERROR_NOT_YOURS QLatin1String("org.freedesktop.Telepathy.Error.NotYours")
03985 
04002 #define TELEPATHY_ERROR_CANCELLED "org.freedesktop.Telepathy.Error.Cancelled"
04003 
04021 #define TP_QT4_ERROR_CANCELLED QLatin1String("org.freedesktop.Telepathy.Error.Cancelled")
04022 
04031 #define TELEPATHY_ERROR_AUTHENTICATION_FAILED "org.freedesktop.Telepathy.Error.AuthenticationFailed"
04032 
04042 #define TP_QT4_ERROR_AUTHENTICATION_FAILED QLatin1String("org.freedesktop.Telepathy.Error.AuthenticationFailed")
04043 
04056 #define TELEPATHY_ERROR_ENCRYPTION_NOT_AVAILABLE "org.freedesktop.Telepathy.Error.EncryptionNotAvailable"
04057 
04071 #define TP_QT4_ERROR_ENCRYPTION_NOT_AVAILABLE QLatin1String("org.freedesktop.Telepathy.Error.EncryptionNotAvailable")
04072 
04082 #define TELEPATHY_ERROR_ENCRYPTION_ERROR "org.freedesktop.Telepathy.Error.EncryptionError"
04083 
04094 #define TP_QT4_ERROR_ENCRYPTION_ERROR QLatin1String("org.freedesktop.Telepathy.Error.EncryptionError")
04095 
04109 #define TELEPATHY_ERROR_CERT_NOT_PROVIDED "org.freedesktop.Telepathy.Error.Cert.NotProvided"
04110 
04125 #define TP_QT4_ERROR_CERT_NOT_PROVIDED QLatin1String("org.freedesktop.Telepathy.Error.Cert.NotProvided")
04126 
04139 #define TELEPATHY_ERROR_CERT_UNTRUSTED "org.freedesktop.Telepathy.Error.Cert.Untrusted"
04140 
04154 #define TP_QT4_ERROR_CERT_UNTRUSTED QLatin1String("org.freedesktop.Telepathy.Error.Cert.Untrusted")
04155 
04165 #define TELEPATHY_ERROR_CERT_EXPIRED "org.freedesktop.Telepathy.Error.Cert.Expired"
04166 
04177 #define TP_QT4_ERROR_CERT_EXPIRED QLatin1String("org.freedesktop.Telepathy.Error.Cert.Expired")
04178 
04189 #define TELEPATHY_ERROR_CERT_NOT_ACTIVATED "org.freedesktop.Telepathy.Error.Cert.NotActivated"
04190 
04202 #define TP_QT4_ERROR_CERT_NOT_ACTIVATED QLatin1String("org.freedesktop.Telepathy.Error.Cert.NotActivated")
04203 
04214 #define TELEPATHY_ERROR_CERT_FINGERPRINT_MISMATCH "org.freedesktop.Telepathy.Error.Cert.FingerprintMismatch"
04215 
04227 #define TP_QT4_ERROR_CERT_FINGERPRINT_MISMATCH QLatin1String("org.freedesktop.Telepathy.Error.Cert.FingerprintMismatch")
04228 
04245 #define TELEPATHY_ERROR_CERT_HOSTNAME_MISMATCH "org.freedesktop.Telepathy.Error.Cert.HostnameMismatch"
04246 
04264 #define TP_QT4_ERROR_CERT_HOSTNAME_MISMATCH QLatin1String("org.freedesktop.Telepathy.Error.Cert.HostnameMismatch")
04265 
04276 #define TELEPATHY_ERROR_CERT_SELF_SIGNED "org.freedesktop.Telepathy.Error.Cert.SelfSigned"
04277 
04289 #define TP_QT4_ERROR_CERT_SELF_SIGNED QLatin1String("org.freedesktop.Telepathy.Error.Cert.SelfSigned")
04290 
04300 #define TELEPATHY_ERROR_CERT_REVOKED "org.freedesktop.Telepathy.Error.Cert.Revoked"
04301 
04312 #define TP_QT4_ERROR_CERT_REVOKED QLatin1String("org.freedesktop.Telepathy.Error.Cert.Revoked")
04313 
04324 #define TELEPATHY_ERROR_CERT_INSECURE "org.freedesktop.Telepathy.Error.Cert.Insecure"
04325 
04337 #define TP_QT4_ERROR_CERT_INSECURE QLatin1String("org.freedesktop.Telepathy.Error.Cert.Insecure")
04338 
04349 #define TELEPATHY_ERROR_CERT_INVALID "org.freedesktop.Telepathy.Error.Cert.Invalid"
04350 
04362 #define TP_QT4_ERROR_CERT_INVALID QLatin1String("org.freedesktop.Telepathy.Error.Cert.Invalid")
04363 
04375 #define TELEPATHY_ERROR_CERT_LIMIT_EXCEEDED "org.freedesktop.Telepathy.Error.Cert.LimitExceeded"
04376 
04389 #define TP_QT4_ERROR_CERT_LIMIT_EXCEEDED QLatin1String("org.freedesktop.Telepathy.Error.Cert.LimitExceeded")
04390 
04399 #define TELEPATHY_ERROR_NOT_CAPABLE "org.freedesktop.Telepathy.Error.NotCapable"
04400 
04410 #define TP_QT4_ERROR_NOT_CAPABLE QLatin1String("org.freedesktop.Telepathy.Error.NotCapable")
04411 
04421 #define TELEPATHY_ERROR_OFFLINE "org.freedesktop.Telepathy.Error.Offline"
04422 
04433 #define TP_QT4_ERROR_OFFLINE QLatin1String("org.freedesktop.Telepathy.Error.Offline")
04434 
04444 #define TELEPATHY_ERROR_CHANNEL_KICKED "org.freedesktop.Telepathy.Error.Channel.Kicked"
04445 
04456 #define TP_QT4_ERROR_CHANNEL_KICKED QLatin1String("org.freedesktop.Telepathy.Error.Channel.Kicked")
04457 
04469 #define TELEPATHY_ERROR_BUSY "org.freedesktop.Telepathy.Error.Busy"
04470 
04483 #define TP_QT4_ERROR_BUSY QLatin1String("org.freedesktop.Telepathy.Error.Busy")
04484 
04494 #define TELEPATHY_ERROR_NO_ANSWER "org.freedesktop.Telepathy.Error.NoAnswer"
04495 
04506 #define TP_QT4_ERROR_NO_ANSWER QLatin1String("org.freedesktop.Telepathy.Error.NoAnswer")
04507 
04517 #define TELEPATHY_ERROR_DOES_NOT_EXIST "org.freedesktop.Telepathy.Error.DoesNotExist"
04518 
04529 #define TP_QT4_ERROR_DOES_NOT_EXIST QLatin1String("org.freedesktop.Telepathy.Error.DoesNotExist")
04530 
04541 #define TELEPATHY_ERROR_TERMINATED "org.freedesktop.Telepathy.Error.Terminated"
04542 
04554 #define TP_QT4_ERROR_TERMINATED QLatin1String("org.freedesktop.Telepathy.Error.Terminated")
04555 
04563 #define TELEPATHY_ERROR_CONNECTION_REFUSED "org.freedesktop.Telepathy.Error.ConnectionRefused"
04564 
04573 #define TP_QT4_ERROR_CONNECTION_REFUSED QLatin1String("org.freedesktop.Telepathy.Error.ConnectionRefused")
04574 
04582 #define TELEPATHY_ERROR_CONNECTION_FAILED "org.freedesktop.Telepathy.Error.ConnectionFailed"
04583 
04592 #define TP_QT4_ERROR_CONNECTION_FAILED QLatin1String("org.freedesktop.Telepathy.Error.ConnectionFailed")
04593 
04601 #define TELEPATHY_ERROR_CONNECTION_LOST "org.freedesktop.Telepathy.Error.ConnectionLost"
04602 
04611 #define TP_QT4_ERROR_CONNECTION_LOST QLatin1String("org.freedesktop.Telepathy.Error.ConnectionLost")
04612 
04625 #define TELEPATHY_ERROR_ALREADY_CONNECTED "org.freedesktop.Telepathy.Error.AlreadyConnected"
04626 
04640 #define TP_QT4_ERROR_ALREADY_CONNECTED QLatin1String("org.freedesktop.Telepathy.Error.AlreadyConnected")
04641 
04656 #define TELEPATHY_ERROR_CONNECTION_REPLACED "org.freedesktop.Telepathy.Error.ConnectionReplaced"
04657 
04673 #define TP_QT4_ERROR_CONNECTION_REPLACED QLatin1String("org.freedesktop.Telepathy.Error.ConnectionReplaced")
04674 
04683 #define TELEPATHY_ERROR_REGISTRATION_EXISTS "org.freedesktop.Telepathy.Error.RegistrationExists"
04684 
04694 #define TP_QT4_ERROR_REGISTRATION_EXISTS QLatin1String("org.freedesktop.Telepathy.Error.RegistrationExists")
04695 
04710 #define TELEPATHY_ERROR_SERVICE_BUSY "org.freedesktop.Telepathy.Error.ServiceBusy"
04711 
04727 #define TP_QT4_ERROR_SERVICE_BUSY QLatin1String("org.freedesktop.Telepathy.Error.ServiceBusy")
04728 
04739 #define TELEPATHY_ERROR_RESOURCE_UNAVAILABLE "org.freedesktop.Telepathy.Error.ResourceUnavailable"
04740 
04752 #define TP_QT4_ERROR_RESOURCE_UNAVAILABLE QLatin1String("org.freedesktop.Telepathy.Error.ResourceUnavailable")
04753 
04765 #define TELEPATHY_ERROR_WOULD_BREAK_ANONYMITY "org.freedesktop.Telepathy.Error.WouldBreakAnonymity"
04766 
04779 #define TP_QT4_ERROR_WOULD_BREAK_ANONYMITY QLatin1String("org.freedesktop.Telepathy.Error.WouldBreakAnonymity")
04780 
04789 #define TELEPATHY_ERROR_NOT_YET "org.freedesktop.Telepathy.Error.NotYet"
04790 
04800 #define TP_QT4_ERROR_NOT_YET QLatin1String("org.freedesktop.Telepathy.Error.NotYet")
04801 


Copyright © 2008-2010 Collabora Ltd. and Nokia Corporation
Telepathy-Qt4 0.4.4