Changeset 1329043
- Timestamp:
- 01/15/2016 02:31:49 PM (10 years ago)
- Location:
- xmpp-auth/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
xmpp-auth.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
xmpp-auth/trunk/readme.txt
r1327173 r1329043 2 2 3 3 Contributors: Jehan Hysseo 4 Donate link: http:// girinstud.io/about/4 Donate link: http://libreart.info/en/donate 5 5 Tags: jabber, xmpp, xep-0070, authentication, comments 6 6 requires at least: 3.2.0 7 7 Tested up to: 4.4.1 8 Stable tag: 0. 58 Stable tag: 0.6 9 9 10 10 Allows users to authenticate without password via XMPP and for visitors to be … … 268 268 == Changelog == 269 269 270 = 0.6 = 271 272 - Fix comment validation. 273 - Comment validation through XMPP is now marked as "experimental". 274 Though still functional, I find the user experience crappy. I will want to 275 review this deeply before considering it in release state. 276 - Comment validation times out at 50 sec (was 30). 277 - Transaction IDs are 6 characters. This makes them easier to copy, even on 278 smaller virtual keyboard (for instance to validate on your personal smartphone 279 a login made on a third-party untrusted machine). 280 270 281 = 0.5 = 271 282 -
xmpp-auth/trunk/xmpp-auth.php
r1327173 r1329043 4 4 Plugin URI: https://wordpress.org/plugins/xmpp-auth/ 5 5 Description: Authentication to the website through Instant Messaging Authorization (XMPP XEP-0070). 6 Version: 0. 56 Version: 0.6 7 7 Author: Jehan Hysseo 8 8 Author URI: http://girinstud.io
Note: See TracChangeset
for help on using the changeset viewer.