Clean up roster handling

This commit is contained in:
Florian Zeitz 2011-04-04 01:53:00 +02:00
parent 5fd19a3d1f
commit 91b2a0b119
3 changed files with 49 additions and 71 deletions

View file

@ -123,7 +123,7 @@ OF_APPLICATION_DELEGATE(AppDelegate)
[conn requestRoster];
}
- (void)connectionDidReceiveRoster :(XMPPConnection*)conn
- (void)connectionDidReceiveRoster: (XMPPConnection*)conn
{
XMPPPresence *pres;