Username user.name@domain.com problems

Hi!

Online icons don’t work when user name is in format:

[

JID = |mailto:user.name@domain.comJID =][user.name@domain.com%20JID%20=%20@jabber.domain.com][user.name@domain.com%20JID%20=%20@jabber.domain.com]

This URL don’t work

http://inte.jabber.test.fi:9090/plugins/presence/status?jid=test.esimies@domain. fi@jabber.domain.fi"

but when replacing @ for \40 it start working

http://inte.jabber.test.fi:9090/plugins/presence/status?jid=test.esimies\40domai n.fi@jabber.domain.fi"

Any other fixes to double @ in JID ?

/timo

The @ symbol is the delimiter for the server name. Anything after the @ symbol is assumed to be the name of the chat server. What is the full name of your openfire server (i.e. chatserver.domain.com)? Usernames are usually just that (i.e. johndoe) which the server automatically merges with the server name to form the JID of johndoe@chatserver.domain.com

and you duplicated your submission.

username is username@domain.com and full name of server is jabber.domain.com.

Then JID is username@domain.com@jabber.domain.com

This @domain.com@ syntax causes problems to online icons.

/timo

You are correct the @ symbol in the username is not a vaild character, which is why you need to substitute in the \40.