Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created June 14, 2020 22:44
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/9d33f47d56204554755e268444b861f1 to your computer and use it in GitHub Desktop.
Save r-ryantm/9d33f47d56204554755e268444b861f1 to your computer and use it in GitHub Desktop.
/nix/store/gkviyj2cx5gfvmvjb8qlbw4hk77zjqnk-mtxclient-0.3.1
├── include
│   ├── mtx
│   │   ├── common.hpp
│   │   ├── errors.hpp
│   │   ├── events
│   │   │   ├── aliases.hpp
│   │   │   ├── avatar.hpp
│   │   │   ├── canonical_alias.hpp
│   │   │   ├── collections.hpp
│   │   │   ├── common.hpp
│   │   │   ├── create.hpp
│   │   │   ├── encrypted.hpp
│   │   │   ├── encryption.hpp
│   │   │   ├── guest_access.hpp
│   │   │   ├── history_visibility.hpp
│   │   │   ├── join_rules.hpp
│   │   │   ├── member.hpp
│   │   │   ├── messages
│   │   │   │   ├── audio.hpp
│   │   │   │   ├── emote.hpp
│   │   │   │   ├── file.hpp
│   │   │   │   ├── image.hpp
│   │   │   │   ├── notice.hpp
│   │   │   │   ├── text.hpp
│   │   │   │   └── video.hpp
│   │   │   ├── name.hpp
│   │   │   ├── pinned_events.hpp
│   │   │   ├── power_levels.hpp
│   │   │   ├── presence.hpp
│   │   │   ├── reaction.hpp
│   │   │   ├── redaction.hpp
│   │   │   ├── tag.hpp
│   │   │   ├── tombstone.hpp
│   │   │   └── topic.hpp
│   │   ├── events.hpp
│   │   ├── identifiers.hpp
│   │   ├── log.hpp
│   │   ├── pushrules.hpp
│   │   ├── requests.hpp
│   │   ├── responses
│   │   │   ├── common.hpp
│   │   │   ├── create_room.hpp
│   │   │   ├── crypto.hpp
│   │   │   ├── empty.hpp
│   │   │   ├── groups.hpp
│   │   │   ├── login.hpp
│   │   │   ├── media.hpp
│   │   │   ├── messages.hpp
│   │   │   ├── notifications.hpp
│   │   │   ├── profile.hpp
│   │   │   ├── register.hpp
│   │   │   ├── sync.hpp
│   │   │   ├── version.hpp
│   │   │   └── well-known.hpp
│   │   ├── responses.hpp
│   │   └── user_interactive.hpp
│   ├── mtxclient
│   │   ├── crypto
│   │   │   ├── client.hpp
│   │   │   ├── objects.hpp
│   │   │   ├── types.hpp
│   │   │   └── utils.hpp
│   │   ├── http
│   │   │   ├── client.hpp
│   │   │   ├── errors.hpp
│   │   │   └── session.hpp
│   │   └── utils.hpp
│   └── mtx.hpp
└── lib
├── cmake
│   └── MatrixClient
│   ├── MatrixClientConfig.cmake
│   ├── MatrixClientConfigVersion.cmake
│   ├── MatrixClientTargets.cmake
│   └── MatrixClientTargets-release.cmake
├── libmatrix_client.so -> libmatrix_client.so.0.3.1
└── libmatrix_client.so.0.3.1
11 directories, 66 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment