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
11 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
11 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
11 years ago
Victor Seva
d55bd7ea42
MT#11583 lastactivity: fix debug output and remove .save() .restore()
...
use tostring() in order to be sure not to crash if values are nil
Change-Id: I331d0b4cecc37b675ee7afd0dc9a495dd4ba117f
11 years ago
Victor Seva
5a87e97a07
MT#8951 fix vcard format v2 and email
...
<iq id='purple273b39e3' type='result' to='43991006@192.168.0.105/139fbbc9-75d2-4b45-a0a3-fa0bb5908c46'/>
<iq id='v1' type='result' to='43991006@192.168.0.105/139fbbc9-75d2-4b45-a0a3-fa0bb5908c46'>
<vCard xmlns='vcard-temp' version='2.0' prodid='-//HandGen//NONSGML vGen v1.0//EN'>
<JABBERID>43991006@192.168.0.105</JABBERID>
<TEL>
<VIDEO/>
<NUMBER>sip:43991006@192.168.0.105</NUMBER>
</TEL>
<TEL>
<VOICE/>
<NUMBER>43991006</NUMBER>
</TEL>
<EMAIL>
<INTERNET/>
<PREF/>
<USERID>pepgrillo@neverland.org</USERID>
</EMAIL>
</vCard>
</iq>
Change-Id: Iab9592247eafa6692338e670f4263e6220a3bb9b
11 years ago
Victor Seva
a017dbf4a4
MT#11583 add our own lastactivity module
...
mod_lastactivity is not doing the work. Implemented as last activity
is last change of presence or last message sent
MT#11387 while at it move ngcp-system-tools Pre-Depends
to Depends to make piuparts happy
Change-Id: Ic2f29017c27b3ef3e4f4f9377f17d050de218b90
11 years ago
Victor Seva
f1631d6762
MT#9763 pushd: fix get_caller_info()
...
vcard.get_subscriber_info doesn't fill all fields so put something there
Change-Id: I2e48673b6baa417e1ad18fe70fa90642cda4dd52
11 years ago
Victor Seva
af940bf7fe
MT#6407 mod_sipwise_cluster: remove unused host config
...
It is not necessary, the hosts of the cluster are discovered using
the info at mod_sipwise_redis_sessions
Change-Id: I684f0d146253408fda6d7248f1953fa6182ca82f
11 years ago
Victor Seva
73fde6ca4c
MT#9763 pushd: set the push msg for muc invitations
...
Change-Id: Ibd96e0c701d53e6f2a7cc1f10afeb05dd036f2ab
11 years ago
Victor Seva
50215161e4
MT#9763 pushd: add prefix with sender_name at apns_alert field
...
Change-Id: I853d014a5f8a8b6d9e7e9db9367de000f88b5762
11 years ago
Victor Seva
3f2c23f051
MT#6407 prosody cluster
...
Change-Id: I77a67d04fe88905eb137e276f9113e5ab37778ec
11 years ago
Victor Seva
aae45dab2b
MT#6411 redis_session: new key schema
...
[full_jid] => server_id ( IP )
[bare_jid] => list of (server_id:resource)
Change-Id: I498d96375471edb5f86e8f9876de9e28b6781339
11 years ago
Victor Seva
7780d3c1d5
MT#10849: add mod_smacks plugin
...
Change-Id: I9f787765295d6eeb4c45c1140e6d35f226ed9c54
11 years ago
Victor Seva
d4995ce0e3
MT#9763 push: add data_sender_number and data_sender_sip
...
- vcard: set primary number as first in the list of aliases
Change-Id: I12ec493e75951913c815cee188d7802015f47ea2
11 years ago
Victor Seva
a6e0655371
MT#9763 Pushd: use new format for pushd query. Skip empty messages
...
- typing, stop typing produce empty messages
Change-Id: I154d5734377f35e1153486d4e6a59835b750c3b1
11 years ago
Alexander Lutay
5914b4f1f5
MT#9763 Pushd: updated Apple sound files + typo fix s/aspn/apns/
...
Change-Id: I0905ba7cf1ec99e704cf8a4275d5f4c492e04a24
11 years ago
Victor Seva
6dfa707930
MT#9763 pushd: extended gcm and aspn parameters.
...
- Changes on vcard to be able to get the info of
subscribers related to display_name pref
- gcm and asp can be enabled/disabled by configuration
- number of unread messages from offline module
Change-Id: If4e23ca57ccb2386e0f11fee2f170f2f59a80f82
11 years ago
Victor Seva
7945b1b295
MT#9985 vhosts: rework enable MUC for domains
...
dynamic components should be added in this way
Change-Id: I8cc89e5c0a741fd5d9b37afd051399997c9694c2
11 years ago
Victor Seva
f031997c2a
MT#9985 vhosts: enable MUC for domains
...
Change-Id: Ibbec8aabc14fbc2fd653f41bc7def692b3885478
11 years ago
Victor Seva
39e4b7dfb2
MT#8851 pushd: use from info when available if origin is null
...
This fix error if the message is coming from a c2c connection
Change-Id: I337b13da286ecda8a0ab9c48baf6a5137fa510d0
12 years ago
Victor Seva
4201b42698
MT#8851 mod_sipwise_pushd: fix 0d8220219a domain query call
...
Change-Id: I5d172d61ca591b0c91f122e39798cad468e7868e
12 years ago
Victor Seva
963cfd499e
MT#8851 mod_sipwise_pushd: fix 0d8220219a domain query
...
Change-Id: I4afbdfa19e7b0956cd276e29c5848b9a84b61e78
12 years ago
Victor Seva
31fb42e0e5
MT#8951 fix vcard format and querys
...
Don't mix ids from provisioning and billing
Change-Id: I5843bc199f1227eaac2b3277990a259a14cb343b
12 years ago
Victor Seva
2c0bf78a17
MT#8951 sipwise_vcard_cusax: add numbers, name and email
...
Change-Id: If5dd06735ee3e540a99aaa46ce42481891d52814
12 years ago
Victor Seva
0d8220219a
MT#8851 add mod_sipwise_pushd module
...
This module will send the proper HTTP request to our pushd service
in order to send a PUSH to mobile clients
12 years ago
Victor Seva
a02bb76c4b
MT#7545 remove pilot from the list of subscribers
12 years ago
Victor Seva
f9d87392a2
MT#7545 Adapt queries to the new voip_pbx_groups schema.
12 years ago
Victor Seva
47678b7631
MT#6285 add mod_log_auth plugin
12 years ago
Victor Seva
f53d100842
MT#7053 add database name to the queries. Use auth_sql prosody config.
12 years ago
Victor Seva
efb226e1a5
MT#6285 add mod_log_auth plugin
12 years ago
Victor Seva
f4cef17c53
MT#6411 Add mod_sipwise_redis_sessions module.
...
This module will maintain the server's session state in a external redis storage.
12 years ago
Victor Seva
8dd77ca9e4
MT#6409 Create mod_sipwise_admin_telnet
...
Version forked from upstream mod_admin_telnet version 0.9.3
This version has this new options:
- console_port: 5582 (default)
- console_interface: "127.0.0.1" (default)
So now you can select the IP.
12 years ago
Victor Seva
47f488bd74
Add licence note on source files
12 years ago
Andreas Granig
68fb4e4771
MT#5811 Add xmpp-over-websocket plugin.
12 years ago
Victor Seva
08765030e8
Added display_name from user preferences;
13 years ago
Victor Seva
36f3eca791
use new usr_preference 'shared_buddylist_visibility' to filter users
13 years ago
Victor Seva
eb1046fec8
Added functionality to change the way groups are been added to the roster.
...
The "all" group can be added/removed and we can add all groups or just
the ones the user belongs to.
13 years ago
Victor Seva
c50c90c1d2
we need to check for reconect
13 years ago
Victor Seva
09d8ccdcfe
Initial version of sipwise_groups module.
...
Creates "all" group with all pbx contacts and a group per pbx_group
13 years ago
Andreas Granig
dea765044a
Implicitely add domain with "search" prefix.
13 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
Andreas Granig
804143c845
Remove authentication by number.
...
We always use the SIP subscriber URI as JID.
13 years ago
Andreas Granig
23214acfe8
Allow login with E164 number.
...
This also allows adding this number into buddy list, once the user
has logged in. It's not the final solution though, as the number should
just be an alias.
13 years ago
Andreas Granig
6f16c9e9b4
Add simple vcard module for cusax support.
...
Just sends back a vCard with NUMBER and VIDEO set to the queried URI.
13 years ago
Andreas Granig
858b7db4a0
Add custom auth_sql and new vhosts_sql module.
13 years ago