How many sessions are allowed per user?

Hello everybody,

I am currently writing a application to communicate with openfire.

I am breaking processes down to use their own XMPPStream (which is interpreted as a session on openfire)

I got 5 Sessions for a single user right now…and the 6th session I want to create cant connect …

Can I check the session limit per user somewhere?

Thx in advance