Skip to content

Commit

Permalink
Guilded roblox login
Browse files Browse the repository at this point in the history
  • Loading branch information
erkinalp authored Jul 4, 2024
1 parent 0549629 commit 07a5264
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guide/matrix-vs-guilded.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ Note that Matrix does not (and cannot, due to its decentralized nature) paywall

| Feature | Guilded | Matrix |
| ------- | ------- | ------ |
| **Registration** | Requires email. | Depending on homeserver (especially if you're running your own), **email may be optional**, and phone number is usually optional. There is no *automated* human check after registration. |
| **Registration** | Requires Roblox account since April 2024. | Depending on homeserver (especially if you're running your own), **email may be optional**, and phone number is usually optional. There is no *automated* human check after registration. |
| Price | Free. | Free for [most homeservers](../../servers) (but please consider donating to them). Hosting a private homeserver may also incur cost (could be [free](https://matrix.org/docs/guides/free-small-matrix-server)). Note that paying (not donation) only affects where your data is hosted and (to a much lesser degree) server performance; it has no effect on features. |
| **Username** | Users are identified by display name (maximum 32 characters) to fellow users, and user UUIDs for programming purposes. | Users are identified by their MXID (eg. `@alice:example.com`), composed of the username (must be ASCII characters, upper case letters are not allowed) and the server name (not exceeding 255 characters when combined, including the introducing at symbol and the colon separating the parts). A display name can be optionally added (up to ~65200 bytes)[^7]. |
| **Username** | Users are identified by display name (maximum 32 characters) to fellow users, and user UUIDs and roblox user IDs for programming purposes. | Users are identified by their MXID (eg. `@alice:example.com`), composed of the username (must be ASCII characters, upper case letters are not allowed) and the server name (not exceeding 255 characters when combined, including the introducing at symbol and the colon separating the parts). A display name can be optionally added (up to ~65200 bytes)[^7]. |
| Avatar | Static, maximum 25 MB. Can be zoomed. | **See "Attachments" for limits.** Can be zoomed (at least in Element/SchildiChat), in which case the avatar will be shown in the uploaded definition. Animated avatars are **supported**. |
| Profile description and background | **Supported**. | Not supported currently, will be supported using profile rooms. |
| Profile status | **Supported**. Guilded even has a custom status generator. | Effectively not supported[^1]. |
Expand Down

0 comments on commit 07a5264

Please sign in to comment.