[JDEV] Offline messages

Oliver Jones oj at world.std.com
Thu Jan 4 08:30:53 CST 2001


At 04:08 PM 1/3/01 -0600, you wrote:
>I need to know how to get the Jabber 1.2 server to store messages to offline
>users until they login next. 1.0 did this automatically but 1.2 does not...

There's a parameter in the configuration xml file:

<jabber>
   <service id="sessions">
     <jsm xmlns="jabber:config:jsm">
       <maxoffline>100</maxoffline> <!-- limit # of offline msgs allowed -->


This lets you control the maximum number of offline messages queued up for 
each account.  Perhaps you've set that parameter low?

Oliver Jones





More information about the JDev mailing list