1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2025-09-10 18:59:41 +02:00

Renamed Connection to XMPPConnection

This commit is contained in:
Florian Schmaus 2014-03-10 09:45:50 +01:00
parent f3e007bad5
commit 489816c61f
145 changed files with 639 additions and 641 deletions

View file

@ -150,7 +150,7 @@
<td>&nbsp;</td>
</tr>
<tr>
<td class=text id=black height=16>Debug Connection:</td>
<td class=text id=black height=16>Debug XMPPConnection:</td>
<td><select size="1" name="debug">
<option <%= ("No".equals(debug))?"selected":""%>>No</option>
<option <%= ("Yes".equals(debug))?"selected":""%>>Yes</option>