pidgin/plugins/crazychat/test.h

Sat, 09 Jun 2007 17:58:26 +0000

author
Stu Tomlinson <nosnilmot@pidgin.im>
date
Sat, 09 Jun 2007 17:58:26 +0000
changeset 17677
c1ef813bddcf
parent 15435
4b933b06d75e
child 16238
33bf2fd32108
child 18068
b6554e3c8224
child 20478
46933dc62880
permissions
-rw-r--r--

Remove the following SILC account options, as suggested by Pekka Riikonen
on devel@pidgin.im:
Reject watching by other users (and not reject by default)
Reject online status attribute reqs (and not reject by default)
Block invites (and not block by default)

class Test {
	public:
		Test(void);
		~Test(void);
		void runTest(void);
	private:
		asdfint fake;
};

mercurial