ejabberd - Comments for "Developing Chat support system using Xmpp " https://www.ejabberd.im/forum/25259/developing-chat-support-system-using-xmpp en Nikhil wrote: would you https://www.ejabberd.im/forum/25259/developing-chat-support-system-using-xmpp#comment-66450 <div class="quote-msg"> <div class="quote-author"><em>Nikhil</em> wrote:</div> <p>would you please tell me if it is possible to store messages without body to archive table .</p></div> <p>I've tested, and such messages are not stored.</p> Wed, 09 Dec 2015 11:36:14 +0000 badlop comment 66450 at https://www.ejabberd.im Thanks badlop , i consider https://www.ejabberd.im/forum/25259/developing-chat-support-system-using-xmpp#comment-66439 <p>Thanks badlop ,</p> <p>i consider your advice very helpful to start with.i will try to write my own that implements ticket feature , and if possible i would share it with others also .<br /> would you please tell me if it is possible to store messages without body to archive table . offline supports this feature but archive does it also ?<br /> reason that i am asking it is because i want to store receipt for my messages .</p> Fri, 04 Dec 2015 08:31:01 +0000 Nikhil comment 66439 at https://www.ejabberd.im From what I know, there isn't https://www.ejabberd.im/forum/25259/developing-chat-support-system-using-xmpp#comment-66423 <p>From what I know, there isn't any publicly available module that is ready to provide that "ticket" feature.</p> <p>You can write your own module, ask ProcessOne or others if they provide something like that, or ask in the ejabberd mailing list if anybody wants to implement the feature.</p> <p>One quick&amp;dirty solution would be to consider a MUC room like an executive desk, so:<br /> - Each executive that starts his day of work joins a new room, and he is alone in his room.<br /> - When a client has a problem, looks in the list of rooms and joins anyone that has only 1 person.<br /> - Client and executive chat until the problem is solved, then the client leaves the room.<br /> - Other client may join that room.<br /> - When the executive finishes his day of work, leaves the room (it is automatically destroyed).</p> Fri, 27 Nov 2015 11:30:33 +0000 badlop comment 66423 at https://www.ejabberd.im