I am facing the same problem as this post described:
https://community.igniterealtime.org/message/241829,
Hi everybody,
i tried to discovery from my client to my openfire server with this result:
REQUEST
<iq from="1f9ccc8f978c5afc582ba8d1d0db4f98@chat.domain.com/8dcbb8ae”
to="1f9ccc8f978c5afc582ba8d1d0db4f98@chat.domain.com”
type="get”
id="DETERMINEPEPSUPPORT”>
<query xmlns="http://jabber.org/protocol/disco#info”/>
</iq>
RESPONSE
<iq xmlns=“jabber:client"
type="result”
id="DETERMINEPEPSUPPORT”
from="1f9ccc8f978c5afc582ba8d1d0db4f98@chat.domain.com”
to="1f9ccc8f978c5afc582ba8d1d0db4f98@chat.domain.com/8dcbb8ae”>
<query xmlns="http://jabber.org/protocol/disco#info”>
<identity category="account" type="registered”/>
<identity category="pubsub" type="pep”/>
<feature var="http://jabber.org/protocol/disco#info”/>
</query>
</iq>
it seems account is not enabled to pep service: how can i enable it?
Thanks,
Donato
I have try to set the" xmpp.pep.enabled" property to true and restart the openfire.Since that property not in the docs https://community.igniterealtime.org/docs/DOC-1061 . I doubt that will have any effect on it.But I try it anyway and I got the result.
Can someone explain why this is happening?