MUC discrepency

Submitted by Anonymous on Tue, 2008-09-09 19:59.

Hi. I'm not sure where the right place to report MUC bugs is, so I'll just post an observation here.

I am noticing that after I create and join a chatroom, but before I submit the configuration to unlock it, my initial presence (from the room) has <status code="110"/> but NOT status code 201, as is required by XEP-45.

I can easily work around this, but thought I should bring it to your attention.

Thanks!

Richard

Trackback URL for this post:

http://www.tigase.org/pl/trackback/1447
Submitted by Richard (not verified) on Thu, 2008-09-11 20:13.

Interesting - Thanks for the reply. I'll get the latest from svn and try again.

bmalkow's picture
Submitted by bmalkow on Wed, 2008-09-10 12:51.

This is fragment of Psi XML Console log:

 

<presence to="testowy@muc.sphere/alice" >

<priority>5</priority>
<c xmlns="http://jabber.org/protocol/caps" node="http://psi-im.org/caps" ver="0.12-dev-rev1" ext="cs ep-notify html" />

<x xmlns="http://jabber.org/protocol/muc"/>
</presence>

 

 

<presence from="testowy@muc.sphere/alice" to="alice@sphere/sphere" >
<priority>5</priority>

<c xmlns="http://jabber.org/protocol/caps" node="http://psi-im.org/caps" ext="cs ep-notify html" ver="0.12-dev-rev1" />

<x xmlns="http://jabber.org/protocol/muc#user">

<item affiliation="owner" nick="alice" role="moderator" jid="alice@sphere/sphere" />

<status code="110" />

<status code="201" />

</x>

</presence>

I used Tigase Muc Component from SVN.

 


Submitted by Richard (not verified) on Tue, 2008-09-09 20:46.

Just a small amount of further followup. I've also tried to create a chatroom using the Smack API, and it fails as well, with the following error message: "Creation failed - Missing acknowledge of room creation."

Submitted by Richard (not verified) on Tue, 2008-09-09 20:02.

Whoops, I put what it had in angle brackets, so it got filtered out.

The initial presence has status code 110, but NOT 201.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.