الوصف
This plugin sends XMPP notifications to the users who are registered and set their own Jabber ID. Emails to them are able to be suppressed.
This plugin provides a function to be added ‘wp_mail’ hook in wp_mail()
located in wp-includes/pluggable.php
.
This plugin requires XMPP Enabled plugin.
Filter Hook
The function xmpp_sender()
in this plugin has two filter hooks.
Using ‘abort_xmpp_sender’ hook allow abort all processing. For example, you want to send email independent of user or JID when the subject has a particular keyword. You may add a function which checks the subject and returns true
if keyword is found.
Using ’email_to_jid’ hook allow set/unset JID correspond to email address. Default function of this hook, email2jid()
returns JID when the user is registered to the site and his/her JID is set. If you want to send email but XMPP to a particular user, add a function which returns false
.
التنصيب
- XMPP Enabled plugin is required. Install it and configure.
- Upload the
wp-mail2xmpp
folder to your/wp-content/plugins/
directory. - Activate the plugin using the
Plugins
menu in WordPress. - Go to XMPP Enabled -> wp_mail to XMPP, adjust option.
- Set each user’s JID to Jabber ID field in his/har profile page.
المراجعات
لا توجد مراجعات لهذه الإضافة.
المساهمون والمطوّرون
“wp_mail to XMPP” هو برنامج مفتوح المصدر. وقد ساهم هؤلاء الأشخاص بالأسفل في هذه الإضافة.
المساهمونلقد تم ترجمة ”wp_mail to XMPP“ إلى لغة واحدة. شكراً إلى جميع المُترجمين لمُساهماتهم.
ترجمة ”wp_mail to XMPP“ إلى لغتك.
مُهتم بالتطوير؟
تصفّح الشفرة، تحقق من مستودع SVN، أو الاشتراك في سجل التطوير بواسطة RSS.
سجل التغييرات
1.0
- Rearranged settings page.
0.4
- Created hooks.
0.3
- Public release
- Changed plugin name.
0.2
- Initial release.