Changeset 103:e17a30fe7144 for wokkel/generic.py
- Timestamp:
- Aug 3, 2011, 9:49:23 AM (11 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wokkel/generic.py
r102 r103 21 21 from wokkel.compat import BootstrapMixin 22 22 23 from wokkel import disco24 23 from wokkel.iwokkel import IDisco 25 24 from wokkel.subprotocols import XMPPHandler … … 121 120 122 121 if not node: 122 from wokkel import disco 123 123 info.add(disco.DiscoFeature(NS_VERSION)) 124 124 … … 175 175 """ 176 176 177 recipient = None 178 sender = None 177 179 stanzaKind = None 178 180 stanzaID = None
Note: See TracChangeset
for help on using the changeset viewer.