Python GUI & Scripts, Nimbuzz Apps and Other Softwares for Windows Desktop, Android Devices, Cross-Platform and more, including source codes [c-sharp , python, java, etc.] just for information purpose only! All apps on this Blog are self-coded, tested and few might be referenced to Thirty Party sources as well. All Source Codes are available at my GitHub: https://github.com/dbh4ck
Showing posts with label Bot. Show all posts
Showing posts with label Bot. Show all posts
Tuesday, 1 November 2016
Nimbuzz MUC Banbot For Android with Navigation Drawer, Swipeable Tabs, Fragments Coded in JAVA using Android Material Design
################ Nimbuzz MUC BanBot For Android By DB~@NC ################
################ What's NEW: ################
- Coded Using Full Android Material Design
- Swipeable Tabs
- Navigation Drawer (Full Width)
- Fragment Activities
################ Fixed Bugs: ################
- Fixed Network Stability
- Support For Auto-Reconnection Added
################ Key Features: ################
- kick
- ban
- member
- greetings wc
- ipban
- add/remove master
- show master
- visitor/mute
- grant owner
- grant admin
- grant owner
################ Feedback: ################
- For any kind of further queries or bugs, kindly do not hesistate to write me at: dbh4ck@gmail.com
- http://dbh4ck.blogspot.in
Wednesday, 2 March 2016
Nimbuzz Android MUC Bot Coded in Java using PURE JAVA SMACK 4.1.4 API
All Available Features in MUC Bot:
- mem user
- kick user
- ban user (ipban user)
- grant mod., admin, owner
- add bot commander
- remove bot commander
- users greeting., etc
Requirements:
- Android 4.0.4 (Ice Cream Sandwich) or Above
Download
Download Full Source Code Available on my Github
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile 'org.igniterealtime.smack:smack-android:4.1.4'
compile 'org.igniterealtime.smack:smack-tcp:4.1.4'
compile 'org.igniterealtime.smack:smack-extensions:4.1.4'
compile 'de.greenrobot:eventbus:2.4.0'
compile 'com.android.support:recyclerview-v7:23.1.1'
}
STEP 2 : Create a singleton class for making AbstractXMPPConnection universal throughout app
STEP 3 : Create a New Service class for creating xmpp connection to the server and connection Listener to handle connection state & other xmpp basic capabilities on Service Create and run this service in Foregroung as well:
Subscribe to:
Posts (Atom)

