Christopher tofu Zorn
a1205f347f
Use dirty_delete when removing the session.
...
There is no need for a transaction and has less overhead
2010-05-06 20:55:03 +02:00
Badlop
674ee7f5f6
Fix more HTTP-Bind; now works with exmpp bosh_client, but not others yet.
2010-05-05 19:59:57 +02:00
Badlop
4d1dfe8914
Indicate explicitly what nodes are handled by mod_configure
2010-05-04 11:40:35 +02:00
Christophe Romain
dc4d72cf77
Let PubSub check the namespace of the published root payload element
2010-05-03 14:35:49 +02:00
Badlop
57ffba34c2
New page Miscelanea Options
2010-05-03 13:59:18 +02:00
Christophe Romain
2f97ef8b81
Enforce pubsub#presence_based_delivery (EJAB-1221) (thanks to Karim Gemayel)
...
this commit also sync pubsub_odbc back to latest pubsub
2010-04-29 12:54:35 +02:00
Emilio Bustos
4548f2faf0
Fixed Bugs handling Service Discovery to contacts (EJAB-1207)
2010-04-29 00:38:25 -03:00
Badlop
f01dd3e942
Fix Edoc comment
2010-04-28 20:15:15 +02:00
Badlop
53a5b602dc
New Access rule webadmin_view for read-only (thanks to Oleg Palij)(EJAB-213)
2010-04-27 23:27:24 +02:00
Christophe Romain
b49dd8b8c4
fix node path format, must be binary()
2010-04-27 19:08:56 +02:00
Badlop
4c147c5f29
Don't store blocked messages in offline queue (thanks to Brian Acton)(EJAB-1224)
2010-04-27 13:29:05 +02:00
Badlop
9820880cd5
Automatic vcard avatar addition in presence (thanks to Igor Goryachev)(EJAB-208)
2010-04-27 12:33:38 +02:00
Badlop
8713465df1
No need to handle IQ requests other than Get and Set
2010-04-22 20:15:45 +02:00
Badlop
cb9b97411b
Rename mod_muc_log option spam_prevention to link_nofollow (EJAB-1141)
2010-04-21 18:58:03 +02:00
Badlop
069ad5332d
Update WebAdmin logo to ejabberd 3.
2010-04-21 15:50:01 +02:00
Badlop
1d7daab4e8
Don't send error stanza as reply to error stanza (EJAB-930)
2010-04-20 20:31:17 +02:00
Badlop
6cdfec1284
Fix support for registration from C2S connections
2010-04-19 16:08:01 +02:00
Badlop
ab77bb5466
Recompile the Guide
2010-04-19 15:20:45 +02:00
Evgeniy Khramtsov
c8f5585f3b
added notes about LDAP password change
2010-04-19 23:10:22 +10:00
Evgeniy Khramtsov
e117ce1b7b
allow inband password change (EJAB-199)
2010-04-19 21:05:19 +10:00
Badlop
b0d5ac0b33
Minor fixes in listeners options list
2010-04-19 11:57:16 +02:00
Evgeniy Khramtsov
5bb22101e2
LDAP extensible match support (EJAB-722)
2010-04-19 14:14:26 +10:00
Badlop
f70ebd6983
Allow definition of local address for outgoing s2s (EJAB-418)
2010-04-15 01:04:40 +02:00
Badlop
5cb10cf9fa
Fix outgoing s2s
2010-04-14 21:08:24 +02:00
Badlop
3259c1c2ea
Update some HTTP-Bind to work with exmpp; but doesn't work yet.
2010-04-14 16:50:32 +02:00
Badlop
58a4b594db
Update calls of old xml_stream and xml, to exmpp.
2010-04-14 16:45:37 +02:00
Badlop
7471d49b5a
Fix roster display in WebAdmin
2010-04-14 16:42:29 +02:00
Badlop
67cced15b9
Fix calls to register_feature
2010-04-14 01:08:22 +02:00
Badlop
7fffae5b1a
Rename some JEP references to XEP
2010-04-14 01:00:14 +02:00
Badlop
bda56552eb
Fix management of disco_features and disco_extra_domains
2010-04-14 00:57:56 +02:00
Badlop
d2104ba4e1
Reduce verbosity of log when captcha_cmd is checked but not configured.
2010-04-12 13:33:13 +02:00
Pablo Polvorin
3581b137e1
Remove warning for undefined print_state/1 function for p1_fsm processes.
...
Include a identity function as implementation of print_state/1.
2010-04-09 14:18:44 -03:00
Christophe Romain
44abf1ff28
fix subscriptions, subscribe, and configure options (thanks to Karim Gemayel)
2010-04-08 13:58:47 +02:00
Badlop
7814527e0d
Bugfix for starting with a clean caps table (thanks to Karim Gemayel)
2010-04-07 12:50:47 +02:00
Badlop
57d5bc693c
Add xml default content type (thanks to Aaron Winborn)(EJAB-14214)
2010-04-06 23:04:28 +02:00
Emilio Bustos
b85b63018d
Move SQL queries from vcard_odbc to odbc_queries.
2010-03-31 16:33:18 -03:00
Pablo Polvorin
fd990cf4d8
Allow customizing the StateData in p1_fsm before error reporting.
...
A new callback is introduced on the p1_fsm behaviour:
print_error/1
If the module implements this function, it will be invoked
in case of process crash with the current state data *before*
printing the error in the log. The function must return the
desired State to print.
It is used in ejabberd_c2s to prune the presence sets that
can be large. Instead, the state is changed to include only
the # of elements on each set.
Change inspired in comming changes to gen_server on OTP, and
b01d15abc3 (diff-0)
2010-03-30 16:44:39 -03:00
Badlop
da50d95873
Refactor code to reduce calls to get_affiliation and get_role (thanks to Steam)(EJAB-1038)
2010-03-29 20:49:22 +02:00
Christophe Romain
2f899ba76f
purge_offline and get/set affiliation bugfix
2010-03-22 20:27:13 +01:00
Evgeniy Khramtsov
d11a715eda
- pass jid into feature_check_packet hook;
...
- bounce messages when closing c2s session;
- implemented treap:to_list/1 and treap:from_list/1
2010-03-17 23:47:13 +09:00
Mickael Remond
6d9094ceca
Move HTTP session timeout log from warning level to info. Timeout can be generated when user close the browser for example.
2010-03-14 10:30:01 +01:00
Christophe Romain
d50fc6728e
improve remove_user (EJAB-1172)
2010-03-11 16:07:56 +01:00
Peter Lemenkov
c316bfae25
More compliance with LSB
...
The init-script shall return 4 in case then user doesn't have sufficient privileges for action.
See http://refspecs.freestandards.org/LSB_3.2.0/LSB-Core-generic/LSB-Core-generic/iniscrptact.html
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
2010-03-08 22:41:14 +01:00
Christophe Romain
37a23e69d7
allows PEP to send to bare jid on s2s
2010-03-08 15:35:19 +01:00
Badlop
13412129ec
Document mod_sic (EJAB-1205)
2010-03-08 13:59:06 +01:00
Badlop
94257c3e4b
Implement XEP-0279: Server IP Check (thanks to Karim Gemayel)(EJAB-1205)
2010-03-08 13:58:53 +01:00
Badlop
4dc48da638
Replace concat_binary supported until R14 with list_to_binary supported since R9
2010-03-08 12:53:37 +01:00
Badlop
002104c62e
Catch errors when exporting to PIEFXIS file (EJAB-1178)
2010-03-08 11:16:33 +01:00
Badlop
3844883321
Recompile the Guide
2010-03-08 11:16:05 +01:00
Evgeniy Khramtsov
fb64d79379
ldap_dn_filter option is documented; now fetching only needed attributes in LDAP search requests (EJAB-1204)
2010-03-08 16:51:24 +09:00