=====Showing your status on Jabber===== {{lastedit}} >> Version: **0.5**>> Idea taken from [[http://wiki.crao.net/index.php/JabberPr%E9sence?redirectfrom=JabberPresence | CraoWiki]], so "toute coincidence ne serait pas fortuite". It is based on [[http://edgar.netflint.net/index.php | Edgar]] script so will try to implement all its functionnalities. The action will be written in this form: ""{{jabberpresence jid="wikka@jsnx.com" iconset="phpbb" type="html" iconset="phpbb"}}"" and result of this will be: **wikka@jsnx.com/Psi** {{image alt="Jabber status for wikka@jsnx.com" title="Jabber status for wikka@jsnx.com" url="http://edgar.netflint.net/iconsets/phpbb/available.gif"}} ===Available iconsets=== - gabber: {{image url="http://edgar.netflint.net/iconsets/gabber/available.gif"}} - stellar: {{image url="http://edgar.netflint.net/iconsets/stellar/available.gif"}} - dudes: {{image url="http://edgar.netflint.net/iconsets/dudes/available.gif"}} - icq: {{image url="http://edgar.netflint.net/iconsets/icq/available.gif"}} - licq: {{image url="http://edgar.netflint.net/iconsets/licq/available.gif"}} - phpbb: {{image url="http://edgar.netflint.net/iconsets/phpbb/available.gif"}} - invision: {{image url="http://edgar.netflint.net/iconsets/invision/available.gif"}} - frickenhuge: {{image url="http://edgar.netflint.net/iconsets/frickenhuge/available.gif"}} ===The code=== %%(php) Action('{{image alt="Jabber status for '.$vars['jid'].'" title="Jabber status for '.$vars['jid'].'" url="'.$edgar_uri.'"}}'); } } else { echo "No JID defined."; } ?> %% It's very simple, as this is my first action. ---- CategoryUserContributions