Changeset 143:f8a6d3cd1b96
- Timestamp:
- Aug 4, 2011, 9:45:31 PM (11 years ago)
- Branch:
- wokkel-muc-client-support-24
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
debian/control
r74 r143 11 11 Architecture: all 12 12 XB-Python-Version: ${python:Versions} 13 Depends: ${python:Depends}, ${misc:Depends}, python-twisted, python-twisted-words (>= 8.0.0), python-twisted-names 13 Depends: ${python:Depends}, ${misc:Depends}, python-twisted, python-twisted-words (>= 8.0.0), python-twisted-names, python-dateutil 14 14 Description: A set of enhancements to Twisted Words' Jabber/XMPP 15 15 It serves as a testing ground for new features and enhancements which will -
wokkel/muc.py
r141 r143 1 1 # -*- test-case-name: wokkel.test.test_muc -*- 2 2 # 3 # Copyright (c) 2003-2009 Ralph Meijer3 # Copyright (c) Ralph Meijer. 4 4 # See LICENSE for details. 5 5 -
wokkel/test/test_muc.py
r142 r143 1 # Copyright (c) 2003-2009 Ralph Meijer1 # Copyright (c) Ralph Meijer. 2 2 # See LICENSE for details. 3 3
Note: See TracChangeset
for help on using the changeset viewer.