xmpp - Openfire: Create MUC Room with custom fields -


first of all, i'd provide background information: want exchange unstructured data between various clients using xmpp. data sources supposed publish data mulit-user-chat rooms (xep-0045) interested client can register. xmpp muc services can have various chat rooms , in order find ones data sources push information to, i'd set custom identification room. figured muc#roominfo_<custom_ident> custom value great accomplish that.

for testing purposes wrote application creates muc on xmpp service. authentication etc. works fine. using smack communicate xmpp server , create room. when create room, adding field form field requested before containing custom information. muc created , accessible. yet created custom field not returned when perform disco#info on room's jid.

i tested local installation of (3.8.2).

i wonder, if issue of openfire, custom form fields (xep-0068 used here in xep-0045) not stored when muc created or if not allowed according xep-0045? read specification mucs , crucially respective section couldn't find evidence convinced me, explicitly not possible create such custom form fields muc. maybe misunderstand in specification? has tried similar , it's working? if issue of openfire, try different xmpp server.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -