Implement Account management#164
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. ;) |
|
@mdosch: Maybe you can look it? |
mdosch
left a comment
There was a problem hiding this comment.
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.
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.
What is such a service? Any xmpp server? I'd need to know a search service that's known to work for testing purposes.
|
@wuriyanto48: Have you seen @mdosch comments? |
2 similar comments
|
@wuriyanto48: Have you seen @mdosch comments? |
|
@wuriyanto48: Have you seen @mdosch comments? |