| Commit message (Expand) | Author | Age | Files | Lines |
* | mod_pubsub: Send bad-request when no action specified (thanks Maranda) | Matthew Wild | 2013-04-08 | 1 | -1/+3 |
* | mod_pubsub: Don't attempt to handle iq stanzas with no action element | Matthew Wild | 2013-04-08 | 1 | -0/+1 |
* | mod_pubsub: Don't send current items to new subscribers (I don't know why we ... | Matthew Wild | 2013-04-03 | 1 | -10/+0 |
* | mod_pubsub, util.pubsub: Add delete action | Kim Alvefur | 2013-01-31 | 1 | -0/+18 |
* | mod_pubsub: More strict checks for node and ids | Kim Alvefur | 2013-01-31 | 1 | -4/+19 |
* | mod_pubsub: Broadcast items correctly on new subscriptions | Kim Alvefur | 2013-01-28 | 1 | -1/+1 |
* | mod_pubsub: require usermanager. | Waqas Hussain | 2013-01-26 | 1 | -0/+1 |
* | mod_pubsub: Fix nil access error. | Waqas Hussain | 2013-01-26 | 1 | -1/+1 |
* | mod_pubsub, util.pubsub: Don't send purge notifications in an <items/> element | Florian Zeitz | 2013-01-25 | 1 | -10/+11 |
* | mod_pubsub: Ignore subscription options for now, fixes traceback due to missi... | Kim Alvefur | 2013-01-24 | 1 | -0/+3 |
* | mod_pubsub, util.pubsub: Implement the purge action | Kim Alvefur | 2013-01-24 | 1 | -0/+25 |
* | mod_pubsub: Advertise autocreate_on_publish correctly. | Kim Alvefur | 2013-01-23 | 1 | -2/+2 |
* | mod_announce, mod_motd, mod_pubsub, mod_register, mod_watchregistrations, mod... | Kim Alvefur | 2012-07-26 | 1 | -1/+1 |
* | mod_pubsub.lua: Fix global access | Kim Alvefur | 2012-04-24 | 1 | -0/+1 |
* | mod_pubsub: Add 'publisher' affiliation (can't create/configure nodes, can do... | Matthew Wild | 2011-08-14 | 1 | -0/+22 |
* | mod_pubsub: Send node items to new subscribers | Matthew Wild | 2011-08-14 | 1 | -1/+11 |
* | mod_pubsub: Add newline at end of file | Matthew Wild | 2011-08-14 | 1 | -1/+1 |
* | mod_pubsub: Handle options tag in subscription request (currently doesn't wor... | Matthew Wild | 2011-08-14 | 1 | -2/+9 |
* | mod_pubsub: Support for setting a disco name | Marco Cirillo | 2011-04-06 | 1 | -2/+4 |
* | mod_pubsub: Remove checks for whether the JID being (un)subscribed is the act... | Matthew Wild | 2011-03-18 | 1 | -6/+0 |
* | mod_pubsub: Don't force-load mod_iq. | Waqas Hussain | 2011-01-21 | 1 | -2/+0 |
* | mod_pubsub: Correctly wrap the list of subscriptions in a pubsub element | Kim Alvefur | 2010-12-29 | 1 | -1/+2 |
* | mod_pubsub: Include node in disco#items reply | Matthew Wild | 2010-12-22 | 1 | -1/+1 |
* | mod_pubsub: Fix missing disco#items xmlns | Kim Alvefur | 2010-12-22 | 1 | -1/+1 |
* | mod_pubsub: Implement disco#info for nodes | Matthew Wild | 2010-12-22 | 1 | -2/+17 |
* | mod_pubsub: Implement get_subscriptions | Matthew Wild | 2010-12-22 | 1 | -0/+14 |
* | mod_pubsub: Add get_subscriptions and get_subscriptions_other capabilities to... | Matthew Wild | 2010-12-22 | 1 | -0/+4 |
* | mod_pubsub: Add add_subscription and get_subscriptions to feature_map | Matthew Wild | 2010-12-22 | 1 | -0/+2 |
* | mod_pubsub: Set normalize_jid instead of jids_equal | Matthew Wild | 2010-12-22 | 1 | -3/+2 |
* | mod_pubsub: Fix a missing :up() from the last commit | Matthew Wild | 2010-12-22 | 1 | -1/+1 |
* | mod_pubsub: Handle disco#items on nodes | Matthew Wild | 2010-12-22 | 1 | -0/+23 |
* | mod_pubsub: Use bare JID in get_affiliation | Matthew Wild | 2010-12-21 | 1 | -1/+2 |
* | mod_pubsub: Skip false features in feature_map | Matthew Wild | 2010-12-21 | 1 | -1/+3 |
* | mod_pubsub: Return disco#info stanza from build_disco_info() | Matthew Wild | 2010-12-21 | 1 | -1/+2 |
* | mod_pubsub: Iterate over disco features in correct table | Matthew Wild | 2010-12-21 | 1 | -1/+1 |
* | mod_pubsub: Build disco#info based on the methods provided by the pubsub serv... | Matthew Wild | 2010-12-21 | 1 | -17/+51 |
* | mod_pubsub: Fix capabilities table from some debugging | Matthew Wild | 2010-12-21 | 1 | -3/+2 |
* | mod_pubsub: Make the pubsub host an admin too | Matthew Wild | 2010-12-21 | 1 | -1/+1 |
* | mod_pubsub: Update for latest util.pubsub and fix some bugs. New config optio... | Matthew Wild | 2010-12-21 | 1 | -6/+75 |
* | mod_pubsub: Add 'forbidden' error support | Matthew Wild | 2010-12-21 | 1 | -0/+1 |
* | mod_pubsub: Preserve service object on module reload | Matthew Wild | 2010-12-17 | 1 | -0/+8 |
* | mod_pubsub: Handle disco#info and disco#items | Matthew Wild | 2010-12-17 | 1 | -0/+24 |
* | mod_pubsub: Ensure <item> is in correct scope when broadcasting an event | Matthew Wild | 2010-12-05 | 1 | -0/+2 |
* | mod_pubsub: Support item retraction | Florian Zeitz | 2010-12-05 | 1 | -1/+19 |
* | mod_pubsub, util.pubsub: Support for unsubscribing | Florian Zeitz | 2010-12-05 | 1 | -0/+16 |
* | mod_pubsub: Use pubsub_error_reply everywhere | Florian Zeitz | 2010-12-03 | 1 | -2/+3 |
* | mod_pubsub, util.pubsub: Support node creation | Florian Zeitz | 2010-12-01 | 1 | -0/+22 |
* | mod_pubsub, util.pubsub: Support for fetching items | Florian Zeitz | 2010-11-25 | 1 | -0/+18 |
* | mod_pubsub: Use module.environment to reference the module's environment | Matthew Wild | 2010-11-13 | 1 | -1/+1 |
* | mod_pubsub: Expose 'service' | Matthew Wild | 2010-11-13 | 1 | -1/+3 |