Commit Graph

3 Commits (ab02eadc12639d351a877dbb2fd1efdd7c8f3cd0)

Author SHA1 Message Date
Kim Alvefur d08cb0c7a2 mod_pubsub: Don't sent error replies from service disco events, let mod_disco handle that 13 years ago
Florian Zeitz 2d6923c44d mod_pubsub: Utilize mod_disco, instead of reimplementing disco handling 13 years ago
Florian Zeitz 519a21076d mod_pubsub: Split out handlers into a module library 13 years ago
Kim Alvefur fc293d1021 mod_pubsub: Remove nodeid check added in 989acb4ad1de that wasn't needed 13 years ago
Matthew Wild 70870199ee mod_pubsub: Only assign id to item element if there is one 13 years ago
Matthew Wild 11233f4815 mod_pubsub: Add id to stored item when auto-generated. Fixes #335 13 years ago
Matthew Wild d7dbbc0871 mod_pubsub: Send bad-request when no action specified (thanks Maranda) 13 years ago
Matthew Wild 2c3275e59a mod_pubsub: Don't attempt to handle iq stanzas with no action element 13 years ago
Matthew Wild 1728207c6b mod_pubsub: Don't send current items to new subscribers (I don't know why we did) 13 years ago
Kim Alvefur 517296667e mod_pubsub, util.pubsub: Add delete action 14 years ago
Kim Alvefur f721b83d7b mod_pubsub: More strict checks for node and ids 14 years ago
Kim Alvefur c4104be666 mod_pubsub: Broadcast items correctly on new subscriptions 14 years ago
Waqas Hussain 04f86293bd mod_pubsub: require usermanager. 14 years ago
Waqas Hussain 082578c353 mod_pubsub: Fix nil access error. 14 years ago
Florian Zeitz 75ef4319b9 mod_pubsub, util.pubsub: Don't send purge notifications in an <items/> element 14 years ago
Kim Alvefur db49dcc90c mod_pubsub: Ignore subscription options for now, fixes traceback due to missing form 14 years ago
Kim Alvefur fb589d8634 mod_pubsub, util.pubsub: Implement the purge action 14 years ago
Kim Alvefur 0a3ffba7ba mod_pubsub: Advertise autocreate_on_publish correctly. 14 years ago
Kim Alvefur 4330e1308d mod_announce, mod_motd, mod_pubsub, mod_register, mod_watchregistrations, mod_welcome: Use module:send() instead of core_*_stanza() 14 years ago
Kim Alvefur c8bb573d17 mod_pubsub.lua: Fix global access 14 years ago
Matthew Wild 95547f9892 mod_pubsub: Add 'publisher' affiliation (can't create/configure nodes, can do everything else) 15 years ago
Matthew Wild edd757b551 mod_pubsub: Send node items to new subscribers 15 years ago
Matthew Wild b37b342dff mod_pubsub: Add newline at end of file 15 years ago
Matthew Wild 58a066414d mod_pubsub: Handle options tag in subscription request (currently doesn't work as options_form is not defined) 15 years ago
Matthew Wild 3fa84baafc mod_pubsub: Include node in disco#items reply 16 years ago
Kim Alvefur dd1c339b8d mod_pubsub: Fix missing disco#items xmlns 16 years ago
Matthew Wild 19f1881207 mod_pubsub: Implement disco#info for nodes 16 years ago
Matthew Wild 1d8be7498d mod_pubsub: Implement get_subscriptions 16 years ago
Matthew Wild 85236d58c9 mod_pubsub: Add get_subscriptions and get_subscriptions_other capabilities to default affiliations 16 years ago
Matthew Wild 174bc06147 mod_pubsub: Add add_subscription and get_subscriptions to feature_map 16 years ago
Matthew Wild a20e58497b mod_pubsub: Set normalize_jid instead of jids_equal 16 years ago
Matthew Wild 6b11075f64 mod_pubsub: Fix a missing :up() from the last commit 16 years ago
Matthew Wild 99e51ba9cd mod_pubsub: Handle disco#items on nodes 16 years ago
Matthew Wild 0297ce2257 mod_pubsub: Use bare JID in get_affiliation 16 years ago
Matthew Wild 7aa49716a2 mod_pubsub: Skip false features in feature_map 16 years ago
Matthew Wild 67686e41f4 mod_pubsub: Return disco#info stanza from build_disco_info() 16 years ago
Matthew Wild 69cee3aee4 mod_pubsub: Iterate over disco features in correct table 16 years ago
Matthew Wild 15671f1190 mod_pubsub: Build disco#info based on the methods provided by the pubsub service object. Add public set_service() method to change the service object used by the module. 16 years ago
Matthew Wild f078bb3e69 mod_pubsub: Fix capabilities table from some debugging 16 years ago
Matthew Wild 21e2340f1f mod_pubsub: Make the pubsub host an admin too 16 years ago
Matthew Wild d12133b614 mod_pubsub: Update for latest util.pubsub and fix some bugs. New config options autocreate_on_publish, autocreate_on_subscribe and default_admin_affiliation. 16 years ago
Matthew Wild 2243338054 mod_pubsub: Add 'forbidden' error support 16 years ago
Matthew Wild a41d900875 mod_pubsub, util.pubsub: Remove from 0.8 16 years ago
Matthew Wild 07e945631d mod_pubsub: Preserve service object on module reload 16 years ago
Matthew Wild a01a95ee94 mod_pubsub: Handle disco#info and disco#items 16 years ago
Matthew Wild 7a839059bb mod_pubsub: Preserve service object on module reload 16 years ago
Matthew Wild 716fb898af mod_pubsub: Handle disco#info and disco#items 16 years ago
Marco Cirillo cd61345de2 mod_pubsub: Support for setting a disco name 15 years ago
Matthew Wild e36d79db42 mod_pubsub: Remove checks for whether the JID being (un)subscribed is the actor's own - it's possible to (un)subscribe another JID if you have the (un)subscribe_other capability, which is already checked in util.pubsub (thanks Andrew) 15 years ago
Waqas Hussain 427b33d2ba mod_pubsub: Don't force-load mod_iq. 16 years ago