index
:
slixmpp
3449-xmpp-connection-stuck-forever-after-error-in-start_tls
WIP
adhoc-execute-next
compiler
disco
exp_idle_call
markup
master
sleek-merge
slix-1.7
Personal fork of SleekXMPP
louiz@louiz.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sleekxmpp
/
plugins
/
xep_0045.py
Age
Commit message (
Expand
)
Author
2012-04-03
Fix MUC invite events so that they actually work.
Lance Stout
2012-03-12
Remove extra logging statement, add backward compatible references.
Lance Stout
2012-03-12
Move XEP-0045 to new system.
Lance Stout
2011-11-19
Tidy up logging calls.
Lance Stout
2011-11-20
This change stops sleekxmpp from spending huge amounts of time unnecessarily ...
Vijay Pandurangan
2011-10-10
Fix MUC methods to optionally specify the sending JID.
Lance Stout
2011-10-04
Fix missing import statement.
Lance Stout
2011-08-17
Update plugins that use Iq stanzas to work with new exceptions.
Lance Stout
2011-01-27
xep_0045: fix the 'to' value when configuring room
Florent Le Coz
2010-12-16
Fixed specifying 'from' values in XEP-0045 plugin.
Lance Stout
2010-12-16
Added MUC invite handler to XEP-0045 plugin.
Lance Stout
2010-12-16
Use boundjid in plugins instead of the deprecated accessors.
Lance Stout
2010-11-10
Add a groupchat_subject event
Florent Le Coz
2010-11-06
Logging no longer uses root logger.
Lance Stout
2010-10-17
Default history is 0
Florent Le Coz
2010-10-17
MUC leave message and MUC history request
Florent Le Coz
2010-09-23
added room events for specific rooms, added buildForm to xep_0004 plugin
Nathan Fritz
2010-07-20
Upated xep_0045 to use old_0004 for now.
Lance Stout
2010-07-20
Updated license notices to use the correct MIT format. Also corrected referen...
Lance Stout
2010-07-19
stanza should not have setValues/getValues because that conflicts with attrib...
Nathan Fritz
2010-07-19
Condensed all of the stanzaPlugin functions into a single registerStanzaPlugi...
Lance Stout
2010-05-12
fixed a rather large memory leak
Nathan Fritz
2010-05-11
refactored presence tracking and fixed jidInRoom
Nathan Fritz
2010-04-07
replaced usage of deprecated iq result on send. Fixed old send result to use ...
Nathan Fritz
2010-03-26
fixed bug #7 -- muc roster leak
Nathan Fritz
2010-03-04
added muc functionality
Nathan Fritz
2010-01-20
unhandled iq's should only respond to errors when type=get/set
Nathan Fritz
2009-12-17
* fixed many stanza bugs
Nathan Fritz
2009-09-25
bugfixes
Nathan Fritz
2009-09-01
* fixed some python3 transition bugs
Nathan Fritz
2009-08-31
* converted sleekxmpp to Python 3.x
Nathan Fritz
2009-06-03
moved seesmic branch to trunk
Nathan Fritz