Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 25, 2020 19:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/a61bb4da582b00323a98942b0ee69e9f to your computer and use it in GitHub Desktop.
Save r-ryantm/a61bb4da582b00323a98942b0ee69e9f to your computer and use it in GitHub Desktop.
/nix/store/5rd1z9h1nx6j036ak5qjv01nfj2hdqk5-libquotient-0.6.2
├── bin
│   └── quotest
├── include
│   └── Quotient
│   ├── application-service
│   │   └── definitions
│   │   ├── location.h
│   │   ├── protocol.h
│   │   └── user.h
│   ├── avatar.h
│   ├── connectiondata.h
│   ├── connection.h
│   ├── converters.h
│   ├── csapi
│   │   ├── account-data.h
│   │   ├── admin.h
│   │   ├── administrative_contact.h
│   │   ├── appservice_room_directory.h
│   │   ├── banning.h
│   │   ├── capabilities.h
│   │   ├── content-repo.h
│   │   ├── create_room.h
│   │   ├── definitions
│   │   │   ├── auth_data.h
│   │   │   ├── client_device.h
│   │   │   ├── device_keys.h
│   │   │   ├── event_filter.h
│   │   │   ├── openid_token.h
│   │   │   ├── public_rooms_response.h
│   │   │   ├── push_condition.h
│   │   │   ├── push_rule.h
│   │   │   ├── push_ruleset.h
│   │   │   ├── request_email_validation.h
│   │   │   ├── request_msisdn_validation.h
│   │   │   ├── request_token_response.h
│   │   │   ├── room_event_filter.h
│   │   │   ├── sync_filter.h
│   │   │   ├── third_party_signed.h
│   │   │   ├── user_identifier.h
│   │   │   └── wellknown
│   │   │   ├── full.h
│   │   │   ├── homeserver.h
│   │   │   └── identity_server.h
│   │   ├── device_management.h
│   │   ├── directory.h
│   │   ├── event_context.h
│   │   ├── filter.h
│   │   ├── inviting.h
│   │   ├── joining.h
│   │   ├── keys.h
│   │   ├── kicking.h
│   │   ├── leaving.h
│   │   ├── list_joined_rooms.h
│   │   ├── list_public_rooms.h
│   │   ├── login.h
│   │   ├── logout.h
│   │   ├── message_pagination.h
│   │   ├── notifications.h
│   │   ├── openid.h
│   │   ├── peeking_events.h
│   │   ├── presence.h
│   │   ├── profile.h
│   │   ├── pusher.h
│   │   ├── pushrules.h
│   │   ├── read_markers.h
│   │   ├── receipts.h
│   │   ├── redaction.h
│   │   ├── registration.h
│   │   ├── report_content.h
│   │   ├── room_send.h
│   │   ├── rooms.h
│   │   ├── room_state.h
│   │   ├── room_upgrades.h
│   │   ├── sso_login_redirect.h
│   │   ├── tags.h
│   │   ├── third_party_lookup.h
│   │   ├── third_party_membership.h
│   │   ├── to_device.h
│   │   ├── typing.h
│   │   ├── users.h
│   │   ├── versions.h
│   │   ├── voip.h
│   │   ├── wellknown.h
│   │   └── whoami.h
│   ├── e2ee.h
│   ├── encryptionmanager.h
│   ├── eventitem.h
│   ├── events
│   │   ├── accountdataevents.h
│   │   ├── callanswerevent.h
│   │   ├── callcandidatesevent.h
│   │   ├── callhangupevent.h
│   │   ├── callinviteevent.h
│   │   ├── directchatevent.h
│   │   ├── encryptedevent.h
│   │   ├── encryptionevent.h
│   │   ├── eventcontent.h
│   │   ├── event.h
│   │   ├── eventloader.h
│   │   ├── reactionevent.h
│   │   ├── receiptevent.h
│   │   ├── redactionevent.h
│   │   ├── roomavatarevent.h
│   │   ├── roomcanonicalaliasevent.h
│   │   ├── roomcreateevent.h
│   │   ├── roomevent.h
│   │   ├── roomkeyevent.h
│   │   ├── roommemberevent.h
│   │   ├── roommessageevent.h
│   │   ├── roompowerlevelsevent.h
│   │   ├── roomtombstoneevent.h
│   │   ├── simplestateevents.h
│   │   ├── stateevent.h
│   │   └── typingevent.h
│   ├── identity
│   │   └── definitions
│   │   ├── request_email_validation.h
│   │   └── request_msisdn_validation.h
│   ├── jobs
│   │   ├── basejob.h
│   │   ├── downloadfilejob.h
│   │   ├── mediathumbnailjob.h
│   │   ├── postreadmarkersjob.h
│   │   ├── requestdata.h
│   │   └── syncjob.h
│   ├── joinstate.h
│   ├── logging.h
│   ├── networkaccessmanager.h
│   ├── networksettings.h
│   ├── qt_connection_util.h
│   ├── quotient_common.h
│   ├── room.h
│   ├── settings.h
│   ├── ssosession.h
│   ├── syncdata.h
│   ├── uri.h
│   ├── uriresolver.h
│   ├── user.h
│   └── util.h
├── lib
│   ├── cmake
│   │   └── Quotient
│   │   ├── QuotientConfig.cmake
│   │   ├── QuotientConfigVersion.cmake
│   │   ├── QuotientTargets.cmake
│   │   └── QuotientTargets-release.cmake
│   ├── libQuotient.a
│   └── pkgconfig
│   └── Quotient.pc
└── share
└── ndk-modules
└── Android.mk
18 directories, 134 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment