1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-09 17:19:39 +02:00

Move "Message Events (XEP-22)" code to legacy

Fixes SMACK-569
This commit is contained in:
Florian Schmaus 2014-07-16 11:52:39 +02:00
parent 49ee058c38
commit 97b17e83b4
13 changed files with 70 additions and 8 deletions

View file

@ -0,0 +1,15 @@
<html>
<head>
<title>Smack Legacy User Manual</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<frameset cols="200,*">
<frame src="toc.html" name="navFrame" target="mainFrame">
<frame src="intro.html" name="mainFrame">
</frameset>
<noframes>
<H2>Smack Legacy User Manual</H2>
<a href="toc.html">Smack Extensions User Manual</a></noframes></html>