i am making a small test with :
- openfire as xmpp server
- wordpress as a web interface for users to create their account and invite new friends by email import
i can sync wordpress users and wordpress groups based on hybrid auth and this information about wordpress
now i am tryng to share roster information between wordpress (or other) and openfire
i found this information but is there any working example about that ?
- DefaultRosterItemProvider (Openfire 3.10.0 Javadoc)
- https://www.igniterealtime.org/builds/openfire/docs/latest/documentation/pluggab le-roster-support-guide.html
was the roster sync between wordpress and openfire included in the project https://code.google.com/p/inspired-social/ ?
thank you