Skip to content
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

updates #107

Merged
merged 1 commit into from
Oct 18, 2020
Merged

updates #107

merged 1 commit into from
Oct 18, 2020

Conversation

hyperioxx
Copy link
Owner

No description provided.

@@ -32,6 +32,11 @@ type SipContact struct {
Src []byte // Full source if needed
}

//SetUriType sets the uri type e.g. sip , sips
func (sc *SipContact) SetUriType(uriType string) {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

method SetUriType should be SetURIType

default:
//Handle Default
}

}
func (c *Client) SendRegister() {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

exported method Client.SendRegister should have comment or be unexported

## ## ## ## ## ## ## ## ## ## ## ## ## ## ### ##
## ## ## ## ######## ######## #### ###### ######## #### ######## ## ## ## `

type ClientProperties struct {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

exported type ClientProperties should have comment or be unexported

@hyperioxx hyperioxx merged commit 8cb8f23 into master Oct 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant