From a1c81dce7c7d4e3a0e6e1f446eaeb893845fd680 Mon Sep 17 00:00:00 2001 From: Roland Hieber Date: Sat, 14 Dec 2013 02:02:55 +0100 Subject: [PATCH] rename files --- dnssd-mock.jpg => fig-dnssd-mock.jpg | Bin ...cture-mock.jpg => fig-xmpp-architecture-mock.jpg | Bin main.tex | 6 +++--- ...ess-allocation.tex => sec-address-allocation.tex | 0 sec-chatty-things.tex | 7 +++++++ dns-extensions.tex => sec-dns-extensions.tex | 2 +- xmpp.tex => sec-xmpp.tex | 2 +- 7 files changed, 12 insertions(+), 5 deletions(-) rename dnssd-mock.jpg => fig-dnssd-mock.jpg (100%) rename xmpp-architecture-mock.jpg => fig-xmpp-architecture-mock.jpg (100%) rename address-allocation.tex => sec-address-allocation.tex (100%) create mode 100644 sec-chatty-things.tex rename dns-extensions.tex => sec-dns-extensions.tex (98%) rename xmpp.tex => sec-xmpp.tex (98%) diff --git a/dnssd-mock.jpg b/fig-dnssd-mock.jpg similarity index 100% rename from dnssd-mock.jpg rename to fig-dnssd-mock.jpg diff --git a/xmpp-architecture-mock.jpg b/fig-xmpp-architecture-mock.jpg similarity index 100% rename from xmpp-architecture-mock.jpg rename to fig-xmpp-architecture-mock.jpg diff --git a/main.tex b/main.tex index 8219bb3..bd1cb9b 100644 --- a/main.tex +++ b/main.tex @@ -38,9 +38,9 @@ overview to the techniques used in the paper by Klauk and Kirsche \cite{klauck-kirsche-chattythings} -\input{address-allocation.tex} -\input{dns-extensions.tex} -\input{xmpp.tex} +\input{sec-address-allocation.tex} +\input{sec-dns-extensions.tex} +\input{sec-xmpp.tex} \input{sec-chatty-things.tex} \section{Related Approaches} diff --git a/address-allocation.tex b/sec-address-allocation.tex similarity index 100% rename from address-allocation.tex rename to sec-address-allocation.tex diff --git a/sec-chatty-things.tex b/sec-chatty-things.tex new file mode 100644 index 0000000..5be64d4 --- /dev/null +++ b/sec-chatty-things.tex @@ -0,0 +1,7 @@ +\section{System Architecture of ``Chatty Things''} +\todo +\pages{3} +\subsection{Service Provisioning Sublayer} +\subsection{Bootstrapping} +\subsection{Presence Subscription} + diff --git a/dns-extensions.tex b/sec-dns-extensions.tex similarity index 98% rename from dns-extensions.tex rename to sec-dns-extensions.tex index c4c84e3..7ef413c 100644 --- a/dns-extensions.tex +++ b/sec-dns-extensions.tex @@ -49,7 +49,7 @@ and \term{Service Instance Resolution}. \begin{figure}[top] \centering - \includegraphics[width=0.9\textwidth]{dnssd-mock.jpg} + \includegraphics[width=0.9\textwidth]{fig-dnssd-mock.jpg} \caption{DNS-SD: Service Instance Enumeration and Resolution \todo[XMPP is a bad example here, use IPP]} \label{fig:dnssd} diff --git a/xmpp.tex b/sec-xmpp.tex similarity index 98% rename from xmpp.tex rename to sec-xmpp.tex index 7bef910..451a317 100644 --- a/xmpp.tex +++ b/sec-xmpp.tex @@ -23,7 +23,7 @@ the resource is only needed for routing between client and server. \begin{wrapfigure}{r}{0.4\textwidth} %\begin{figure}[htop] \centering - \includegraphics[width=0.4\textwidth]{xmpp-architecture-mock.jpg} + \includegraphics[width=0.4\textwidth]{fig-xmpp-architecture-mock.jpg} \caption{XMPP architecture} \label{fig:xmpparch} %\end{figure} -- 2.20.1