|
|
@200:ab43d6940b65
|
6 years |
ralphm |
imported patch py3-compat.patch
|
|
|
@166:d9c10a5b5c0d
|
10 years |
ralphm |
Documentation fixes for pydoctor.
|
|
|
@162:8bffd58d7b6d
|
10 years |
ralphm |
Expose locked state of a room on join response with room created …
|
|
|
@161:aecf77f1bb1f
|
10 years |
ralphm |
Allow empty MUC configuration forms to be sent.
|
|
|
@160:33ef849a77d8
|
10 years |
ralphm |
Use symbolic constants instead of integers MUC status code.
Instead …
|
|
|
@156:d79ffefc3ac1
|
11 years |
ralphm |
Add a simple MUC client example that responds to greetings, fix a typo.
wokkel-muc-client-support-24
|
|
|
@155:8b2ed9549399
|
11 years |
ralphm |
Merge in tip changes.
wokkel-muc-client-support-24
|
|
|
@154:e016bb963410
|
11 years |
ralphm |
Fix typo.
wokkel-muc-client-support-24
|
|
|
@153:bf4b940f3547
|
11 years |
ralphm |
Improve UserPresence? parsing, clean up MUCClient, approach full test …
wokkel-muc-client-support-24
|
|
|
@152:ae3907d81abc
|
11 years |
ralphm |
Split protocol and room/user administration into two classes.
This …
wokkel-muc-client-support-24
|
|
|
@151:fb6eaad60bb8
|
11 years |
ralphm |
Reimplement RegisterRequest? by generalizing the form handling for room …
wokkel-muc-client-support-24
|
|
|
@150:2f7237d9c537
|
11 years |
ralphm |
Redo admin requests using generic.Request.
This changes all role and …
wokkel-muc-client-support-24
|
|
|
@149:83ba20efd1de
|
11 years |
ralphm |
Interface, docstring cleanups.
wokkel-muc-client-support-24
|
|
|
@148:75cf9e14b776
|
11 years |
ralphm |
Redo room configuration.
* The underlying request object now derives …
wokkel-muc-client-support-24
|
|
|
@147:aa2cfee614e7
|
11 years |
ralphm |
Use generic.Request for room destruction request, add …
wokkel-muc-client-support-24
|
|
|
@145:216c953d8ecd
|
11 years |
ralphm |
Add more tests, remove code redundancy and cleanup variable names.
…
wokkel-muc-client-support-24
|
|
|
@144:6786830f3cd5
|
11 years |
ralphm |
Cleanup some tests, add a few tests, fix subject.
wokkel-muc-client-support-24
|
|
|
@143:f8a6d3cd1b96
|
11 years |
ralphm |
Add dependency on dateutil, fix headers.
wokkel-muc-client-support-24
|
|
|
@141:3a9bff4e7807
|
11 years |
ralphm |
Use descendants from wokkel.generic.Stanza in messages and presence. …
wokkel-muc-client-support-24
|
|
|
@140:46bd9821f979
|
11 years |
ralphm |
Remove unused constants.
wokkel-muc-client-support-24
|
|
|
@139:d3dd88d429fb
|
11 years |
ralphm |
Remove some left over error related classes.
wokkel-muc-client-support-24
|
|
|
@138:8332717e2739
|
11 years |
goffi |
Replace custom error classes by StanzaError?.
wokkel-muc-client-support-24
|
|
|
@137:8206d7483945
|
11 years |
ralphm |
Use JIDs everywhere and adjust tests.
wokkel-muc-client-support-24
|
|
|
@132:1b19c49d30c2
|
13 years |
ralphm |
More renames.
wokkel-muc-client-support-24
|
|
|
@131:d72d60360630
|
13 years |
ralphm |
More renames, argument consistency.
wokkel-muc-client-support-24
|
|
|
@130:45c3ce4fe4eb
|
13 years |
ralphm |
Another round of cleanups, renames. Also removed disco support.
* …
wokkel-muc-client-support-24
|
|
|
@129:29e517800b96
|
13 years |
ralphm |
Whitespace and pyflakes changes.
wokkel-muc-client-support-24
|
|
|
@127:1610e7a3b777
|
14 years |
tofu |
some docstrings, clean up in keeping params consitent and tests
wokkel-muc-client-support-24
|
|
|
@126:f6c8a769e38e
|
14 years |
tofu |
make sure we change status and add a test
wokkel-muc-client-support-24
|
|
|
@125:edb21c02197b
|
14 years |
tofu |
docstrings, tests and bug fixes
wokkel-muc-client-support-24
|
|
|
@124:e0750258b9ee
|
14 years |
tofu |
typo fix
wokkel-muc-client-support-24
|
|
|
@123:b55a7560f174
|
14 years |
tofu |
some docstrings, some bug fixes and some cleanup
wokkel-muc-client-support-24
|
|
|
@122:1c21cf10bb60
|
14 years |
tofu |
abstract role and affiliation requests
wokkel-muc-client-support-24
|
|
|
@121:e74ad91e5c6f
|
14 years |
tofu |
add some more exeptions and implement history options
wokkel-muc-client-support-24
|
|
|
@120:9548851ca5ac
|
14 years |
tofu |
implement error conditions
wokkel-muc-client-support-24
|
|
|
@119:053b615f0e11
|
14 years |
tofu |
basic user methods are implemented, admin and owner are left
wokkel-muc-client-support-24
|
|
|
@118:a70736af32c3
|
14 years |
tofu |
add timeouts and a test for a user leaving a room
wokkel-muc-client-support-24
|
|
|
@117:2503218c0e95
|
14 years |
tofu |
we now have basic support with nick change, also added some doc …
wokkel-muc-client-support-24
|
|
|
@116:66d9a0b47016
|
14 years |
tofu |
change namespaces to be consistent
wokkel-muc-client-support-24
|
|
|
@115:2a3171b40d2b
|
14 years |
tofu |
add initialized and fix a typo bug
wokkel-muc-client-support-24
|
|
|
@114:a2a47e4df6d5
|
14 years |
tofu |
add event for user leaving a room
wokkel-muc-client-support-24
|
|
|
@113:cb4051e2f51a
|
14 years |
tofu |
some documentation and additions to the interface, also some more …
wokkel-muc-client-support-24
|
|
|
@112:be0b126081f2
|
14 years |
tofu |
all tests pass, needs comments, also need to get the entire xep in the …
wokkel-muc-client-support-24
|
|
|
@111:a51e5d87ded8
|
14 years |
tofu |
add leave room, register for a room and other things for re #24, still …
wokkel-muc-client-support-24
|
|
|
@110:ddf5580b7128
|
14 years |
tofu |
add some history and other things, plus some test stubs
wokkel-muc-client-support-24
|
|
|
@108:50e3c368f2f3
|
14 years |
tofu |
add basic errors and disco stuff, still need iq and message parts re #24
wokkel-muc-client-support-24
|
|
|
@107:c1566d326c58
|
14 years |
tofu |
just saving what I started, still needs lots of work, needs message …
wokkel-muc-client-support-24
|