[jdev] VPI: rule specific <service/> directive

Heiner Wolf wolf at bluehands.de
Wed Mar 17 08:45:44 CST 2004


Hi,

I added a rule specific <service/> directive to the mapping configuration so that the default conference server name of the location can be overidden by a rule-generated name.

See example 19 in http://www.lluna.de/docs/jeps/vp/jep-vpprotocol.html#sect-IDAP51N

<location match="^http://www\.shakespeare\.com($|/.*$)">
  <mapping>
    <rule>
      <search>^http://www\.shakespeare\.com/([^/]+)/(.*)$</search> 
      <replace>\2</replace>
      <service>jabber:\1.conference.shakespeare.com</service>
    </rule>
  </mapping>
</location>

hw
--
Dr. Klaus H. Wolf
bluehands GmbH & Co.mmunication KG
http://www.bluehands.de/people/hw
+49 (0721) 16108 75
--
LLuna: Jabber enabled virtual presence on the web / http://www.lluna.de/
bluehands: Visit bluehands at CeBIT, Hall 11 Stand D06 / http://www.bluehands.de/
Galactic developments: Open source future history / http://www.galactic-developments.com/



More information about the JDev mailing list