Roster as an Iteratable object

tip:

with java 1.5, the roster object should implement the iteratable interface such that we can writer

for (RosterEntry entry: roster) {

}

todo : add the interface binding statement.

kind regards

koen

That would be nice to add. However, I think we’'d have a revolt if we started requiring JDK 1.5 support in Smack. Maybe for Smack 2.0?

Regards,

-Matt