// buddies that are not in any group are put in
// "Contacts" group by JBother
// if we need to send a message to them, we need to
// extract them from the tree
// because there is no way to do it from the roster
Enumeration iChildren = node.children();
String usersList = new String();
while (iChildren.hasMoreElements())
{
AutomatedTreeNode o = (AutomatedTreeNode) iChildren
.nextElement();