creating conference room issues

Hey folks,

I had some questions regarding creating conference rooms. I am writing an XMPP client using the javascript, JsJAC library. I have followed JEP:0045 (Multi-user chat) specification together with JEP:0077 (In-band registration). In-band registration seems to be working fine.

1) By default, are conference rooms persisted on the server ?
2) I am seeing the following weird behavior: When i send the presence packet appropriately to the server through my client, conference room gets created only if i have a javascript alert prior to sending the packet to the server! else the conference room is not created.

Appreciate any help.

Thanks

Default is 'not persistent'

1) Default value is 'not persistent'. The only way to change this value is that the user changes it once the room is created.

2) You can try with other well known clients, check the XML they send and receive.

Re: Default is 'not persistent'

Thanks for the info badlop. How long does the 'instant room' continue to exist on the server ? If the user does not explicitly persist it upon creation, is it destroyed after a specific amount of time ?

Non persistent rooms are

Non persistent rooms are destroyed immediately when the last participant leaves.

It seems you haven't tried that yourself. If the problem is installing your private server to test it, you can use the REPOS CD.

Re: Non persistent rooms are

Thanks again, i have been able to successfully install a private server and test MUC.

Syndicate content