Commit 37931342 authored by Matt Tucker's avatar Matt Tucker Committed by matt

Fixed samples.


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@1685 b35dd754-fafc-0310-a699-88a17e54d16e
parent edb28463
......@@ -138,7 +138,7 @@ default presence images. The server name and user must be customized for your de
<ul>
<form>
<textarea cols=65 rows=3 wrap=virtual><img src="http://example.com:9090/plugins/presence/status?jid=jsmith" border="0">
<textarea cols=65 rows=3 wrap=virtual><img src="http://example.com:9090/plugins/presence/status?jid=jsmith@example.com" border="0">
</textarea>
</form>
</ul>
......@@ -149,7 +149,7 @@ custom images that should be used to display the user's presence:
<ul>
<form>
<textarea cols=65 rows=4 wrap=virtual>
<img src="http://example.com:9090/plugins/presence/status?jid=mary&req_jid=jsmith@example.com&images=http://www.example.com/images/--IMAGE--.gif" border=0>
<img src="http://example.com:9090/plugins/presence/status?jid=mary@example.com&req_jid=jsmith@example.com&images=http://www.example.com/images/--IMAGE--.gif" border=0>
</textarea>
</form>
</ul>
......@@ -158,7 +158,7 @@ This example requests the presence of a user in XML format:
<ul>
<form>
<textarea cols=65 rows=3 wrap=virtual>http://example.com:9090/plugins/presence/status?jid=jsmith&type=xml
<textarea cols=65 rows=3 wrap=virtual>http://example.com:9090/plugins/presence/status?jid=jsmith@example.com&type=xml
</textarea>
</form>
</ul>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment