Openfire Avatar with Android Conversations

Hi,

i want to upload Avatars with Conversations app on my Openfire Server. But it wont work. Conversations tells me: Your server doesnt support Upload an Avatar.

With Spark i can upload Avatars.

I Have Openfire 4.0.1 withour LDAP.

broadcast.enabled

true

conversation.idleTime

10

conversation.maxAge

30

conversation.maxRetrievable

0

conversation.maxTime

60

conversation.messageArchiving

true

conversation.metadataArchiving

true

conversation.roomArchiving

true

conversation.roomsArchived

database.defaultProvider.connectionTimeout

1.0

database.defaultProvider.maxConnections

25

database.defaultProvider.minConnections

5

database.defaultProvider.testAfterUse

false

database.defaultProvider.testBeforeUse

false

demo.workgroup

true

fastpath.database.setup

true

locale

de

mediaproxy.enabled

true

plugin.userservice.allowedIPs

plugin.userservice.enabled

true

plugin.userservice.httpAuth.enabled

false

provider.admin.className

org.jivesoftware.openfire.admin.DefaultAdminProvider

provider.auth.className

org.jivesoftware.openfire.auth.DefaultAuthProvider

provider.group.className

org.jivesoftware.openfire.group.DefaultGroupProvider

provider.lockout.className

org.jivesoftware.openfire.lockout.DefaultLockOutProvider

provider.securityAudit.className

org.jivesoftware.openfire.security.DefaultSecurityAuditProvider

provider.user.className

org.jivesoftware.openfire.user.DefaultUserProvider

provider.vcard.className

org.jivesoftware.openfire.vcard.DefaultVCardProvider

register.inband

true

register.password

hidden

registration.emailnotification.enabled

true

registration.group

Gast

registration.group.enabled

true

registration.imnotification.enabled

true

registration.recaptcha.enabled

false

registration.recaptcha.noscript

false

registration.web.enabled

true

registration.welcome.enabled

false

route.all-resources

true

setup

true

transfer.enabled

true

update.notify-admins

false

update.proxy.port

-1

update.service-enabled

true

vcard.enabled

true

xmpp.auth.anonymous

false

xmpp.auth.sharedSecretEnabled

true

xmpp.client.idle

-1

xmpp.client.idle.ping

true

xmpp.client.tls.policy

optional

xmpp.component.permission

whitelist

xmpp.filetransfer.enabled

true

xmpp.jmx.enabled

false

xmpp.jmx.port

1099

xmpp.jmx.secure

true

xmpp.multiplex.socket.active

true

xmpp.privateStorageEnabled

true

xmpp.server.certificate.accept-selfsigned

false

xmpp.server.dialback.enabled

false

xmpp.server.permission

blacklist

xmpp.server.tls.enabled

true

xmpp.session.conflict-limit

0

xmpp.socket.ssl.active

true

Any Ideas?

Greetings

openfire only uses ldap in a ready only mode, so its unable to save the avatars to ldap…however, you can have them save to the database…try adding

ldap.override.avatar = true

I don’t use LDAP

I Have Openfire 4.0.1 withour LDAP.

sorry, I read it as “with our”…so I’m guessing the type was not the missing space, but the “r”!

No problem. It was my fault. But i used openfire only with mysql. In Spark i upload avatars successful…i dont know, why it wont work with Conversations.

No Ideas?

My alternative is, to switch the server… My alternative is prosody, if i cant solve this problem.