Created
June 5, 2014 11:08
-
-
Save Philonous/4aa77be7d2cae392c407 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?><!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd"><node name="/"><node name="pontarius/service"><interface name="pontarius.service"><method name="markKeyVerified"><arg name="location" type="s" direction="in"/></method><method name="markKeyVerified"><arg name="key-id" type="s" direction="in"/><arg name="identity" type="s" direction="in"/></method><method name="revokeKey"><arg name="key-id" type="s" direction="in"/><arg name="reason" type="s" direction="in"/></method><method name="initiateChallenge"><arg name="peer" type="s" direction="in"/><arg name="question" type="s" direction="in"/><arg name="secret" type="s" direction="in"/><arg name="challenge_id" type="s" direction="out"/></method><method name="respondChallenge"><arg name="challenge_id" type="s" direction="in"/><arg name="secret" type="s" direction="in"/><arg name="succeeded" type="s" direction="out"/></method><method name="getAvailableEntities"><arg name="entities" type="a(sss)" direction="out"/></method><method name="getUnavailableEntities"><arg name="entities" type="a(sss)" direction="out"/></method><method name="getTrustStatus"><arg name="entity" type="s" direction="in"/><arg name="entity" type="b" direction="out"/></method><method name="getEntityPubkey"><arg name="entity" type="s" direction="in"/><arg name="entities" type="s" direction="out"/></method><method name="addPeer"><arg name="jid" type="s" direction="in"/><arg name="name" type="s" direction="in"/></method><method name="removePeer"><arg name="entity" type="s" direction="in"/></method><method name="registerAccount"><arg name="server" type="s" direction="in"/><arg name="username" type="s" direction="in"/><arg name="password" type="s" direction="in"/></method><method name="login"/><method name="logout"/><signal name="receivedChallenge"><arg name="peer" type="s"/><arg name="challenge_d" type="s"/><arg name="question" type="s"/></signal><signal name="challengeResult"><arg name="peer" type="s"/><arg name="challenge_d" type="s"/><arg name="result" type="b"/></signal><signal name="challengeTimeout"><arg name="peer" type="s"/><arg name="challenge_d" type="s"/></signal><signal name="connectionStateChanged"><arg name="status" type="s"/></signal><signal name="peerStatusChange"><arg name="peer" type="s"/><arg name="status" type="s"/></signal></interface></node></node> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment