RoomInfo doesn't contain the room name

The RooomInfo response has this form, accordingly to the XEP-0045 section 6.1 Querying for Room Information

<iq from=‘coven@chat.shakespeare.lit’

id=‘ik3vs715’

to=‘hag66@shakespeare.lit/pda’

type=‘result’>

<identity

category=‘conference’

name=‘A Dark Cave’

type=‘text’/>

<feature var='[http://jabber.org/protocol/muc'/](http://jabber.org/protocol/muc'/)>

However, the RoomInfo class doesn’t contain about the identity (basically the room name).

It would be great that the RoomInfo class had an attribute “name”, populated from the roomInfo identity.

Thanks for reporting SMACK-600 and thanks for your two detailed bug reports!

In my company project we were using room description to retrieve that information. I should take a look on that XEP again, think I missed that identity.