|
3607c5b792
|
Make RPC events threaded
Allows, for example, an RPC service to make remote RPC calls with its
own connection without blocking its own thread waiting for the result.
|
2011-10-03 14:32:48 -04:00 |
|
Lance Stout
|
93a4a3f8a0
|
Fix Python3 issue with dict.has_key()
|
2011-08-04 22:36:23 -07:00 |
|
Florent Le Coz
|
72ead3d598
|
Replace the print statement by a log.debug call
This print syntax is deprecated in python3, so
the plugin was working only with python2
|
2011-02-09 10:02:14 +08:00 |
|
Florent Le Coz
|
4b71fba64c
|
Fix the xep_0009 import (no more relatives)
Also, remove trailing spaces in all files
of this plugin
|
2011-02-09 10:02:14 +08:00 |
|
Dann Martens
|
3a12cdbd13
|
Introduced new XEP-0009 into develop.
|
2011-01-13 08:40:53 +01:00 |
|