This website requires JavaScript.
Explore
Help
Sign in
pep
/
slixmpp
Watch
1
Star
0
Fork
You've already forked slixmpp
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
1ef112966b
slixmpp
/
sleekxmpp
History
Lance Stout
1ef112966b
Merge branch 'develop' of git://github.com/fritzy/SleekXMPP into develop
2010-07-19 04:02:28 -04:00
..
plugins
Added initial stanza object version of the xep_0004 plugin. Items/reported elements still need to be unit tested
2010-07-14 11:59:58 -04:00
stanza
added very, very, very basic atom stanza
2010-06-02 15:54:44 -07:00
tests
xmlstream
Needed to use copy.deepcopy() to copy XML objects to make sure that the entire tree is copied.
2010-06-07 19:55:39 -04:00
__init__.py
accidental debugging return left in the code from last commit
2010-07-15 14:25:10 -07:00
basexmpp.py
Modified basexmpp.event() to pass a copy of the event data to each handler.
2010-06-06 23:19:07 -04:00
component_example.py
componentxmpp.py
exceptions.py