I am trying create a chat room on my local jabber server using Exodux(version 
0.6.2.0) but I don't get any response
from the conference component.

The message sent is 

<presence to="[EMAIL PROTECTED]/nickname"/>

and I expect the following from the server

<presence from='[EMAIL PROTECTED]/nickname' 
to='ssarkar@localhost/Exodus'/>
<message from='[EMAIL PROTECTED]' to='ssarkar@localhost/Exodus' 
type='groupchat'><body>nickname has joined</body></message>

but the conference component returns no response and there are no  other error 
messages.


Using JabberApplet(version 1.1.0.32) that uses the new conference protocol, 
the message sent is

<presence><status>Online</status><priority>1</priority></presence>

<iq type="get" id="GroupChatJoin" to="[EMAIL PROTECTED]"><query 
xmlns="jabber:iq:conference"/></iq>

and again there is no response from the conference component.

Running Jabber in debug mode, I have observed that the conference component 
gets registered.

In my Jabber.xml file, I have set the following inside the <browse> tag

 <conference type="public" jid="conference.localhost" name="Public ChatRooms"/>

and at the end of the file, I have
   
<service id='conference.localhost'>
     <conference xmlns="jabber:config:conference">
        <public/>
        <vcard>
           <FN>Public ChatRooms</FN>
           <DESC>This service is for public chatrooms.</DESC>
           <URL>http://jabber.to</URL>
        </vcard>
        <history>20</history>
        <notice>
           <join> has joined</join>
           <leave> has left</leave>
           <rename> is now known as</rename>
        </notice>
        <room jid="[EMAIL PROTECTED]">
           <name>The Effector chat room</name>
           <notice/>
        </room>
     </conference>
     <load>
        <conference>./conference-0.4/conference.so</conference>
     </load>
  </service>

I have created conference.so (phew !!) under cygwin and I am running 
everything under WindowsXP Professional.

Any help will be greatly appreciated.

S.
Sarkar

---------------------------------------------
This message was sent using Endymion MailMan.
http://www.endymion.com/products/mailman/


_______________________________________________
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev

Reply via email to