I write custom jabber client in iphone.
I use xmppframework as engine.
And I have UITableViewController with NSMutableArray for repesent contact list.
The workaround is to use reloadSections: instead of reloadData. For some reason reloadData removes the current selection.