Skip to content

Commit

Permalink
Do not automatically getRoster on connection. You now need to manaual…
Browse files Browse the repository at this point in the history
…ly call [[yourIMClient roster] getRoster]
  • Loading branch information
primalmotion committed Apr 10, 2012
1 parent d83aded commit 4a3ab6d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion TNStropheIMClient.j
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@
- (void)onStropheConnected:(TNStropheConnection)aConnection
{
[_roster getSubGroupDelimiter];
[_roster getRoster];
}

- (void)onStropheConnectFail:(TNStropheConnection)aConnection
Expand Down

0 comments on commit 4a3ab6d

Please sign in to comment.