Yann Leboulanger
987f6fe01f
show room jid in error messages when unable to join it.
2007-08-06 09:59:14 +00:00
Yann Leboulanger
85158665d4
fix traceback when receiving a file
2007-07-25 23:02:55 +00:00
Yann Leboulanger
c131a04df8
request last_status_time and os_info to real jid if we know it. fixes #3304
2007-07-22 18:25:43 +00:00
Julien Pivotto
0314f23aa4
Add notification of Configuration Changes in MUC. See #3270 .
...
http://www.xmpp.org/extensions/xep-0045.html#roomconfig-notify
2007-07-19 10:06:59 +00:00
Julien Pivotto
015ee132ae
XEP-0045: Multi-User Chat
...
* Handle Multiple status code in MUC.
* Warn the user if room logging is enabled (
http://www.xmpp.org/extensions/xep-0045.html#enter-logging ). Fix #3270 .
2007-07-19 09:27:33 +00:00
Yann Leboulanger
3f5327dc6f
[mrk] handle Google Apps For Your Domain. fixes #3163
2007-07-11 16:32:18 +00:00
Yann Leboulanger
952e6d96e3
catch disk full errors. fixes #2937
2007-07-09 16:01:19 +00:00
Yann Leboulanger
dc2dd87a31
prevent message spoofing. Thanks Misc. Fixes #3281
2007-07-04 13:29:06 +00:00
Tomasz Melcer
1c0aa7ad10
Caps: caps are queried, results are stored in cache.
2007-06-30 17:31:27 +00:00
Travis Shirk
270c956db3
Handle malformed timestamps (which would cause an unhandled exception and hork the connection)
...
and XEP-82 (dashes in timestamps).
2007-06-29 21:21:08 +00:00
Tomasz Melcer
744d445c55
Caps: querying caps disco node (no checking result yet)
2007-06-27 22:32:35 +00:00
Yann Leboulanger
abcb48d1e0
improve pubsub support. fixes #3103
2007-06-24 22:33:00 +00:00
Yann Leboulanger
fc153017ec
ask password to user when we try to connect to a password protected room. fixes #2890
2007-06-24 21:19:41 +00:00
Yann Leboulanger
12bb72059f
ability to forward unread messages through adhoc commands. fixes #1910
2007-06-23 19:44:09 +00:00
Yann Leboulanger
d2914f642b
add minimize button to manage_bookmarks window. see #3034
2007-06-13 20:24:04 +00:00
Yann Leboulanger
7ef57b505d
discover our server at startup even if we don't use filetransfert proxies. fixes #3224
2007-06-09 12:26:30 +00:00
Yann Leboulanger
fbd89e8d90
[elghinn] add common.xmpp.NS_PING in disco#info
2007-06-03 14:06:25 +00:00
Yann Leboulanger
1600ebf73b
[elghinn] fix disco#items without node
2007-06-03 14:04:36 +00:00
Yann Leboulanger
3d4c7bf547
[elghinn] fix entity time support (xep 90 and 202)
2007-06-03 14:00:09 +00:00
Yann Leboulanger
a45a14546a
handle correctly vcards in groupchats : ask them to real jid if we know it, but considere it arrive from fake jid. Fixes #3172 , #3173
2007-05-20 15:41:20 +00:00
Yann Leboulanger
eca640f2f7
don't ask vcard twice to the user when we enter a groupchat (one to fake jid and one to real jid)
2007-05-13 08:11:32 +00:00
Yann Leboulanger
1674110503
show transport nickname if there is one and user hasn't set a nickname. fixes #3094
2007-05-12 20:30:26 +00:00
Yann Leboulanger
31101e5049
when we're disconnected because of a resource conflict, ask the user another resource. Fixes #3044
2007-05-09 20:59:29 +00:00
Yann Leboulanger
3455d9e578
consider all unknown types in presence as if there were no type. fixes #3144
2007-05-07 19:55:27 +00:00
Yann Leboulanger
9c67eb961c
[Peritus] handle confirmation requests sent via messages for XEP-0070. fixes #2995
2007-04-30 20:27:11 +00:00
Yann Leboulanger
776c4614d5
[roidelapluie] add ability to block / unblock a contact / group directly from roster. see #253
2007-04-24 19:56:24 +00:00
Yann Leboulanger
9ed8a292f2
support JEP-0055 (search) for non-dataform services. TODO: improve GUI
2007-04-19 20:54:42 +00:00
Yann Leboulanger
41bdb0c7f6
begining of XEP-0055 (search) implmentation. For the moment, works only with dataforms. see #1922
2007-04-19 13:31:28 +00:00
Yann Leboulanger
287a80e0c7
add a pep_supported variable to Connection class.
2007-03-30 19:12:46 +00:00
Yann Leboulanger
5920d03aee
ability to destroy a room when we are owner, give a reason and alternative room
...
jid. fixes #3031
2007-03-11 20:14:53 +00:00
Yann Leboulanger
0bacc77364
[misc] fix entity caps behaviour. fixes #3001
2007-03-08 08:57:20 +00:00
Yann Leboulanger
5b63c41c41
use new dataform widget in register agent window. Remove no more used old DataFormWindow.
2007-02-15 09:18:24 +00:00
Yann Leboulanger
3534bb30cd
use new dataform widget in groupchat config window
2007-02-14 16:48:25 +00:00
Jean-Marie Traissard
68619a5597
No space in indentation, /src/common/ part
2007-02-04 18:57:25 +00:00
Jean-Marie Traissard
e4fca50eb7
If we got sha from disk and don't ask for new avatar, store sha in mem
2007-02-04 00:45:14 +00:00
Jean-Marie Traissard
3f16220afb
Group chat avatars fixs :
...
- Stop saving avatars of participants without their resource.
- Complement of [7927], don't save sha before avatar. Really fix #2956
- Don't save sha if avatar not readable.
2007-02-03 23:56:40 +00:00
Jean-Marie Traissard
f6a0fe4724
Don't store avatar sha until we really have avatar. Fixes #2956 .
2007-02-01 14:51:14 +00:00
Yann Leboulanger
5fc442b6f5
better indentation
2007-01-31 11:31:07 +00:00
Jean-Marie Traissard
e62a01d6d9
utf problem ?
2007-01-30 18:32:15 +00:00
Jean-Marie Traissard
f4d43979ed
Verify avatars'sha on hdd in muc too, don't send sha when disconnecting from muc
2007-01-29 22:04:22 +00:00
Yann Leboulanger
8a0c47e4a0
[Michal Vaner] add ability to send several ip when we do file transfers, and send all local IPs. fixes #2953
2007-01-28 19:11:39 +00:00
Yann Leboulanger
f450c0eb65
[misc] XEP-0199 (Xmp ping) support.fixes #2947
2007-01-27 10:19:53 +00:00
Yann Leboulanger
27ffd437a9
[misc] advertise we support XEP 85, 50 and 30. fixes #2948
2007-01-27 10:16:46 +00:00
Yann Leboulanger
852974efa7
ability to set and receive an empty subject. fixes #2938
2007-01-26 18:30:45 +00:00
Yann Leboulanger
be81dbcc40
negate timezone so it's positive east of Greenwitch. fixes #2927
2007-01-23 20:31:25 +00:00
Yann Leboulanger
ec8a294053
prevent TB
2007-01-17 08:04:51 +00:00
Yann Leboulanger
476908a54b
ignore unparsable vcards. fixes #2826
2007-01-12 10:10:01 +00:00
Jean-Marie Traissard
775b85a83e
Var name, removed unused import, thanks pyflakes
2007-01-11 22:41:00 +00:00
Yann Leboulanger
7433835994
add an option to override incoming message type. fixes #2804
2007-01-05 20:38:36 +00:00
Yann Leboulanger
70bf104cfc
[misc] XEP-0202 (Entity Time) support. fixes #2830
2006-12-28 16:27:41 +00:00