aboutsummaryrefslogtreecommitdiff
path: root/src/mod_pubsub/node.template (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update year of ProcessOne copyright from 2009 to 2010 (EJAB-1159)Badlop2010-01-121-3/+3
| | | | SVN Revision: 2891
* fix EJAB-1044 and EJAB-1055Christophe Romain2009-09-241-0/+1
| | | | SVN Revision: 2626
* fix EJAB-819 thanks to badlopChristophe Romain2009-09-231-1/+1
| | | | SVN Revision: 2615
* Implement pubsub#get-pending Ad Hoc Command (EJAB-955) (thanks to Brian Cully)Christophe Romain2009-07-201-0/+4
| | | | SVN Revision: 2372
* Fix set-subscriptions to work with multi-subscribe (EJAB-977)Christophe Romain2009-07-171-3/+3
| | | | SVN Revision: 2364
* experimental patch including XEP-248 (thanks to Brian Cully)Christophe Romain2009-06-151-7/+10
| | | | SVN Revision: 2157
* apply patch from EJAB-845Christophe Romain2009-05-291-7/+7
| | | | SVN Revision: 2118
* pubsub: added configuration option in guide.tex, added last item cache, use ↵Christophe Romain2009-05-281-28/+28
| | | | | | default node type if given type is not configured, make node_flat the default node plugin. caps: improve cache handling SVN Revision: 2112
* several pubsub fixes and improvements. also fixes EJAB-913 and EJAB-871Christophe Romain2009-05-071-3/+3
| | | | SVN Revision: 2059
* PubSub/PEP API change for major optimizationChristophe Romain2009-04-301-61/+61
| | | | SVN Revision: 2048
* fix delete-items issue and manage-affiliations typoChristophe Romain2009-02-091-1/+1
| | | | SVN Revision: 1868
* * doc/guide.tex: Update copyright date 2008 to 2009 (EJAB-842)Badlop2009-01-121-3/+3
| | | | | | | | * doc/guide.html: Likewise * src/*/*.erl: Likewise * src/*/*.erl: Remove unneeded blankspaces in license text SVN Revision: 1804
* apply delete-any featureChristophe Romain2009-01-081-0/+1
| | | | SVN Revision: 1783
* EJAB-739 and EJAB-751 improvementsChristophe Romain2008-09-251-3/+3
| | | | SVN Revision: 1576
* * doc/guide.tex: Update Process-one name to ProcessOne (EJAB-708)Badlop2008-07-311-4/+4
| | | | | | | | | | | * doc/guide.html: Likewise * doc/api/overview.edoc: Likewise * src/*/*.erl: Likewise * src/*/*.hrl: Likewise * src/*/*.c: Likewise * src/odbc/*.sql: Likewise SVN Revision: 1499
* PubSub improvements, and solves (EJAB-453) (EJAB-608)Christophe Romain2008-07-031-1/+8
| | | | SVN Revision: 1408
* * src/mod_pubsub/node.template: Fixed typoMickaël Rémond2008-02-071-1/+1
| | | | SVN Revision: 1177
* pubsub configuration patch (EJAB-508) and (EJAB-509)Christophe Romain2008-01-251-1/+1
| | | | SVN Revision: 1158
* * doc/guide.tex: Updated copyright dates to 2008Badlop2008-01-151-3/+3
| | | | | | * src/*: Likewise SVN Revision: 1153
* * Applied copyright patch 3.Mickaël Rémond2007-12-241-2/+16
| | | | SVN Revision: 1113
* * src/mod_caps.erl: CAPS support (thanks to Magnus Henoch)Alexey Shchepin2007-12-011-0/+163
* src/ejabberd_local.erl: Support for IQ responses * src/jlib.erl: Added iq_query_or_response_info/1 function * src/jlib.hrl: Added NS_PUBSUB_ERRORS and NS_CAPS * src/mod_pubsub/Makefile.in: New pubsub+pep implementation (thanks to Christophe Romain and Magnus Henoch) * src/ejabberd_sm.erl: Added get_session_pid/3 function * src/ejabberd_c2s.erl: Added get_subscribed_and_online/1 function SVN Revision: 1004