Changeset 098d6b5be13dbaf0931f4989b9e2c05e01d8a9f7
- Timestamp:
- 04/06/08 23:42:49
(8 months ago)
- Author:
- Jason Michalski <armooo@armooo.net>
- git-committer:
- Jason Michalski <armooo@armooo.net> 1207543369 -0500
- git-parent:
[c4f8b20945a5e435568ec60a1cd51ed432c3f3cd]
- git-author:
- Jason Michalski <armooo@armooo.net> 1207543369 -0500
- Message:
Let Process on the xmpp connection block for a while
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rae39ac9 |
r098d6b5 |
|
| 69 | 69 | |
|---|
| 70 | 70 | def processXMPP(self, client): |
|---|
| 71 | | while client.Process(): |
|---|
| | 71 | while client.Process(3): |
|---|
| 72 | 72 | pass |
|---|
| 73 | 73 | |
|---|