* More license declarations
[citadel.git] / citadel / modules / jabber / serv_xmpp.c
2009-10-15 Art Cancro* More license declarations
2009-05-31 Art Cancro* New session variable 'can_receive_im' which indicates...
2009-04-22 Art Cancro* XMPP logging a little less verbose
2009-03-30 Art Cancro* Backed out r7276 through r7278. This is too large...
2009-03-28 Wilfried Göesgens* add ssl xmpp port; this should work with pidgin as...
2008-03-21 Dave WestDid away with lprintf all together now its called CtdlL...
2008-03-18 Art Cancrolibical, expat, and libsieve are now *required*.
2008-02-26 Art CancroXMPP service ... remove from tech preview, as several
2008-01-28 Art Cancro* Unfinished code is now disabled.
2007-12-08 Michael HamptonMove misplaced #ifdef to fix compile error
2007-12-06 Art CancroThis implementation of non-SASL Jabber authentication
2007-12-06 Art CancroRequire <bind> tag for bind attempts.
2007-12-06 Art CancroBacked out previous change
2007-12-06 Art CancroBegan (but did not complete) implementation
2007-12-06 Art CancroChange around the order of features offered as
2007-12-03 Art CancroSite config protocol and UI for XMPP port numbers
2007-12-03 Art CancroOnly send presence notifications when the first
2007-12-03 Art CancroInitial XMPP STARTTLS code; commented out because it...
2007-12-03 Art CancroHandle <message> stanzas with no body by clearing out
2007-12-03 Art CancroJabber chat is now working in both directions
2007-12-03 Art CancroGot the unsolicited roster pushes working.
2007-12-01 Art Cancromore xmpp presence stuff
2007-11-30 Art CancroLogin and logout queue events are processed
2007-11-30 Art CancroDefine an XMPP queue...
2007-11-29 Art CancroInitial code to output any instant messages which
2007-11-29 Art CancroXMPP presence dump of wholist
2007-11-29 Art CancroSlight change to the way we offer XMPP stream features.
2007-11-28 Art CancroDeliver a reply to a Jabber 'roster' query.
2007-11-28 Art Cancrowe have the iq-query-xmlns nonsense all framed up
2007-11-28 Art CancroMinor xml fix to xmpp server
2007-11-27 Art Cancrocomments change
2007-11-27 Art CancroWhen restarting the XMPP stream after a successful
2007-11-27 Art Cancroxmpp sasl hacks
2007-11-27 Art CancroAdded SASL PLAIN auth to jabber service.
2007-11-27 Art CancroAdded SASL PLAIN auth to jabber service.
2007-11-27 Art CancroChecked in my initial work on an XMPP (Jabber) service.