Changeset 426647
- Timestamp:
- 08/21/2011 10:11:47 AM (15 years ago)
- Location:
- xmpp-auth/trunk
- Files:
-
- 3 edited
-
admin.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
xmpp-auth.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
xmpp-auth/trunk/admin.php
r426623 r426647 327 327 </td> 328 328 </tr> 329 <?php /* TODO 329 330 <tr> 330 331 <th scope="row"><?php _e('Notifications')?></th> 331 332 <td><label for="xmppauth_im_notifications"><input name="xmppauth_im_notifications" type="checkbox" id="xmppauth_im_notifications" value="true" <?php checked(true, $im_notification); ?> /> <?php _e('Notify by IM (instead of emails)'); ?></label></td> 332 333 </td> 333 </tr> 334 </tr>*/ ?> 334 335 </table> 335 336 <?php -
xmpp-auth/trunk/readme.txt
r426587 r426647 6 6 requires at least: 3.2.0 7 7 Tested up to: 3.2.1 8 Stable tag: 0. 28 Stable tag: 0.3 9 9 10 10 Allows users to authenticate without password via XMPP and for visitors to be -
xmpp-auth/trunk/xmpp-auth.php
r426593 r426647 4 4 Plugin URI: http://jehan.zemarmot.net 5 5 Description: Authentication to the website through Instant Messaging Authorization (XMPP XEP-0070). 6 Version: 0. 26 Version: 0.3 7 7 Author: Jehan Hysseo 8 8 Author URI: http://jehan.zemarmot.net 9 License: AGPLv39 License: GPLv2+ 10 10 */ 11 11
Note: See TracChangeset
for help on using the changeset viewer.