Initial code to output any instant messages which
authorArt Cancro <ajc@citadel.org>
Thu, 29 Nov 2007 23:00:44 +0000 (23:00 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 29 Nov 2007 23:00:44 +0000 (23:00 +0000)
commit663d4bcc6c6f5563b98d11e4893a80b11a3c8132
tree2f33466a0cebcff78be89d69649dce84959f296f
parentfa7cd4b929a3486d5108c8b84032d360e3ec2420
Initial code to output any instant messages which
have arrived for the user.  The Citadel server's built-in
infrastructure for asynchronous (unsolicited) protocol messages
made this really easy.
citadel/modules/jabber/serv_xmpp.c
citadel/modules/jabber/serv_xmpp.h
citadel/modules/jabber/xmpp_messages.c [new file with mode: 0644]