Victor Seva
ff4c2e0ff1
TT#9551 set charset on reconnection
...
* it was missed when reconnecting
Change-Id: I4d97187715ed68f449ef2521a688e4e45afb6517
10 years ago
Victor Seva
937ff0fcc2
TT#9314: support emojis for DB
...
* we do need utf8mb4 charset at sipwise_[mam|offline] tables
Change-Id: Ia29b1819295e8c7800cc79498a97bc8805ad74d4
10 years ago
Victor Seva
d5491e273b
TT#9503 sipwise_pushd: wrong offline badge
...
* when sipwise_offline is enabled
* off by one due the current offline event
Change-Id: Ia30877282ce067d1367c76ea0bc1d36ef3dad38f
10 years ago
Victor Seva
11f3f0b7f9
TT#9504 sipwise_offline: do not store bodyless chat messages
...
* as describe at http://xmpp.org/extensions/xep-0160.html#types
Change-Id: I7f1dcac91378a6edaeebb10b98cc9d8459b24ee4
10 years ago
Victor Seva
e191475653
TT#9402 refresh modules from upstream
...
* migrate from files to dirs as upstream
* refresh debian/control list of modules
* refresh mod_auth_sql.patch
* update_plugins.sh for automate the process
* keep the list of prosody modules at
prosody-modules.list file
* keep the upstream mercurial revision at
prosody-modules.revision file
Change-Id: Id4a0a2c4e88dae64641270ee79c6ee206f5bb695
10 years ago
Victor Seva
0fbc57ef6e
TT#9400 use quilt to maintain patches to upstream
...
- wrap-and-sort -sat
- add quilt as build dependence
- keep mod_auth_sql changes in quilt
- Revert "TT#9317 mod_mam: don't store bodyless chat messages"
This reverts commit 7fc4d61ef3 .
- Revert "TT#9311 mod_mam/sipwise_archive.lib: full username"
This reverts commit b17aec94a0 .
- Revert "TT#9303 mod_mam: sipwise_archive.lib fix crash at find()"
This reverts commit 9e93fb6510 .
- Revert "TT#8297 mam: implement archive to DB"
This reverts commit 754fb5b63c .
- Revert "TT#7482 mod_man: support mam version 0.5 (urn:xmpp:mam:1)"
This reverts commit 9e65f1029f .
Change-Id: I3e008843f16fdd03e8c3d2dbc4ccb2ac16e6dfe5
10 years ago
Victor Seva
7fc4d61ef3
TT#9317 mod_mam: don't store bodyless chat messages
...
* implement store hints https://prosody.im/issues/issue/750
Change-Id: I590b1fb9bd95afdce6a117778052d11d8102f718
10 years ago
Victor Seva
b17aec94a0
TT#9311 mod_mam/sipwise_archive.lib: full username
...
* domain was not included
Change-Id: Id2bbc496545ba7c167cd4dacb24153708e826ca2
10 years ago
Victor Seva
9e93fb6510
TT#9303 mod_mam: sipwise_archive.lib fix crash at find()
...
> mod_c2s: Traceback[c2s]: /usr/lib/prosody/util/sql.lua:189:
> Error executing statement parameters: Data too long for column '_uuid' at row 1
Change-Id: I9e7d6a310ee5e5e8f83cbc97cb2f7ebcf4f534b5
10 years ago
Victor Seva
c2dec69233
TT#8766 mod_sipwise_pushd: fix error when caller is not from local domain
...
* we can't get_caller_info() nor get_muc_info() from external domains
Change-Id: Ieb0c4af4d8c78445cd1352e5e912fb2db3c9165c
10 years ago
Victor Seva
754fb5b63c
TT#8297 mam: implement archive to DB
...
Change-Id: If9644ac66fdd257a430cfb7fa185230c77cd783e
10 years ago
Victor Seva
9e65f1029f
TT#7482 mod_man: support mam version 0.5 (urn:xmpp:mam:1)
...
* keep compability with mam version 0.3 (urn:xmpp:mam:0)
Change-Id: I03dcc49c39b5eb6c38e30d27bcc3b93b8137c770
10 years ago
Victor Seva
bb1360fd16
TT#7560 mod_sipwise_offline
...
store offline messages to DB
Change-Id: Ia94e784a4643376047cc64b685457d292a515fd5
10 years ago
Victor Seva
c52d6cdcd5
MT#16059 mod_sipwise_vhosts_sql: fix debug output
...
> mod_sipwise_vhosts_sql: conference_modules[conference.voip.sipwise.local]: table: 0xa2aae0
should be
> mod_sipwise_vhosts_sql: conference_modules[conference.voip.sipwise.local]: {"roster","saslauth","tls","dialback","disco","private","time","ping","pep","websocket","posix","carbons","carbons_copies","carbons_adhoc","csi","throttle_presence","filter_chatstates","sipwise_admin_telnet","sipwise_vcard_cusax","sipwise_vhosts_sql","sipwise_groups","sipwise_lastactivity"}
Change-Id: Ic22909a77526f89ca879ac4f9e3a97554ddf8d3a
10 years ago
Victor Seva
0d7e7ac114
TT#6646 support XEP-0352: Client State Indication
...
Change-Id: I81788efd51f976e56e0244fe0cc2b881b9b7ce8b
10 years ago
Victor Seva
5003261017
TT#6605 mod_sipwise_pushd: fix MUC offline when sender has more than one session
...
* reduce debug output
* fire_offline_message():
- assert that we have a from nick
- check the original from jid too for is_pushd_blocked()
Change-Id: I0718fe71b9ea06e16de14aeb6017ce3986f16a71
10 years ago
Victor Seva
e4a378a9c0
MT#10921 add mod_man plugin
...
Change-Id: I66c51222c1ca2466be83219829ea4210b1a474e7
10 years ago
Victor Seva
b09f209d32
MT#19579 pushd: define get_muc_room() to filter possible errors
...
avoid errors like:
> mod_c2s: Traceback[c2s]: /usr/lib/prosody/modules/mod_sipwise_pushd.lua:145:
> attempt to index field '?' (a nil value)
> stack traceback:
> /usr/lib/prosody/modules/mod_sipwise_pushd.lua:145: in function 'get_muc_caller'
Change-Id: Ie32195f49cef6b2145deba6ea78b8b1c43ea7d41
10 years ago
Victor Seva
c51c1f68b1
TT#1597 sipwise_vjud: fix dataform reply format
...
* missing <query xmlns='jabber:iq:search'>
Change-Id: I72ac10778dea2c3ebcd83fce38eb71ebba96c8b5
10 years ago
Victor Seva
12c628f36f
TT#1597 sipwise_vjud: fix dataform reply format
...
* use stanza templates for replies too
Change-Id: Ic8bd25e396fa844f8a61d599b3efb64e96c28f8d
10 years ago
Victor Seva
778b400f6c
TT#1597 sipwise_vjud: add domain field
...
* dataform with domain field, if field value is '*'
result is the list of domains served by the server
Change-Id: I5ea272178a183c633cf38a2f439252d8af168681
10 years ago
Victor Seva
9b811d431f
MT#18055 mod_sipwise_vjud: use dataforms for searching e164 values
...
* support using <nick> field as e164 for backwards compatibility
Change-Id: Ieb5661cd989a47e2fff1f6e105400c1aa045f56f
10 years ago
Victor Seva
bc610ad4aa
Revert "MT#18055 mod_sipwise_vjud: use dataforms for searching e164 values"
...
This reverts commit 32cbf31623 .
10 years ago
Victor Seva
608b9d60cf
MT#20021 mod_sipwise_vjud: add some debug messages related to normalize_number and search_by_number
...
Change-Id: Ia1c8178369ad627f82c93170f26aba5a5f3653da
10 years ago
Victor Seva
b83138ce44
MT#18905 support pushd_blocking
...
* use XEP-191 as base for our pushd_blocking
Change-Id: I5289277fa3561362b13b532741ed1d687ac81bd7
11 years ago
Victor Seva
518146460b
MT#18725 mod_sipwise_groups: reconnect_check for lookup functions
...
Change-Id: Ied7adc5a1075f960a75305c3b84114f7bd45d6db
11 years ago
Victor Seva
32cbf31623
MT#18055 mod_sipwise_vjud: use dataforms for searching e164 values
...
* support using <nick> field as e164 for backwards compatibility
Change-Id: If12445facee1e77f57283ddf7401b06b87a9782b
11 years ago
Victor Seva
f6031ab582
MT#18041 mod_sipwise_vjud: fix discovery, clean code
...
Change-Id: Idd76d16f9a27fd9b10641085c8182654e63e9be3
11 years ago
Victor Seva
c122e4e1ed
MT#18041 mod_sipwise_vjud: fix discovery
...
Change-Id: If776797a98bebcf95b141870087d397518b5614c
11 years ago
Victor Seva
9474448390
MT#17541 support XEP-191 mod_blocking
...
Change-Id: I8f4f724e8d44e3d5393bdeda5d0f5e6c33de9c41
11 years ago
Victor Seva
dad9a2cca5
MT#17545 upgrade community modules
...
Change-Id: Ia18c52cc56669add373c476a2e55a9e880200727
11 years ago
Victor Seva
7e27dbaca2
MT#16059 mod_sipwise_vjud: fix load module
...
add_feature() and hook() needs to be called inside add_host()
because it's a global module
Change-Id: Ief657fb637354c1b9dde01eb7efa651eba30bb75
11 years ago
Victor Seva
c579c89179
MT#16059 mod_sipwise_vhosts_sql: fix load sipwise_vjud component at search domain
...
Change-Id: Ibb6690909dbc04c10a0bcde3600615df4d3f5d98
11 years ago
Victor Seva
a943438146
MT#15893 mod_sipwise_vcard_cusax: fix error if domain has no users
...
Change-Id: I9bcdd01a965e0ba02b7e2d92b6c746a364473ffe
11 years ago
Victor Seva
d346079131
MT#16059 mod_sipwise_pushd: support groupchat messages
...
- No need to save MUC participants on redis
the message will be processed by sipwise_pushd
module at the server that has the MUC room in memory
- Load sipwise_pushd module at 'conference.' host if
is enabled at the config in order to process
'message/bare' events to catch MUC messages
- fix shard when subscriber offline
Change-Id: I9d56b3867075d496135ff5b530cc6b23aa16b987
11 years ago
Victor Seva
82433716ec
MT#16059 mod_sipwise_redis_mucs: fix unbind hook. fixes commit 320bdefb33
...
Change-Id: I5982d269de68d4a82569ffd54224d72a393e6644
11 years ago
Victor Seva
320bdefb33
MT#16059 save MUC participants on redis too
...
Change-Id: I4c5e22d93f966637abe304a6e7fbc88609017a31
11 years ago
Victor Seva
babc44fb9b
MT#6407 support MUC on cluster
...
Change-Id: I6d8cc8976ca32bb2af379e2bce9aae38551c7928
11 years ago
Victor Seva
c5f0784ceb
MT#6407 cluster using mod_shard* as base
...
5d5ee8db0d
https://groups.google.com/d/topic/prosody-dev/X99ktLm0JwU/discussion
TODO: deal with MUC
Change-Id: I1dbbe0075e3ca2ba28998a2d2f3396ab4293dbfb
11 years ago
Victor Seva
bbb6f0fe4c
MT#15819 mod_sipwise_pushd: set apns_alert message on muc
...
Change-Id: I76f9fb1766509d5fc7b47ad9cb4bf986fc7f2b41
11 years ago
Victor Seva
24c1cc4a6a
MT#15893 mod_sipwise_vcard_cusax: return error if subscriber does not exist
...
Change-Id: Ida5c223ebce32132bbb093e839f82936c5f382f8
11 years ago
Victor Seva
ff763a751b
MT#15837 mod_sipwise_vcard_cusax: add error when no info is retrive
...
This removes the lua error when trying to access nil value info.user
http://xmpp.org/rfcs/rfc6120.html#stanzas-error-conditions
Change-Id: Id5709fd4f2b234b6062a6f5433799d35fb90b7f3
11 years ago
Victor Seva
f672d8e3ec
MT#15303 add mod_limit_auth
...
http://modules.prosody.im/mod_limit_auth.html
limit_auth_period = 30 -- over 30 seconds
limit_auth_max = 5 -- tolerate no more than 5 failed attempts
Change-Id: I44932d643f124991948a26c2d80c8b40a9c155d2
11 years ago
Victor Seva
6abfd0faae
MT#15119 sipwise_log_debug module
...
This enables log stanzas of some type from/to specific jids
log_debug = {
level = "info", -- log level
prefix_out = "*** Sent",
prefix_in = "*** Received",
jids = {'userA@domain.local', 'userB@domain.local', }, -- jids to log
filter = {'*'} -- 'message', 'iq'
};
Change-Id: I4fbeaea8bdda445b87e4446a652a4747b75dbd8a
11 years ago
Victor Seva
be8663b9ec
MT#14921 add uuid push_id parameter
...
Change-Id: I8bc5ae718156777620eb18a10f8f830cf7dd9d24
11 years ago
Victor Seva
d20b62f467
MT#14281 pushd: use formencode() in order to urlencode the http request
...
Change-Id: If922ed905f2758b0c80ad6e16a823349c75add6e
11 years ago
Victor Seva
1e3496febf
MT#12953 pushd: fix error when the user is not provided properly
...
Change-Id: I527577093f23417c362b6f0f9fa38984969a433d
11 years ago
Victor Seva
e2ae3283be
MT#12267 add mod_carbons_* and sync mod_smacks ( license header )
...
- while at it upgrade debian copyright file
Change-Id: I9a8cd7b6a00e6ee693e7247983c6a25a00778046
12 years ago
Victor Seva
844707127a
MT#12267 add mod_carbons and sync mod_smacks
...
- while at it upgrade debian description and copyright files
Change-Id: I966f23fb7108b3d21cb25d99ff089f927ef2bc4f
12 years ago
Victor Seva
d08c713d5a
MT#12267 merge changes from 0.9.8
...
- plugins/mod_sipwise_admin_telnet.lua: merge changes
- debian/control: set prosody dependency
Change-Id: I5f190a1f66853c8f8ec7cd8888c42daa3a814162
12 years ago