Skip to content

How to set plain_username and plain_password? #197

Open
@iddm

Description

@iddm

I am moving from the C-wrapper to this crate and would like to port this code:

    socket.set_username(Some("user")).await?;
    socket.set_password(Some("password")).await?;

I couldn't find a way to do this. Has this not been implemented yet?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions