Pidgin-carman Agent API description
***********************************

Copyright (C) 2008  Claudio Takahasi <claudio.takahasi@openbossa.org>
Copyright (C) 2008  Luiz von Dentz <luiz.dentz@openbossa.org>
Copyright (C) 2008  Cidorvan Leite <cidorvan.leite@openbossa.org>
Copyright (C) 2008  Felipe Zimmerle <felipe.costa@openbossa.org>
Copyright (C) 2008  Bruno Abinader <bruno.abinader@openbossa.org>

Agent hierarchy
===============

Service		<bus ID only>
Interface       org.indt.carmanplugin.Agent
Object path	<user defined>

Methods
		void Authorize(string buddy)

                        Authorizes a connection with buddy.

			Possible Errors: org.indt.carmanplugin.Agent.Error.Rejected

		void Release()

			This method gets called when the carman pidgin plugin
			unregisters the agent.
