plugins.archive: Experimental implementation of the Message Archive Management ProtoXEP
|
Kim Alvefur |
2012-01-06 |
plugins.pubsub: Implement unsubscribe.
|
Kim Alvefur |
2012-01-01 |
plugins.roster: Change variable name to what's used in XMPP-IM
|
Kim Alvefur |
2012-01-01 |
doc/example_pubsub.lua: Fix typo.
|
Kim Alvefur |
2011-12-23 |
doc/example_pep.lua: Reorder a bit to avoid re-sending presence multiple times when caps change.
|
Kim Alvefur |
2011-12-16 |
plugins.pep: Load disco, since PEP depends on it
|
Kim Alvefur |
2011-12-16 |
plugins.disco: Add set_ and add_identity()
|
Kim Alvefur |
2011-12-16 |
plugins.disco: A little cleanup and a bit of rewrite with a touch of premature optimization.
|
Kim Alvefur |
2011-12-16 |
plugins.pubsub: Fix to use correct method in backwards-compatibility code
|
Matthew Wild |
2011-12-11 |
plugins.pubsub: Fix typo
|
Kim Alvefur |
2011-12-10 |
plugins.pubsub: Fix missing <item/> when publishing.
|
Kim Alvefur |
2011-12-10 |
verse.bosh: Minor change to pass Verse stream to stream callbacks (though it isn't currently used by them)
|
Matthew Wild |
2011-12-07 |
verse.bosh: Fix to loop over every child tag (childtags() is now too namespace-aware for this purpose)
|
Matthew Wild |
2011-12-07 |
doc/example*.lua: Update to use new .init() method
|
Matthew Wild |
2011-12-05 |
Merge with Zash
|
Matthew Wild |
2011-12-05 |
verse: Add stream:info() for emitting info-level log message.
|
Kim Alvefur |
2011-12-05 |
verse: Add init(...) method to load connection modules (client, component, bosh, etc.)
|
Matthew Wild |
2011-12-05 |
plugins.groupchat: Fix missing 'end' in last commit
|
Matthew Wild |
2011-12-05 |
Merge with MattJ & mva
|
Kim Alvefur |
2011-12-03 |
plugins.pep: Use the new PubSub api.
|
Kim Alvefur |
2011-11-28 |
plugins.pubsub: Make the old functions wrap the new.
|
Kim Alvefur |
2011-11-28 |
verse.plugins.groupchat: Make last commit (7802a048) more concise
|
Matthew Wild |
2011-12-03 |
fixed sending of leave message
|
mva |
2011-12-02 |
added local verse var to all plugins
|
mva |
2011-12-02 |
plugins.pep: Use the new PubSub api.
|
Kim Alvefur |
2011-11-28 |
plugins.pubsub: Make the old functions wrap the new.
|
Kim Alvefur |
2011-11-28 |
verse: Remove silly logger line I just noticed at the end of the file
|
Matthew Wild |
2011-11-30 |
Merge with Zash
|
Matthew Wild |
2011-11-28 |
plugins.bind: get_child_text()
|
Kim Alvefur |
2011-11-24 |
plugins.vcard_update: get_child_text()
|
Kim Alvefur |
2011-11-24 |