Skip to Content.
Sympa Menu

grouper-dev - [grouper-dev] Supporting GROUP_ADD and GROUP_DELETE in the grouperClient XMPP

Subject: Grouper Developers Forum

List archive

[grouper-dev] Supporting GROUP_ADD and GROUP_DELETE in the grouperClient XMPP


Chronological Thread 
  • From: Erik Froese <>
  • To:
  • Subject: [grouper-dev] Supporting GROUP_ADD and GROUP_DELETE in the grouperClient XMPP
  • Date: Fri, 11 Mar 2011 10:29:48 -0500

Hey everyone,

I've been working with the XMPP code in the grouperClient project and
I came up with a patch that helps me out a bit. I've put the
grouperClient project in my github account so I can work with more
easily.

https://github.com/efroese/grouper-client/commit/9e452d053d170860540074a7047193112add4b7b

From what I can see the client code was written with the
MEMBERSHIP_ADD and MEMBERSHIP_DELETE events in mind. For each event
received the GrouperClientXmppMain tries to fetch the membership for
the group listed in the event. Unfortunately for groups that are in
the process of being created or have just been deleted this call
throws an error.

I've added a list of currently supported events SUPPORTED_EVENT_TYPES
and a check in the incrementalRefreshGroup method.

WDYT?

Erik3



Archive powered by MHonArc 2.6.16.

Top of Page