Victor Seva
25e99fcffa
TT#99900 remove utils/table.lua and use the one from lua-ngcp-kamailio
...
* prosody 0.11 already provides utils/table.so
Change-Id: Idb426569ed885e01194caba8354bc9ad1ca7f7ff
(cherry picked from commit 2cee084829 )
5 years ago
Victor Seva
f9b0c6f6d6
TT#66583 fix load module error
...
* sql module was moved to util package
* no need to set encoding manually, is done in engine:connect()
* reuse engine if available, seems to be the way other modules
behave
Change-Id: I39afeb5a08ca5199e3f096fb43a4e8c3eac779ea
6 years ago
Victor Seva
ff4c2e0ff1
TT#9551 set charset on reconnection
...
* it was missed when reconnecting
Change-Id: I4d97187715ed68f449ef2521a688e4e45afb6517
9 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
32cbf31623
MT#18055 mod_sipwise_vjud: use dataforms for searching e164 values
...
* support using <nick> field as e164 for backwards compatibility
Change-Id: If12445facee1e77f57283ddf7401b06b87a9782b
10 years ago
Victor Seva
f6031ab582
MT#18041 mod_sipwise_vjud: fix discovery, clean code
...
Change-Id: Idd76d16f9a27fd9b10641085c8182654e63e9be3
10 years ago
Victor Seva
c122e4e1ed
MT#18041 mod_sipwise_vjud: fix discovery
...
Change-Id: If776797a98bebcf95b141870087d397518b5614c
10 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
10 years ago
Victor Seva
babc44fb9b
MT#6407 support MUC on cluster
...
Change-Id: I6d8cc8976ca32bb2af379e2bce9aae38551c7928
10 years ago
Victor Seva
f53d100842
MT#7053 add database name to the queries. Use auth_sql prosody config.
12 years ago
Victor Seva
47f488bd74
Add licence note on source files
12 years ago
Andreas Granig
28b5fc52a5
Implement XEP-0055 with implicit rewrite rules.
...
This allows for searching for denormalized phone numbers via
Jabber Search, and the module will use the rewrite rules of
the searching user to normalize to E164. Using this number, the
subscriber is looked up in dbaliases table and is returned as JID.
13 years ago