Hi John,

Here is the code I use to register a participant:

--8--

# participants registration list
#
RuoteKit.engine.participant_list = [
  [ 'form', 'XmppStorageParticipant', { 'resource' => resource  } ],
  [ '^.+$', 'Ruote::StorageParticipant', {} ]
]

--8--

The initalization method is just:

  def initialize(opts)
    puts caller
    @resource = opts['resource']
  end

It's pretty much a regular storage_participant. Let me know if you
need some more info.

Thanks for the help.
Best regards,

Gonzalo.

-- 
you received this message because you are subscribed to the "ruote users" group.
to post : send email to [email protected]
to unsubscribe : send email to [email protected]
more options : http://groups.google.com/group/openwferu-users?hl=en

Reply via email to