-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement Account management #164
base: master
Are you sure you want to change the base?
Conversation
wuriyanto48
commented
Dec 5, 2023
- implement User Search https://xmpp.org/extensions/xep-0055.xml
- implement In band registration, change password, and remove account https://xmpp.org/extensions/xep-0077.html
…hen an error is detected
…from field is determined from current session
I hope that I'll find some time within the next 2 months to do some tests. But as always in OSS, there is little time left between $dayjob and $familylife. ;) |
This comment was marked as off-topic.
This comment was marked as off-topic.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, I added this questions some time ago but was not aware that only myself can see them as long as I do not submit the review.
} | ||
|
||
// CreateAccount Creates a new account using the specified username, password and extra attributes | ||
func (c *Client) CreateAccount(username string, password string, attributes map[string]string) error { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How is this supposed to work? I connect with account A and use this *Client to register account B?
I tried this and after sending the IQ I waited for 10s and nothing was sent back from the server (yax.im in my case).
return err | ||
} | ||
|
||
// SearchAccount search information repositories on the Jabber network. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is such a service? Any xmpp server? I'd need to know a search service that's known to work for testing purposes.