Yann Leboulanger
|
1a0533998f
|
use NEC to handle connection type events
|
2010-11-07 22:45:01 +01:00 |
Yann Leboulanger
|
d676dbd900
|
use NEC to handle new account connected events
|
2010-11-07 18:50:24 +01:00 |
Yann Leboulanger
|
60e8c63a29
|
use NEC to handle account creation events
|
2010-11-07 18:26:31 +01:00 |
Yann Leboulanger
|
69578659a2
|
use NEC to handle our-status event
|
2010-11-06 10:04:41 +01:00 |
Yann Leboulanger
|
f68d270f8f
|
fix typo
|
2010-11-06 09:19:20 +01:00 |
Yann Leboulanger
|
344181fc01
|
use NEC to handle archiving stanza.
|
2010-11-05 20:36:45 +01:00 |
Yann Leboulanger
|
989e606672
|
use NEC to handle jingle-error events
|
2010-11-05 11:08:06 +01:00 |
Yann Leboulanger
|
58feae6cee
|
use NEC to handle jingle-disconnected events
|
2010-10-29 16:49:53 +02:00 |
Yann Leboulanger
|
8dcbf3e73e
|
e NEC to handle jingle-connected events
|
2010-10-27 19:37:14 +02:00 |
Yann Leboulanger
|
6edd6cbfd5
|
change attributes in jingle Event
|
2010-10-27 10:28:59 +02:00 |
Yann Leboulanger
|
ab2ddc4935
|
use NEC to handle jingle incoming events
|
2010-10-27 09:36:29 +02:00 |
Yann Leboulanger
|
75b6872064
|
use NEC to handle anonymous jid changment
|
2010-10-26 21:25:41 +02:00 |
Yann Leboulanger
|
278ba237f9
|
check real JID <-> fake JID correspondance only when needed.
|
2010-10-24 15:33:19 +02:00 |
Yann Leboulanger
|
74d68305f1
|
fix var name
|
2010-10-20 14:54:43 +02:00 |
Yann Leboulanger
|
186b84c481
|
prevent showing twice the same message in muc when we are twice in a room from 2 accounts.
|
2010-10-19 21:43:44 +02:00 |
Yann Leboulanger
|
435b6832cf
|
use RosterReceivedEvent object to handle load_roster_from_db.
|
2010-10-19 18:14:30 +02:00 |
Yann Leboulanger
|
9ced743057
|
check receipt (XEP-184) requests / answers only after stanza is decrypted
|
2010-10-19 11:43:17 +02:00 |
Yann Leboulanger
|
03e90746b9
|
some message handling fixes. see #5982. There are still problems with encrypted messages.
|
2010-10-19 07:03:45 +02:00 |
Yann Leboulanger
|
e4ff7c6ced
|
use NEC to handle messages / gc_messages
|
2010-10-18 22:05:41 +02:00 |
Yann Leboulanger
|
e5de6cbfaa
|
some refactoring in presence event generator
|
2010-10-05 12:25:56 +02:00 |
Yann Leboulanger
|
4bf5a3712e
|
don't ignore presence from other resources of our jid.
|
2010-10-04 21:24:34 +02:00 |
Yann Leboulanger
|
4d14935987
|
- rename error-received event to iq-error-received
- move some code from generate() function to the correct handler for PresenceEvent
|
2010-10-04 13:51:42 +02:00 |
Yann Leboulanger
|
e2c270a67c
|
handle (un)subscription requests with NEC
|
2010-10-04 10:56:34 +02:00 |
Yann Leboulanger
|
27b3621680
|
fix typo
|
2010-09-30 11:17:16 +02:00 |
Yann Leboulanger
|
ffba6193e4
|
show "room has been destroyed" only when it has been destroyed. Fixes #5952
|
2010-09-29 17:51:52 +02:00 |
Yann Leboulanger
|
58efb054bd
|
import hmac where it needs to be. Fixes #5948
|
2010-09-28 21:05:18 +02:00 |
Yann Leboulanger
|
0f2ddd50c4
|
fix some tracebacks when adding / removing a contact. Fixes #5946
|
2010-09-28 15:51:26 +02:00 |
Yann Leboulanger
|
69a1eee8e6
|
new event for groupchat presences
|
2010-09-28 15:13:51 +02:00 |
Yann Leboulanger
|
97ec4df020
|
fix some var name
|
2010-09-24 19:53:25 +02:00 |
Yann Leboulanger
|
e0ac19678c
|
merge presence handling modifications changes
|
2010-09-23 21:43:07 +02:00 |
Yann Leboulanger
|
2476506338
|
spread presence handler into classes that really need it
|
2010-09-23 20:46:47 +02:00 |
Yann Leboulanger
|
180178608d
|
fix typo
|
2010-09-22 18:20:01 +02:00 |
Yann Leboulanger
|
c36e00ed87
|
first show to use NEC to handle presence events
|
2010-09-17 12:41:30 +02:00 |
Yann Leboulanger
|
cfac956598
|
handle milliseconds in time result stanza. Fixes #5905
|
2010-09-13 12:23:49 +02:00 |
Yann Leboulanger
|
9f644dade0
|
prevent traceback when receiving strange reply to iq:last. Fixes #5898
|
2010-09-10 21:27:10 +02:00 |
Yann Leboulanger
|
016e2d4876
|
use NEC to handle resource conflict
|
2010-09-09 16:40:58 +02:00 |
Yann Leboulanger
|
5969a0a720
|
use NEC to handle ping
|
2010-09-09 15:48:08 +02:00 |
Yann Leboulanger
|
42591685fc
|
handle GMailNewMailCB with NEC
|
2010-09-09 15:21:43 +02:00 |
Yann Leboulanger
|
da524c94fd
|
use NEC to handle error messages
|
2010-09-08 19:55:19 +02:00 |
Yann Leboulanger
|
646c9f86a0
|
add missing import. Fixes #5889
|
2010-09-07 10:23:37 +02:00 |
Yann Leboulanger
|
4500641054
|
use NEC to handle search form request / result
|
2010-08-30 21:42:36 +02:00 |
Yann Leboulanger
|
fea877e154
|
use NEC to handle roster receipt
|
2010-08-29 20:22:20 +02:00 |
Yann Leboulanger
|
b01da6a83c
|
move network events classes to a new file
|
2010-08-28 00:25:07 +02:00 |