Re: get the list of RosterItems from a RosterManager
From: Alban Taraire <alban.taraire@xxxxxxxxx>
Date: Thu, 21 Feb 2008 12:17:37 +0100 (CET)
On Thursday 21 February 2008 15:37:27 Tobias Markmann wrote:

> Hi,
>
> Here you see the documentation of that class:
> http://camaya.net/api/gloox/classgloox_1_1RosterManager.html
>
> Use the roster() method which returns a pointer to a Roster which is a
> typedef to std::map<const std::string, RosterItem*>.
>
> Cheers,
> Tobias

Ah yes, I didn't notice that. Great, thanks !

Alban