More questions for trying to narrow down your problem... On Tue, Oct 16, 2012 at 7:17 AM, Patrick Twohig <[email protected]> wrote: > I've added my own RosterManager that connects to my existing database. > Each user has a list of friends they will automatically be subscribed to. > I'm just querying my database and populating the roster from that data.
Are you subclassing AbstractRosterManager? (recommended) > Optionally, the users may remove friends or add friends. I can see the > roster, I just can't see the presence notifications. Are you using any particular XMPP client(s) for that? > IN other words, the > list always appears as offline. Not sure why this is, though. You'd need to analyze what PresenceAvailabilityHandler.java makes out of your RosterManager info. You could check for example what a call to RosterUtils.getRosterItemsByState(RosterManager rosterManager, Entity user) returns. It should not be empty lists. Bernd
