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

Minor changes to adjust to API spec. #202

Merged
merged 4 commits into from
Feb 9, 2016
Merged

Minor changes to adjust to API spec. #202

merged 4 commits into from
Feb 9, 2016

Conversation

tcard
Copy link
Contributor

@tcard tcard commented Feb 8, 2016

I think those aren't relevant enough to grant each its own pull request.

@@ -34,4 +34,8 @@ - (NSString *)description {
return description;
}

- (NSString *)memberKey {
return [NSString stringWithFormat:@"%@:%@", self.connectionId, self.clientId];
Copy link
Contributor

Choose a reason for hiding this comment

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

Should it return an empty string if the connectionId or clientId are nil?
It will return (null):(null) if both properties are nil.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

In PresenceMessage both connectionId and clientId are defined as non-nullable, so that's something we don't have to worry about.

Copy link
Contributor

Choose a reason for hiding this comment

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

Yes, sorry. I thought both were nullable.

@mattheworiordan
Copy link
Member

LGTM

1 similar comment
@ricardopereira
Copy link
Contributor

LGTM

tcard added a commit that referenced this pull request Feb 9, 2016
Minor changes to adjust to API spec.
@tcard tcard merged commit 617312e into master Feb 9, 2016
@tcard tcard deleted the api-minor-refactor branch February 9, 2016 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants