auto-joining a password protected room?

"Paul C." <PaulC-iJrn4LV3OmpWk0Htik3J/[email protected]> Wed, 19 Jan 2005 15:58:21 -0500
Newsgroups gmane.network.jabber.exodus.user
Organization Car-Part.com
Message-ID <[email protected]>
Exodus supports auto-joining of rooms that are bookmarked in your list.  
I have created some rooms in jabber.xml  that I would like to have 
<secret>, but exodus doesn't have anywhere for me to put the password 
for the autojoin.  Is there any way around this? Here is what our room 
looks like (jabberd 1.4.2a):

<service id="conference.our-server.com">
 <load><conference>./conference/conference.so</conference></load>
 <conference xmlns="jabber:config:conference">
   <public/>
   <host>conference.our-server.com</host>
   <host>conference.localhost</host>
   <vCard>
     <FN>Public Chatrooms</FN>
     <DESC>This service is for Car-Part.com public chatrooms.</DESC>
     <URL>http://jabber.our-server.com/</URL>
   </vCard>
   <history>20</history>
   <notice>
     <join> has become available</join>
     <leave> has left</leave>
     <rename> is now known as </rename>
   </notice>
   <room jid="testroom-8PHf0o9tX6cOMEyrfyjXe2na7c+LJiHpAL8bYrjMMd8@public.gmane.org">
       <name>This is a public testing room</name>
       <secret>password$</secret>
       <notice>
           <join> has joined the room</join>
           <leave> has left the room</leave>
           <rename> wants to be known as </rename>
       </notice>
   </room>

Thanks
Paul C.