Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 17, 2019 12:26
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 ryantm/743d2a2f58d8a876e08d9b5404aaac63 to your computer and use it in GitHub Desktop.
Save ryantm/743d2a2f58d8a876e08d9b5404aaac63 to your computer and use it in GitHub Desktop.
/nix/store/svxj4zrnxqkvmcm7zsz6gkry95nfrh6v-libqmatrixclient-0.4.2.1
├── bin
│   └── qmc-example
├── include
│   ├── 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
│   │   ├── content-repo.h
│   │   ├── create_room.h
│   │   ├── definitions
│   │   │   ├── auth_data.h
│   │   │   ├── client_device.h
│   │   │   ├── device_keys.h
│   │   │   ├── event_filter.h
│   │   │   ├── public_rooms_response.h
│   │   │   ├── push_condition.h
│   │   │   ├── push_rule.h
│   │   │   ├── push_ruleset.h
│   │   │   ├── room_event_filter.h
│   │   │   ├── sync_filter.h
│   │   │   ├── user_identifier.h
│   │   │   └── wellknown
│   │   │   ├── 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
│   │   ├── search.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
│   ├── eventitem.h
│   ├── events
│   │   ├── accountdataevents.h
│   │   ├── callanswerevent.h
│   │   ├── callcandidatesevent.h
│   │   ├── callhangupevent.h
│   │   ├── callinviteevent.h
│   │   ├── directchatevent.h
│   │   ├── eventcontent.h
│   │   ├── event.h
│   │   ├── eventloader.h
│   │   ├── receiptevent.h
│   │   ├── redactionevent.h
│   │   ├── roomavatarevent.h
│   │   ├── roomevent.h
│   │   ├── roommemberevent.h
│   │   ├── roommessageevent.h
│   │   ├── simplestateevents.h
│   │   ├── stateevent.h
│   │   └── typingevent.h
│   ├── identity
│   │   └── definitions
│   │   ├── request_email_validation.h
│   │   ├── request_msisdn_validation.h
│   │   └── sid.h
│   ├── jobs
│   │   ├── basejob.h
│   │   ├── downloadfilejob.h
│   │   ├── mediathumbnailjob.h
│   │   ├── postreadmarkersjob.h
│   │   ├── requestdata.h
│   │   └── syncjob.h
│   ├── joinstate.h
│   ├── logging.h
│   ├── networkaccessmanager.h
│   ├── networksettings.h
│   ├── room.h
│   ├── settings.h
│   ├── user.h
│   └── util.h
├── lib
│   ├── cmake
│   │   └── QMatrixClient
│   │   ├── QMatrixClientConfig.cmake
│   │   ├── QMatrixClientConfigVersion.cmake
│   │   ├── QMatrixClientTargets.cmake
│   │   └── QMatrixClientTargets-release.cmake
│   ├── libQMatrixClient.a
│   └── pkgconfig
│   └── QMatrixClient.pc
└── nix-support
└── propagated-user-env-packages
16 directories, 111 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment