summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2010-04-06 15:47:22 +0100
committerSimon McVittie <smcv@debian.org>2010-04-06 15:47:22 +0100
commitf3148819fa97949461532ae37d603d10a28b6909 (patch)
tree0cb569bead61087aceb7451d8cf74ac218eb571a
parent54499584f15f7609698d08cb152af6e603fd4ffa (diff)
Add missing bits of Wocky to sections.txt, docs.sgml
-rw-r--r--docs/reference/wocky-docs.sgml24
-rw-r--r--docs/reference/wocky-sections.txt29
2 files changed, 49 insertions, 4 deletions
diff --git a/docs/reference/wocky-docs.sgml b/docs/reference/wocky-docs.sgml
index b0ee719..04043c0 100644
--- a/docs/reference/wocky-docs.sgml
+++ b/docs/reference/wocky-docs.sgml
@@ -12,27 +12,43 @@
<chapter>
<title>API Reference</title>
+ <xi:include href="xml/wocky.xml"/>
<xi:include href="xml/wocky-bare-contact.xml"/>
<xi:include href="xml/wocky-connector.xml"/>
- <xi:include href="xml/wocky-connector.xml"/>
- <xi:include href="xml/wocky-contact-factory.xml"/>
<xi:include href="xml/wocky-contact.xml"/>
+ <xi:include href="xml/wocky-contact-factory.xml"/>
+ <xi:include href="xml/wocky-data-form.xml"/>
+ <xi:include href="xml/wocky-data-form-enumtypes.xml"/>
<xi:include href="xml/wocky-debug.xml"/>
+ <xi:include href="xml/wocky-muc.xml"/>
+ <xi:include href="xml/wocky-muc-enumtypes.xml"/>
<xi:include href="xml/wocky-namespaces.xml"/>
+ <xi:include href="xml/wocky-pep-service.xml"/>
<xi:include href="xml/wocky-porter.xml"/>
+ <xi:include href="xml/wocky-pubsub-helpers.xml"/>
+ <xi:include href="xml/wocky-pubsub-node.xml"/>
+ <xi:include href="xml/wocky-pubsub-node-protected.xml"/>
+ <xi:include href="xml/wocky-pubsub-service.xml"/>
+ <xi:include href="xml/wocky-pubsub-service-enumtypes.xml"/>
+ <xi:include href="xml/wocky-pubsub-service-protected.xml"/>
<xi:include href="xml/wocky-resource-contact.xml"/>
<xi:include href="xml/wocky-roster.xml"/>
<xi:include href="xml/wocky-sasl-auth.xml"/>
+ <xi:include href="xml/wocky-sasl-digest-md5.xml"/>
+ <xi:include href="xml/wocky-sasl-handler.xml"/>
+ <xi:include href="xml/wocky-sasl-plain.xml"/>
+ <xi:include href="xml/wocky-session.xml"/>
<xi:include href="xml/wocky-tls.xml"/>
+ <xi:include href="xml/wocky-types.xml"/>
<xi:include href="xml/wocky-utils.xml"/>
<xi:include href="xml/wocky-xmpp-connection.xml"/>
<xi:include href="xml/wocky-xmpp-error.xml"/>
+ <xi:include href="xml/wocky-xmpp-error-enumtypes.xml"/>
<xi:include href="xml/wocky-xmpp-node.xml"/>
- <xi:include href="xml/wocky-xmpp-reader-enumtypes.xml"/>
<xi:include href="xml/wocky-xmpp-reader.xml"/>
+ <xi:include href="xml/wocky-xmpp-reader-enumtypes.xml"/>
<xi:include href="xml/wocky-xmpp-stanza.xml"/>
<xi:include href="xml/wocky-xmpp-writer.xml"/>
- <xi:include href="xml/wocky.xml"/>
</chapter>
diff --git a/docs/reference/wocky-sections.txt b/docs/reference/wocky-sections.txt
index 8000859..ae9157b 100644
--- a/docs/reference/wocky-sections.txt
+++ b/docs/reference/wocky-sections.txt
@@ -735,6 +735,15 @@ wocky_pubsub_node_get_type
</SECTION>
<SECTION>
+<FILE>wocky-pubsub-node-protected</FILE>
+<TITLE>WockyPubsubNode-protected</TITLE>
+wocky_pubsub_node_get_porter
+wocky_pubsub_node_make_delete_stanza
+wocky_pubsub_node_make_subscribe_stanza
+wocky_pubsub_node_make_unsubscribe_stanza
+</SECTION>
+
+<SECTION>
<FILE>wocky-pubsub-service</FILE>
<TITLE>WockyPubsubService</TITLE>
WockyPubsubService
@@ -776,3 +785,23 @@ wocky_pubsub_service_error_quark
wocky_pubsub_subscription_get_type
wocky_pubsub_subscription_state_get_type
</SECTION>
+
+<SECTION>
+<FILE>wocky-pubsub-service-protected</FILE>
+<TITLE>WockyPubsubService-protected</TITLE>
+wocky_pubsub_service_create_create_node_stanza
+wocky_pubsub_service_create_retrieve_subscriptions_stanza
+wocky_pubsub_service_get_porter
+wocky_pubsub_service_handle_create_node_reply
+wocky_pubsub_service_parse_subscription
+wocky_pubsub_service_parse_subscriptions
+</SECTION>
+
+<SECTION>
+<FILE>wocky-pubsub-helpers</FILE>
+<TITLE>wocky-pubsub-helpers</TITLE>
+wocky_pubsub_distill_ambivalent_iq_reply
+wocky_pubsub_distill_iq_reply
+wocky_pubsub_distill_void_iq_reply
+wocky_pubsub_make_publish_stanza
+</SECTION>